From b6f0ef35c10643e25aeda9681a3bb89a482ec48a Mon Sep 17 00:00:00 2001 From: ZMiguel Alves Date: Fri, 21 Aug 2020 00:39:16 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5074b95..31e349c 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,13 @@ # To be finished when the remaining parts arrive -My take on a power measurement device using a ESP32, ACS712 Current Sensor & AC Voltage meter +My take on a power measurement device using a ESP32 & PZEM-004T-v30 ## Hardware requiered - ESP32 dev board -- ACS712 Current Sensor -- AC Voltage meter for arduino +- PZEM-004T-v30 Sensor - InfluxDB server ### Libraries used -- [openenergymonitor/EmonLib](https://github.com/openenergymonitor/EmonLib) - for sensor measuring -- [tobiasschuerg/InfluxDB-Client-for-Arduino](https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino) - for influxdb connection \ No newline at end of file +- [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