added image of tower and powerbank
This commit is contained in:
@ -7,6 +7,8 @@ To build a solar powered aeroponics vertical tower to grow vegetables, using 3D
|
|||||||
* 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 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.
|
* The control and power come from a outdoor solar power bank that sits next to the tower, it relays data to the home network.
|
||||||
|
|
||||||
|
<img src="https://git.solarcene.community/smallsolar/VerticalGarden/raw/commit/92ebb4084bc3095261a2120409401f12f016b55b/images/IMG_20250607_114724.jpeg" width=800 height="auto" alt="Tower and Powerbank">
|
||||||
|
|
||||||
## Outdoor Solar Power Bank
|
## Outdoor Solar Power Bank
|
||||||
|
|
||||||
### Components
|
### Components
|
||||||
@ -22,8 +24,14 @@ 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">
|
<img src="https://git.solarcene.community/smallsolar/VerticalGarden/raw/commit/b37b16b5cc3664cd3468e88d1841530369de3a08/images/IMG_20250612_073609.jpeg" width=800 height="auto" alt="Solar Power Bank">
|
||||||
|
|
||||||
|
## Hardware
|
||||||
|
* The 12v 50W solar panel was from eBay, it has been positioned to sit on top of the power bank box to help keep the rain off the box (as it isn't particularly waterproof) but also due to the position of the device near to our house angling the panel to optimise the sunlight isn't actually helpful, instead just sitting flat means it gets enough sun throughout the day.
|
||||||
|
* The Victron SmartSolar Charger was chosen as its high quality, has an excellent app, I already use Victron products but also it has a serial interface and more recently its been possible to intercept and decode the BLE packets to get the internal data. (Its worth the extra cost).
|
||||||
|
* The ESP32 was chosen as it is easy to program and also has WiFi and BLE.
|
||||||
|
|
||||||
## Software
|
## 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.
|
* 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.
|
* 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.
|
||||||
|
* Measures the ESP32 temperature and also sends this data to grafana (not working currently)
|
||||||
|
|
||||||
<img src="https://git.solarcene.community/smallsolar/VerticalGarden/raw/commit/cfc437f61bd937a50adcbed686b58901fa389d90/images/grafana_dashboard.jpeg" width=800 height="auto" alt="Grafana Dashboard">
|
<img src="https://git.solarcene.community/smallsolar/VerticalGarden/raw/commit/cfc437f61bd937a50adcbed686b58901fa389d90/images/grafana_dashboard.jpeg" width=800 height="auto" alt="Grafana Dashboard">
|
Reference in New Issue
Block a user