ESP32-SolarPowerMonitor/README.md

13 lines
424 B
Markdown
Raw Permalink Normal View History

# ESP32-SolarPowerMonitor
2020-08-21 00:39:16 +01:00
My take on a power measurement device using a ESP32 & PZEM-004T-v30
## Hardware requiered
- ESP32 dev board
2020-08-21 00:39:16 +01:00
- PZEM-004T-v30 Sensor
- InfluxDB server
### Libraries used
2020-08-21 00:39:16 +01:00
- [mandulaj/PZEM-004T-v30](https://github.com/mandulaj/PZEM-004T-v30) - for sensor measuring
- [tobiasschuerg/InfluxDB-Client-for-Arduino](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino) - for influxdb connection