Hey there. I'm new using node-red and I was using the node-red-i2c node to read data from my BH17450 luminoxity sensor but since a time ago I was receving the next error: "Error: ENXIO, No such device or address"
I'm using the i2c-gpio bus 3 as you can see in the capture that I attached. This was because I was receving a Remote I/O error using de default i2c bus.
Hello @dceejay, I know you have been working with the i2c node. Can you help me with this pls?
The sensor sometimes works and somtimes with me this error.
sorry I don't have any i2c devices to test wih - I just bumped up the library package to hopefully keep it working...
you might try the i2cdetect command to see what it reports at the hardware level - and make sure that you have enabled i2c support in the Pi raspi-config
The problem with the default i2c bus 1 is that I was receving an I/O remote error due to a streching clock bug. I atteched the output for the command i2cdetect -y 3