-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPRK+ Support #9
Comments
I want to rewrite this library from bluepy to another bluetooth library. Maybe gatt-python or bleak. |
You can try this branch. |
The thing is, I have a Linux desktop in which I can use the SPRK+ fine with many sample codes around. The error above is on a Raspberry Pi 4, on which nothing works with SPRK+. I tried to make the bluepy versions the same etc. but it did not help. I'll try that branch, thank you. |
In the Linux machine in which SPRK+ normally works with other libs, I get this error with this lib (same code as above)
with that gatt branch I get
though I have BlueZ 5.37, it may be causing issues because gatt suggests >=5.38. I don't want to break this working setup at the moment, so I guess I'll leave it at this for now and focus on trying to find what's different between the Linux desktop and the Raspberry Pi 4... |
In the near future I will try to rewrite to bleak :( |
I managed making the RPi 4 work with the regular Sphero BLE codes such as this (clean install raspbian, full upgrade). Before that BlueZ was disconnecting right after connect, now it works. With this working system I'll try to give another shot at your code and other branch. Just wanted to say that the above error messages are from the "broken" RPi4 installation. |
I used to use a SPRK+ just fine with BLE-supporting Sphero python libs. I just realized that Disney crippled it. I really appreciate your new efforts on this.
I'm trying to use this library but this is what I get:
Could you point me to anything that may help me get this to work with SPRK+? I'd love to contribute.
The text was updated successfully, but these errors were encountered: