2024-03-30 01:24:43 +01:00
|
|
|
# CanGrow
|
|
|
|
|
2024-03-30 01:25:58 +01:00
|
|
|
|
|
|
|
![CanGrowLogo](Logo/CanGrow_Logo.png)
|
|
|
|
|
|
|
|
|
|
|
|
A simple DIY plant growing system (for cannabis).
|
|
|
|
|
|
|
|
# WORK IN PROGRESS
|
|
|
|
|
2024-03-30 17:07:18 +01:00
|
|
|
## Motivation
|
|
|
|
|
|
|
|
I want to build a simple grow system, which I can power by my off-grid
|
|
|
|
12V solar system. So this project is limited to a small 40x40x120 tent
|
|
|
|
for one plant with a 50W 12V grow LED light.
|
|
|
|
|
|
|
|
As I did it for my solar system, the measurements of this project will be shown
|
|
|
|
on my website. For that a REST API is planned.
|
|
|
|
|
|
|
|
I want to automate as much as possible which makes sense and is easy to build.
|
|
|
|
|
2024-03-30 16:54:30 +01:00
|
|
|
## Features
|
|
|
|
|
|
|
|
- Measure values
|
|
|
|
- Humidity
|
|
|
|
- soil moisture
|
|
|
|
- temperature
|
|
|
|
- water level for water tank
|
|
|
|
- LED grow light control (on/off, dimming, max. 12V 50W load )
|
|
|
|
- fan control (on/off, (PWM?) max 1A)
|
|
|
|
- pump control for automatic watering (max 1A)
|
|
|
|
- Web UI and REST API for data and controlling
|
|
|
|
- simple web ui
|
|
|
|
- Send notifications with web call (e.g. for mastodon)
|
|
|
|
- predefined grow profiles
|
|
|
|
- persistend data
|
|
|
|
- Start of Grow
|
|
|
|
- day of grow
|
|
|
|
- grow profile
|
|
|
|
- wifi settings
|
|
|
|
- settings in general
|
2024-03-30 16:57:21 +01:00
|
|
|
- Easy to build and use for beginners (i hope so!)
|
|
|
|
- easy to build up on a perfboard
|
|
|
|
- easy to etch pcb
|
|
|
|
- easy to access and modify
|
2024-03-30 17:01:28 +01:00
|
|
|
- low cost as possible!
|
2024-03-30 16:54:30 +01:00
|
|
|
|
2024-03-30 01:25:58 +01:00
|
|
|
## Parts used
|
|
|
|
|
|
|
|
- ESP8266 D1 mini
|
2024-03-30 03:38:01 +01:00
|
|
|
- DHT11 humidity and temp sensor
|
2024-03-30 01:25:58 +01:00
|
|
|
- I2C soil moisture sensor: https://github.com/Miceuz/i2c-moisture-sensor
|
|
|
|
https://eu.robotshop.com/de/products/i2c-soil-moisture-sensor
|
|
|
|
- 50W LED 12V full spectrum grow light: https://www.ebay.de/itm/354322466159
|
|
|
|
- MOSFETS (some i have fyling around, IRF3205, IRF3710, BUZZ11...)
|