You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using a setup similar to what is described in the README with raspi-io on the remote device. When I try to ead an i2c device I get multiple READ not implemented yet messages and finally it runs into an exception in the underlying rasp-io library. What is the status of the i2c support and where should I look at to possibly fix it. Thanks!
Possible bug in raspi-io, but not sure. I'm traveling now and a couple days away from trying to replicate this on my pi. In the meantime, possibly more logging could be done inside of that function I linked to in order see exactly what the board.io.i2cReadOnce is being called with.
Thanks for the swift reply! Good to know the "not-implemented" output is just a left-over from early days. I agree it may be a bug in raspi-io and will do more testing. Using raspi-io locally worked fine for me though. I'll get back with more details.
Hi, I am using a setup similar to what is described in the README with raspi-io on the remote device. When I try to ead an i2c device I get multiple
READ not implemented yet
messages and finally it runs into an exception in the underlying rasp-io library. What is the status of the i2c support and where should I look at to possibly fix it. Thanks!The text was updated successfully, but these errors were encountered: