From 75907a5a6ea3fe0bda7bcde6a507fc8a4a3921b8 Mon Sep 17 00:00:00 2001 From: smallsolar Date: Sun, 15 Jun 2025 06:49:57 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b380de5..b39dc47 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,7 @@ To build a solar powered aeroponics vertical tower to grow vegetables, using 3D 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 + * 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. + + Grafana Dashboard \ No newline at end of file