https://github.com/airalab/hardware
Schemes and documentation for Robonomics Hardware
https://github.com/airalab/hardware
esp hardware-designs smart-devices smart-home
Last synced: 4 months ago
JSON representation
Schemes and documentation for Robonomics Hardware
- Host: GitHub
- URL: https://github.com/airalab/hardware
- Owner: airalab
- License: gpl-3.0
- Created: 2024-05-27T08:16:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-16T13:49:45.000Z (5 months ago)
- Last Synced: 2026-01-17T04:13:59.087Z (5 months ago)
- Topics: esp, hardware-designs, smart-devices, smart-home
- Language: HTML
- Homepage:
- Size: 220 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Robonomics Hardware Team
The Robonomics Hardware team is involved in developing open-source hardware.
## Devices Developed by Robonomics Hardware
The Robonomics Hardware team focuses on developing open-source hardware solutions. Below is a list of devices they have developed:
| Device Name | ID (Version) | Project Description | Production Files |
| ---------------------------------------------- | ----------------- | ---------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| [Energy Monitoring](/EnergyMonitor) | EM-ESP32C6 | [Description](/EnergyMonitor/README.md) | [PCB](/EnergyMonitor/PCB/README.md) |
| [Altruist Outdoor Sensor](/Altruist/README.md) | ESP32C3 | [Description](/Altruist/README.md) | [PCB](/Altruist/PCB/README.md) |
| [Hikikomori](/Hikikomori) | Hiki-ESP32C6 | [Description](/Hikikomori/README.md) | [PCB](/Hikikomori/PCB/README.md) |
---
### Project Structure
```plaintext
└── Name/ # Name device
...
├── Typography/ # Files for ordering printed products from a printing house
├── PCB/ # Files for ordering from a PCB factory
├── Project/ # EDA projects
├── Docs # Technical documentation of device components
├── Models # 3D models from printing
└── Schematic # schematic diagrams of devices
```