Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixmosh/electric-pulse
A pi pico electric pulse meter
https://github.com/felixmosh/electric-pulse
Last synced: about 1 month ago
JSON representation
A pi pico electric pulse meter
- Host: GitHub
- URL: https://github.com/felixmosh/electric-pulse
- Owner: felixmosh
- Created: 2023-10-23T17:49:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-16T11:44:36.000Z (6 months ago)
- Last Synced: 2024-05-17T11:50:53.092Z (6 months ago)
- Language: Python
- Size: 96.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electric-pulse
An electric pulse meter written on micropython, deployed with pi-pico w.### Features
It has several features such as:
1. AccessPoint mode for config the meter
2. OTA updates based on Github Releases### General info
The electric meter has 2 wire entries, which works like a switch, each time there is a "pulse" (close & open) of the switch, it means that there was an electric usage.
The meter in the image produces 800 (you can configure that to suite your meter) such pulses for 1kWh.Then the device sends the counted value to a configured remote server once in X (can be configured) minutes.