David Lechner

Results 1494 comments of David Lechner

I'm afraid I've run out of suggestions. It sounds like there could be a hardware issue on your computer or a broken Windows installation if the device is not longer...

I would try USB instead of Wi-Fi. Also, if you have a slow SD card, these commands can take a long time.

https://www.ev3dev.org/docs/tutorials/connecting-to-the-internet-via-usb/

Duplicate of #39362 which has more 👍 .

The program needs to have the executable bit set in the file permissions. If you are using the VS Code extension, this will happen automatically if you add the correct...

You need to run programs with `brickrun` to run them on the screen of the EV3, otherwise it will try to run in a remote terminal and can't access the...

You might need some more options like `-vo fbdev /dev/fb0 -framedrop`. If I ever got it to work, it was a very long time ago.

I would recommend encoding the audio as a 22050Hz mono WAV so no conversion is required during playback to reduce CPU usage. No idea if that will help with the...

This is what ChatGPT said: > To encode audio to a 22050Hz mono WAV file using ffmpeg, you can use the following command: > > ```shell > ffmpeg -i input_file.mp3...

Keep playing around with different encodings until you find something that works, I guess.