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: 2 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:

Lists

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 ESP8266

Repository 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