Update README.md

This commit is contained in:
2025-06-15 06:49:57 +00:00
parent cfc437f61b
commit 75907a5a6e

View File

@ -23,4 +23,7 @@ To build a solar powered aeroponics vertical tower to grow vegetables, using 3D
<img src="https://git.solarcene.community/smallsolar/VerticalGarden/raw/commit/b37b16b5cc3664cd3468e88d1841530369de3a08/images/IMG_20250612_073609.jpeg" width=800 height="auto" alt="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.
* 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.
<img src="https://git.solarcene.community/smallsolar/VerticalGarden/raw/commit/cfc437f61bd937a50adcbed686b58901fa389d90/images/grafana_dashboard.jpeg" width=800 height="auto" alt="Grafana Dashboard">