Search found 5 matches

by file_
Mon Jul 18, 2022 12:53 pm
Forum: General Discussion and Questions
Topic: How do i fix "OSError: [Errno 110] ETIMEDOUT" on this code?
Replies: 5
Views: 24925

Re: How do i fix "OSError: [Errno 110] ETIMEDOUT" on this code?

I think I found my problem. I deleted by cleaning the code "Pin.board.EN_3V3.value(1)".
If I open a file with this line of code, my cleaned code will run till I restart the board.
by file_
Mon Jul 18, 2022 12:39 pm
Forum: General Discussion and Questions
Topic: How do i fix "OSError: [Errno 110] ETIMEDOUT" on this code?
Replies: 5
Views: 24925

Re: How do i fix "OSError: [Errno 110] ETIMEDOUT" on this code?

My Code worked fine and since yesterday I get this Error on every code with usage of i2C. After turning the board on and off it worked for a while... How can it sometimes work and sometime not?
by file_
Wed Apr 27, 2022 8:05 pm
Forum: Pyboard D-series
Topic: CAN BUS; OSError: 16
Replies: 1
Views: 20960

Re: CAN BUS; OSError: 16

found a solution.... with "auto_restart=True" in the CAN initialization it works stable :D
by file_
Fri Apr 22, 2022 8:16 pm
Forum: Pyboard D-series
Topic: My pyboard D suddenly can't be detected by windows 10
Replies: 1
Views: 27788

Re: My pyboard D suddenly can't be detected by windows 10

I have this problem sometimes too, for me it helps to switch the USB Port.
by file_
Fri Apr 22, 2022 8:07 pm
Forum: Pyboard D-series
Topic: CAN BUS; OSError: 16
Replies: 1
Views: 20960

CAN BUS; OSError: 16

Hello, I try to establish a stable CAN BUS communication, but after a certain time, sometimes quite fast sometimes a few seconds, i have an OSError: 16 Maybe someone can help me, i am a micropython newbie. I have found out that this error means "device is busy". So I increased the "time.sleep_ms(200...