Skip to content

SkogsErik/solarpunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌿 Solarpunk Hydroponic Tower

License Project Status Contributions


📜 Overview

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

🎯 Goals

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

🌱 Project Structure

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

🚀 Quick Start

# 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

🔧 Hardware Requirements

  • 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

📖 Documentation

Detailed build instructions can be found in docs/BUILD_GUIDE.md


🤝 Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/YourFeature)
  3. Commit changes (git commit -m 'Add some feature')
  4. Push to branch (git push origin feature/YourFeature)
  5. Open a Pull Request

📄 License

This project is licensed under Creative Commons Attribution-ShareAlike 4.0 International
View License


🔗 Links


Built with ☀️ Solar power, 💚 for the planet

About

My local project for a solarpunk proof of concept

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors