David Lechner
David Lechner
Good to know. Thanks for the followup.
> task_list = [process(device) for device in device_obj_list] Trying to connect to more than one device at a time is asking for trouble. Just connect to one device, then when...
I see. I should have read more carefully. Can you share the logs with the environment variable set `BLEAK_LOGGING=1`. Also, what does `restart_bluetooth()` do?
This is very little information to go on. See the troubleshooting page of the docs on how to get logs. Logging Bluetooth packets is really the only way to solve...
I guess this is OK, but would really rather prefer moving towards some package that automatically generates these sorts of lookup tables from https://github.com/NordicSemiconductor/bluetooth-numbers-database rather than maintaining our own tables...
This should help with the kernel building: https://github.com/ev3dev/ev3dev-buildscripts If you can get the version to match exactly, the you can build a module for the wifi driver without actually having...
ev3dev library is python3 only and opencv is python2 only. See #803
OpenCV 3.2, including Python 3 support is now available in ev3dev-stretch. sudo apt update sudo apt install python3-opencv
Did you fix your `/etc/apt/sources.list` according to step 6.1 and do `sudo apt update`? https://www.ev3dev.org/docs/getting-started/
You used the default username and password of `robot` and `maker`? Can you share the full output? In rare cases, this has happened because of SD card corruption. This can...