4-Channel I2C 4-20mA Current Receiver Board w/ I2C Interface

i didnt find any step by step - Explanation / Blog Site
Code
für Raspberry Pi
Some Example / HowTo
for

for Logging 2 or 3 or 4 4-20ma Sensors

some lib or something online

like for example https://www.az-delivery.de/en/products/2-relais-modul-kostenfreies-e-book

1 Like

Hi @sepp182 and welcome to our forum!

You can find some resources on manufacturer’s website: https://store.ncd.io/product/4-channel-i2c-4-20ma-current-receiver-with-i2c-interface/

i read everything, and searched the web a lot but i cant read channel 2 (or 3 or 4) of the board
allways the value of channel 1 is displayed .

pi@raspberry#~ i2cget -y 0x68 0x00 w
0x01
0x02
change this parameter does not change the printed value !

35 char reg[1] = {0x00};

change to 0x01

no Effect ?

thx