Search found 2 matches

by harsha95
Wed Apr 17, 2019 1:44 pm
Forum: MicroPython pyboard
Topic: Setting I2C to retry/execute next line if communication fails
Replies: 2
Views: 1941

Re: Setting I2C to retry/execute next line if communication fails

dhylands wrote:
Fri Apr 12, 2019 6:33 pm
You can use python's try:/except: mechanism.
https://docs.python.org/3/tutorial/errors.html
Perfect. That worked. Thank you!
by harsha95
Fri Apr 12, 2019 3:28 pm
Forum: MicroPython pyboard
Topic: Setting I2C to retry/execute next line if communication fails
Replies: 2
Views: 1941

Setting I2C to retry/execute next line if communication fails

Hello I am using the pyboard in my project and the I2C communication sometimes fails (times out). This is caused by some physical problems that I will soon fix so I am not looking for a solution for the time out problem. However, every time this timeout happens, the pyboard throws an ENODEV error in...