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
I have had some issues when I boot up my intel edison after shutdown. For a period of time the error callback for i2c.writeBytes will return "unable to write" in regard to the i2c-6 bus with no other indication of what needs to be fixed. However, after this period of time the error will disappear and the i2c bus will work normally. Not sure if you've encountered this before/even intended this for use on the Edison, but the majority of the time it works wonderfully, so thank you very much for all of your hard work! Just thought I'd bring this to your attention.
Or alternately, if you have seen it before and have a suggestion, that would be very much appreciated as well :)
The text was updated successfully, but these errors were encountered:
Bummer, in the meantime, if anyone is experiencing the same issue I would recommend the node library libmraa for the Intel Edison. It took a little work to switch over, but my code now runs consistently without the above issue.
I have had some issues when I boot up my intel edison after shutdown. For a period of time the error callback for i2c.writeBytes will return "unable to write" in regard to the i2c-6 bus with no other indication of what needs to be fixed. However, after this period of time the error will disappear and the i2c bus will work normally. Not sure if you've encountered this before/even intended this for use on the Edison, but the majority of the time it works wonderfully, so thank you very much for all of your hard work! Just thought I'd bring this to your attention.
Or alternately, if you have seen it before and have a suggestion, that would be very much appreciated as well :)
The text was updated successfully, but these errors were encountered: