KitronikLtd / Kitronik-Pico-Robotics-Board-MicroPython

Example code for the Kitronik Pico Robotics board ( www.kitronik.co.uk/5329 )
MIT License
19 stars 10 forks source link

OSError: [Errno 110] ETIMEDOUT PICO W #11

Closed mfraser closed 8 months ago

mfraser commented 8 months ago

Trying to get this working on a PICO W with MicroPython: MicroPython v1.22.2 on 2024-02-22; Raspberry Pi Pico W with RP2040

I just get errorno 110.

>>> import PicoRobotics
>>> board = PicoRobotics.KitronikPicoRobotics()
>>> board.motorOn(1,"f",100)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "PicoRobotics.py", line 118, in motorOn
OSError: [Errno 110] ETIMEDOUT
mfraser commented 8 months ago

Forgot to add power to the board.