Lasse Deleuran

Results 25 comments of Lasse Deleuran

I am also trying to make it work with bleak since bleak is the only library mentioned which works on MacOS according to the main README. Unfortunately the latest version...

That's alright. Perhaps I can help here, since I have access to a MacOS device. The current versions are: pylgbst 1.2.0 bleak 0.6.4 And this is the trace when running...

Yeah. I have not been able to make that one work either. I will try to get an MVP going with just hard coded "Discover. Connect. Send a single move...

I have tried your fix and it works even on Catalina! Running go_toward_light.py makes Vernie travel around until he encounters: Exception in thread Thread-2: Traceback (most recent call last): File...

OS: MacOS 10.14.6 With the latest version of this PR against bleak 0.6.1 I got the same issue as on the master branch: "Bluetooth device is turned off". However. Updating...

No. Unfortunately I have not solved it. My approach has been to try to find a python library that would work with any of the LEGO peripherals (Powered Up, SBrick,...

I have modified OrbitControls and exposed the dollyIn() and dollyOut() methods in one of my libraries, which makes me believe there are many others who are going this route without...

I am getting the same error from both @virantha and your branch @esklarski . This is observed in MacOS 10.14.6 when trying to run vernie_remote.py, and upgrading to bleak 0.7.1...

I have the same issue. The program is pretty much the same: ` import logging from curio import sleep from bricknil import attach, start from bricknil.hub import BoostHub from bricknil.sensor...

Do you have a sample file? Then I can try to get it implemented.