David Lechner

Results 1537 comments of David Lechner

Would it be better to raise an exception to not allow calling the function rather than just stopping the drivebase?

No, I don't think there is a simple way. You would have to build `cmake` from source. You should do this in a docker container instead of on the EV3...

By using a cmake toolchain file. The `ev3dev/debian-stretch-cross` docker image contains a `/home/compiler/toolchain-armel.cmake` file for this purpose. https://github.com/ev3dev/docker-cross/blob/master/ev3dev-stretch/toolchain-armel.cmake Then you just set `-DCMAKE_TOOLCHAIN_FILE=...` when configuring your project.

> Is USB 1.1 not offering more bandwidth in order to use MJPEG? Yes, USB 1.1 limits the features of many cameras. > I'm a bit puzzled because I find...

What are you trying to accomplish? The EV3 is old and slow, so depending on what your goal is, I would probably recommend doing image processing somewhere else and send...

IIRC, there are some technical restrictions that prevent us from doing any other actions than the ones already available in Pybricks Code. I'm not sure there is a way to...

If the browser supports "installing" and the app is not installed yet, there is a "beforeinstallprompt" event. Normally, the browser would pop up something in the address bar area, but...

Relevant discussion: https://github.com/orgs/pybricks/discussions/1301

Same answer as your other issues - it is not really possible to determine what is going on without seeing Bluetooth packet logs.

> Is it possible to query without connecting through bleak? No, it is not. This is a limitation of BlueZ (`bluetoothd`) and the D-Bus API as you have seen with...