A community-driven, open-source modular hydroponic tower for sustainable urban gardening.
This project provides a complete DIY solution for growing plants hydroponically, featuring:
- 🌱 Modular 3D-printed tower design
- 📊 Real-time sensor monitoring (pH, moisture, sunlight)
- 🔧 Arduino/Raspberry Pi compatible firmware
- 📁 Open data templates for tracking growth metrics
| Goal | Description | Status |
|---|---|---|
| 🌿 | Modular tower supporting 12+ plant slots | ✅ Ready |
| 📡 | Environmental sensors (pH, moisture, light) | 🔄 In Progress |
| 📊 | Automated CSV data logging | 📋 Planned |
| 🏗️ | Complete build documentation | 📋 Planned |
solarpunk/
├── README.md # This file
├── LICENSE # CC BY-SA 4.0
├── hardware/ # 3D models (STL) & wiring diagrams
├── firmware/ # Arduino/RPi code with calibration comments
├── data/ # CSV templates for sensor readings
└── docs/ # Build guides & schematics
# Clone the repo
git clone https://github.com/SkogsErik/solarpunk.git
cd solarpunk
# Install Python dependencies
pip install -r requirements.txt
# Run sensor logger
python firmware/sensor_logger.py- Arduino Uno/Nano or Raspberry Pi
- pH sensor (DFRobot or equivalent)
- Soil moisture sensors ( capacitive)
- BH1750 light sensor
- Peristaltic pump
- 12V LED grow light strip
Detailed build instructions can be found in docs/BUILD_GUIDE.md
- Fork the repository
- Create a feature branch (
git checkout -b feature/YourFeature) - Commit changes (
git commit -m 'Add some feature') - Push to branch (
git push origin feature/YourFeature) - Open a Pull Request
This project is licensed under Creative Commons Attribution-ShareAlike 4.0 International
View License
Built with ☀️ Solar power, 💚 for the planet