David Lechner

Results 1494 comments of David Lechner

We are using the MicroPython implementation of the math library so no `-lm` is needed. But, in general, we would like to avoid floating point math if possible.

First, we need proper file system support. Using sounds from LEGO would most likely be in violation of their EULA.

Getting ahead here, but I just did a quick test to see how expensive it is in terms of CPU time to apply signed to unsigned conversion and volume adjustment...

> > > > Did I get it right that by the `1 to 2k chunks` you want to decrease the usage per cent of the 1ms tick time? Yes,...

https://pybricks.com/ev3-micropython/messaging.html#making-bigger-networks

ev3dev comes with `python3-paho-mqtt` preinstalled, so you could use that for MQTT. The link I gave already explains how to connect multiple clients to a single server. Your computer can...

Did you fix the apt sources as described in step 6.1 on the getting started page? https://www.ev3dev.org/docs/getting-started/

Sorry, don't know much about freebsd, but ev3dev uses standard network over USB interfaces. The zeroconf name resolution might not work if Avahi isn't available in freebsd. But after you...

What Bluetooth service are you trying to use?