David Lechner

Results 1494 comments of David Lechner

For best quality sound on the EV3, use a 22050 Hz sample rate.

This sounds like a question for https://github.com/OpenRoberta/robertalab-ev3dev.

Windows 10 Bluetooth PAN is basically only designed to connect Windows 10 to a mobile phone or a Windows 10 Phone to a computer. It doesn't work well at all...

For Wi-Fi, I usually connect with USB first, then setup Wi-Fi using `connmanctl` instead of trying to do it on the brick because I have a really long passphrase. https://www.ev3dev.org/docs/tutorials/setting-up-wifi-using-the-command-line/

DBus error can be caused by many things. Please give the full steps on both the computer and the EV3 to reproduce the problem.

It is not technically possible to use ev3dev with iPad. It requires use of the proprietary MFi chip that we don't have access to. Don't use tethering unless you are...

Pairing just pairs the devices, it doesn't initiate the network connection. Connecting is a separate step.

You will probably have to build your own kernel for this ([link](https://github.com/ev3dev/ev3dev-buildscripts/)). The timer configuration for the I2C clock is [here](https://github.com/ev3dev/ev3-kernel/blob/ad1f6c8727bce29ec400c9385f7f72ee2c0e59fc/arch/arm/mach-davinci/time.c#L210-L217). The timer is currently set to 20kHz. It triggers...

https://github.com/ev3dev/ev3dev/issues/1021#issuecomment-358367313 I've only built them for ev3dev releases. I don't know if there is an easier way to build a one-off version.

> I don't understand why I lost it with my custom kernel build Because the versions don't match. The new kernel is `4.14.117-ev3dev-2.3.5-pmx-ev3+` but the old kernel is `4.14.117-ev3dev-2.3.5-ev3`