| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Micropython library for automated plant watering and environmental monitoring
Transform your plant care with intelligent automation! GrowMax provides everything you need to build a sophisticated plant monitoring and watering system using affordable microcontrollers.
Purchase GrowMax boards and complete kits at opensensor.io
Choose your microcontroller:
Create main.py on your device:
from growmax.routine import main
main()Connect 5V USB power - your system is now autonomous! 🎉
| Guide | Description |
|---|---|
| 🚀 Quick Start | Get running in 10 minutes |
| ⚙️ Configuration Reference | Complete settings guide |
| 🔧 Hardware Setup | Assembly and connections |
| 💡 Examples | Real-world use cases |
| 🔍 Troubleshooting | Common issues & solutions |
| 📚 API Reference | Technical documentation |
Here are the most commonly used settings:
# Soil moisture threshold (0-28, lower = wetter)
SOIL_WET_THRESHOLD = 10
# Enable water level safety check
WATER_SENSOR_LOW_ENABLED = True
WATER_SENSOR_LOW = 22 # GPIO pin
# Pump settings
PUMP_WHEN_DRY = False # Safety: only pump when water detected
PUMP_CYCLE_DURATION = 30 # seconds
# WiFi for remote monitoring
WIFI_ENABLED = True
WIFI_SSID = "YourNetwork"
WIFI_PASSWORD = "YourPassword"See the complete configuration guide for all 20+ options.
Perfect for beginners - monitor and water one plant automatically.
Full 8-channel setup with individual moisture thresholds per plant.
Advanced setup with CO2, pH, temperature monitoring and cloud logging.
Using relay boards to control large pumps and irrigation systems.
Important Safety Information:
We welcome contributions! Whether it's:
MIT License - see LICENSE file for details.
Made with ❤️ by OpenSensor.io
Automate your garden, monitor your plants, grow smarter! 🌱
| Back | FazBrowse Home | New Git URL |