David Lechner
David Lechner
The brickpi3 drivers can be compiled using the same method. The package that I linked would have to be modified to add it.
Try using the ev3dev VS Code extension to make the initial connection.
It could be a bad microSD card or bent pins in the microSD card slot. The only place to get the original screen is from another EV3. But with ev3dev,...
Could you try connecting with `connmanctl`? http://www.ev3dev.org/docs/tutorials/setting-up-wifi-using-the-command-line/
Are there any errors in the kernel log (output of `dmesg` command)?
MicroPython is not Python 3. The `paho-mqtt` library is for Python 3. MicroPython has its own MQTT modules. - https://github.com/ev3dev/micropython-lib/tree/ev3dev-stretch/umqtt.robust - https://github.com/ev3dev/micropython-lib/tree/ev3dev-stretch/umqtt.simple
What problem are you trying to solve that requires such fast reading? Linux is not a realtime OS, so relying on accurate timing in your programs for time spans of...
I'm actually working on this. Of course, that doesn't mean that I will finish before I get distracted with something else. If you would like to help, we need to...
Maybe. It's a bit counter-intuitive have a "go" button go back instead of go forward. Also, it means that I would have to add a button to the [display I...
suggestion from @ndward: > In the Brickman file browser the left and right buttons seem to be 'wasted', duplicating the functionality of the up button. To make these buttons more...