Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warpme/MCP39F521
This is ESP8266 micropython script designed to serve ESP8266 as web server showing readings from Microchip MCP39F521. Script developed and tested on esp8266-20161110-v1.8.6.bin. Script listens on port 80 and implements following commands:
https://github.com/warpme/MCP39F521
Last synced: 3 months ago
JSON representation
This is ESP8266 micropython script designed to serve ESP8266 as web server showing readings from Microchip MCP39F521. Script developed and tested on esp8266-20161110-v1.8.6.bin. Script listens on port 80 and implements following commands:
- Host: GitHub
- URL: https://github.com/warpme/MCP39F521
- Owner: warpme
- Created: 2016-12-28T20:37:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T14:22:38.000Z (over 7 years ago)
- Last Synced: 2024-04-22T12:36:22.399Z (7 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-micropython - MCP39F521 - ESP8266 scripts for reading MCP39F521 power monitors. (Libraries / Sensors)
README
# MCP39F521
This is ESP8266 micropython script designed to serve ESP8266 as web server showing readings from Microchip MCP39F521.
Script was developed and tested on esp8266-20161110-v1.8.6.bin micropython.Script listens on port 80 and implements following commands:
'http://' - shows web page with MCP39F521 readings
'http:///json' - sends json formated MCP39F521 readings
'http:///eng_acc=on' - turns ON energy accumulation
'http:///eng_acc=off' - turns OFF energy accumulation (and reset accumulated energy counters
'http:///reboot' - reboots ESP8266Repository has 2 versions of script: for 1-phase meter and 3-phase meter
To setup ESP8266 with micropython pls look on various tutorials. There is plenty of them on Internet