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
igor_X
2
sepp182
3
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