From 8a335d51cfe718eae3ccd0c208d3051c7aeaf65c Mon Sep 17 00:00:00 2001 From: smallsolar Date: Sun, 15 Jun 2025 06:44:38 +0000 Subject: [PATCH] Update README.md added details about the solar power bank --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index e69de29..b380de5 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,26 @@ +# Vertical Garden + +## Aim +To build a solar powered aeroponics vertical tower to grow vegetables, using 3D printed parts and off the shelf or reused components. + +## Theory + * The vertical tower has a resevoir as a base, a small pump is used to pump water (+nutritents) up the central column and then the water cascades down inside coating the netcups and roots of the growing plants. + * The control and power come from a outdoor solar power bank that sits next to the tower, it relays data to the home network. + +## Outdoor Solar Power Bank + +### Components + * 12v 50W Solar Panel + * 'Stanley' Tool Box + * LiFePO4 12v 20Ah Battery (Leoch LFP1220 - we have a local battery shop so I went there rather than order a cheaper battery online) + * Victron SmartSolar MPPT 75|10 Charger + * [DFRobot Beetle ESP32 C6](https://www.dfrobot.com/product-2778.html) + * MOSFET + * Kickback Diode + * 12v to 5v stepdown converter + * Some connectors + + Solar Power Bank + + ## Software + * The ESP32 acts as the main controller, it is powered via stepdown converter from the main 12v output from the SmartSolar charger and controls a mosfet which can turn the water pump on and off. It also uses bluetooth receiver to intercept the BLE packets broadcast from the SmartSolar charger, decodes them and then forwards them via WiFi to my home network to be displayed on my grafana dashboard. \ No newline at end of file