David Lechner

Results 1494 comments of David Lechner

There aren't any premade classes for controlling servo motors like there are for other kinds of motors, so you will need to access the sysfs files directly to be able...

You just read and write the files. The main ones are `position_sp` and `command`. For example, if you write `"run"` to the `command` file, the motor will run to the...

Did you set up internet connection sharing as described here: https://www.ev3dev.org/docs/tutorials/connecting-to-the-internet-via-usb/?

Can you share the measurements that make you think something is different? What OS is the laptop? The Linux kernel deduplicates identical advertising data (#235).

Related discussion: https://github.com/orgs/pybricks/discussions/2329

Related PR: https://github.com/actions/runner-images/pull/10452

Here is the source code for that I found in my local files. [pru-uart-fw.zip](https://github.com/user-attachments/files/21221255/pru-uart-fw.zip) Unfortunately, the TI wiki pages that documented it are long gone. I also have a printout...

> If it isn't looking like we're changing these, comitting might not be so bad. Sure. Ease of use is more practical that being a source code purist. 😄

> Doesn't the BuildHAT use the RP2040 internally? Yes. > It won't be as fast as having all the code in RAM, but it might not be much slower. I...

Part of the reason for this is we don't want it to be changed at runtime because many computers are bad about updating the Bluetooth name when it is changed...