Jorge Pereira
Jorge Pereira
RPyC isn't working. Tried suggestion on #1359 but didn't work, found out that service needs to run as robot and host parameter is needed, as per #741 Also added suggestion...
Usually the first time I run a script on my Ubuntu laptop I get: ``` "(...)" raise NotConnectedError("Characteristic discovery failed") pygatt.exceptions.NotConnectedError: Characteristic discovery failed ``` If I run it again...
on Linux, pygatt lets the connection drop after script ends but on Windows the connections stays.
Not enough resources to maintain pyb00st with pygatt and also pygattlib. Since pygattlib issue with noftifications is still not answered and pygatt works fine and also works on Windows (probably...
Now that I know that pyb00st-pygatt also works on Windows 10 (VM) implement an option to choose the backend method so all examples can work on Linux and Windows (also...
Now that more people will use Visual Studio Code with ev3dev thanks to LEGO Education new Ev3 MicroPython image, chances of using Wi-Fi and more than 1 brick on the...
Hello! Just want to say "Thanks! Great work!". I've used a few parts of your code with my LEGO Mindstorms EV3 running ev3dev. I wrote a short tutorial for the...
Hi! Someone asked me it it is possible to read the state of a reed switch with Pybricks so I searched for a way to create a custom LEGO compatible...