https://github.com/ankit-thealchemist/pzem-drivers
PZEM-004T-v30 C drivers for esp-idf.
https://github.com/ankit-thealchemist/pzem-drivers
esp-idf esp32 esp32-idf espressif powermeter pzem pzem-004t
Last synced: about 1 year ago
JSON representation
PZEM-004T-v30 C drivers for esp-idf.
- Host: GitHub
- URL: https://github.com/ankit-thealchemist/pzem-drivers
- Owner: ankit-thealchemist
- Created: 2022-10-24T10:11:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T10:14:33.000Z (over 3 years ago)
- Last Synced: 2025-03-30T22:31:59.068Z (about 1 year ago)
- Topics: esp-idf, esp32, esp32-idf, espressif, powermeter, pzem, pzem-004t
- Language: C
- Homepage:
- Size: 530 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PZEM-004T Drivers
Esp-idf library for Peacefair **PZEM-004T-10A** and [**PZEM-004T-100A v3.0**](https://innovatorsguru.com/pzem-004t-v3/) Energy monitor using the serial interface. The drivers are created as the component, so that easily incoporates into the esp-idf project. The poject is fully created in the c for better compatibility.
## Features
Measures Voltage, Current, Power, Energy, **Power Factor** and **Frequency**
This repo includes the data sheet of the modules in the doc folder.
This example is drived from the repo [https://github.com/olehs/PZEM004T](). Have a shout out to the developer.
## Shortcomings
This driver cannot set the address to the pzem module. We need to setup using the other program, example like the arduino library.