CanGrow/README.md

59 lines
2 KiB
Markdown
Raw Normal View History

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-31 05:55:27 +02:00
## Features / ToDo List
2024-03-30 16:54:30 +01:00
2024-03-31 05:57:52 +02:00
- Measure values :white_check_mark:
2024-03-31 05:55:27 +02:00
- Humidity :white_check_mark:
- soil moisture :white_check_mark:
- temperature :white_check_mark:
- water level for water tank :white_check_mark:
2024-03-31 05:57:52 +02:00
- LED grow light control (on/off, dimming, max. 12V 50W load ) :large_blue_circle:
- fan control (on/off, (PWM?) max 1A) :large_blue_circle:
- pump control for automatic watering (max 1A) :large_blue_circle:
- Web UI and REST API for data and controlling :red_circle:
2024-03-30 16:54:30 +01:00
- simple web ui
2024-03-31 05:57:52 +02:00
- Send notifications with web call (e.g. for mastodon)
- predefined grow profiles
2024-03-30 16:54:30 +01:00
- persistend data
- Start of Grow
- day of grow
- grow profile
- wifi settings
- settings in general
2024-03-31 05:57:52 +02:00
- Easy to build and use for beginners (i hope so!) :red_circle:
2024-03-30 16:57:21 +01:00
- 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-31 05:57:52 +02:00
:white_check_mark: Done - :large_blue_circle: In Progress - :red_circle: ToDo
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-31 06:08:29 +02:00
- I2C soil moisture sensor: https://github.com/Miceuz/i2c-moisture-sensor / https://eu.robotshop.com/de/products/i2c-soil-moisture-sensor
2024-03-31 06:08:54 +02:00
- the I2C module is for some people too expensive, I plan support for those cheap capacitive sensors: https://www.az-delivery.de/products/bodenfeuchte-sensor-modul-v1-2
2024-03-31 06:08:29 +02:00
2024-03-30 01:25:58 +01:00
- 50W LED 12V full spectrum grow light: https://www.ebay.de/itm/354322466159
- MOSFETS (some i have fyling around, IRF3205, IRF3710, BUZZ11...)