David Lechner

Results 1494 comments of David Lechner

> FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/tacho-motor/linear9/count_per_rot' OK, I think this is a bug in the python library then. `linear9` should probably be `motor9`. You can check...

It's been a long time. My memory is probably faulty :wink: Better check the docs: http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-stretch/motors.html#tacho-motor-subsystem So maybe `linear` is right and the attributes are slightly different.

Check the mode of the port. Only certain modes allow `set_device`.

I would try to pair the Wimote like this: https://wiki.archlinux.org/title/XWiimote#Connect_the_Wii_Remote Then just use the generic Linux input system instead of `cwiid`.

LEGO has released some documentation: https://lego.github.io/MINDSTORMS-Robot-Inventor-hub-API/index.html

`IR-REMOTE` can handle remotes on multiple IR channels at the same time. This is also the mode used in official LEGO software. `IR-REM-A` only works with channel one and is...

Please see https://github.com/ev3dev/ev3dev-lang-python/blob/ev3dev-stretch/CONTRIBUTING.rst

You might try a command line tool like `fswebcam` first to figure out what resolutions are supported. Since the USB host port on the EV3 is USB 1.1 only, only...