markwalters0
markwalters0
To extend on the above issue with ESP compatibility, it would be good to allow external ADC chips to be used with the library. (eg MCP3008 is a 10 bit...
I have emonTx firmware running directly on the ESP8266 (NodeMCU ESP-12E). I used a standalone ADC chip (MCP3008, i had some lying around from a RPi build). ESP now has...
My version with esp12e and the mcp3008 adc chip works. Reads 8 channels and sends data by mqtt to rpi running emonhub. I had to modify the code though and...