ESP32-SolarPowerMonitor/README.md

15 lines
537 B
Markdown
Raw Normal View History

# ESP32-SolarPowerMonitor
# To be finished when the remaining parts arrive
My take on a power measurement device using a ESP32, ACS712 Current Sensor & AC Voltage meter
## Hardware requiered
- ESP32 dev board
- ACS712 Current Sensor
- AC Voltage meter for arduino
- InfluxDB server
### Libraries used
- [openenergymonitor/EmonLib](https://github.com/openenergymonitor/EmonLib) - for sensor measuring
2020-06-24 19:06:09 +01:00
- [tobiasschuerg/InfluxDB-Client-for-Arduino](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino) - for influxdb connection