4-20mA Current Receiver to ESP32

Hello,
I’m trying to interface the 4-Channel I2C 4-20mA Current Receiver Board w/ I2C Interface
to an ESP32 running Micropython. Does anyone know of a Micropython library for doing this?
Thanks

Hi @Keltel,

Unfortunately, there is no MicroPython library for that board. However the board is based on an MCP3428, so you could try using the Python library from this repository (with some modifications)

Hi, thanks for your response. I’ve now found a library similar to the one you suggested and got it working.

1 Like