Does any one know if there is a library to read current out of a CT sensor to use with microPython?
Like EmonLib library for the Arduino IDE -> https://github.com/openenergymonitor/EmonLib
Thank you 🙂
Hi Pedro.
I’ve found this library: https://github.com/chrisb2/pyb_ina219
But I’m not sure if it is compatible with your sensor :/
Regards,
Sara
Hi Sara,
Thank you for the help, but unfortunately the INA219 is a invasive current sensor, witch only can read DC current. I need to be able to read from an AC current source =\
I working on reproduce the functions a need from emonLib to Python (C++ -> Python). I don’t see other solution.