Collection of avant-garde products for the smart home.
We are using atopile to design a reusable electronics library for building smart home products. The idea is that most smart home products have the same basic components and can be built with the same tools. We are using esphome to build the firmware for the products. All pcbs are designed to be manufactured by JLCPCB.
- Hydrohomie - Scale measuring your water intake per day.
- atopile compiler installed
- KiCad 8.0 or later (for PCB viewing/editing)
- Basic SMD soldering equipment
-
Clone the repository
git clone https://github.com/atopile/hivehaus cd hivehaus/products/<product-name>
-
Compile the hardware design
ato build
-
Generate manufacturing files
ato build -t all
-
Order PCBs and components
- Upload gerbers from
/buildto your preferred PCB manufacturer - Use the generated BOM for component ordering
- Upload gerbers from
We love contributions! Whether it's:
- 🐛 Bug fixes
- ✨ New features
- 📚 Documentation improvements
- 🎨 Design enhancements
HiveHaus is open source hardware, released under the MIT License. See LICENSE for details.
Built with ❤️ using atopile - the language that's revolutionizing hardware design.
Special thanks to the atopile community for making hardware development accessible to everyone.
Ready to build your own smart home products?