https://github.com/latonita/ce2727a-driver
CE2727A power meter driver for ESP-IDF
https://github.com/latonita/ce2727a-driver
ce2726a ce2727a component esp-idf meter power
Last synced: 4 months ago
JSON representation
CE2727A power meter driver for ESP-IDF
- Host: GitHub
- URL: https://github.com/latonita/ce2727a-driver
- Owner: latonita
- License: apache-2.0
- Created: 2023-09-14T11:24:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T13:54:26.000Z (almost 3 years ago)
- Last Synced: 2024-01-29T06:16:56.370Z (over 2 years ago)
- Topics: ce2726a, ce2727a, component, esp-idf, meter, power
- Language: C
- Homepage: https://components.espressif.com/components/latonita/ce2727a-driver
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CE2727A simple driver
[](https://components.espressif.com/components/latonita/ce2727a-driver) [](https://github.com/latonita/ce2727a-driver/actions/workflows/build_example.yml)
This repository contains an ESP-IDF driver for a CE2727A power meter connected over UART (RS485).
## Using the component
Run the following command in your ESP-IDF project to install this component:
```bash
idf.py add-dependency "latonita/ce2727a-driver"
```
## Example
To run the provided example, create it as follows:
```bash
idf.py create-project-from-example "latonita/ce2727a-driver:ce2727a-example"
```
Then build as usual:
```bash
cd ce2727a-example
idf.py build
```
And flash it to the board:
```bash
idf.py -p PORT flash monitor
```
....todo....
## License
This component is provided under Apache 2.0 license, see [LICENSE](LICENSE.md) file for details.
## Contributing
Please check [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.