-
Notifications
You must be signed in to change notification settings - Fork 74
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
Error from Bluetooth stack #2
Comments
Unfortunately, no. Perhaps wrong version of bluez? The linux bluetooth stack is in a pretty sad state. The bluez team hasn't prioritized libraries much, and much of the needed bits are private. So most of the bluetooth stuff I've found have copied the pertinent parts of bluez into the project, which makes everything quite brittle :( |
Hi, I'm getting almost the same thing on an raspberrypi
I've made some minor changes in code - as I have an iGrill v2: in tokencube.py - line 15 - if len(data) < 7 or data[0] != 0x75 or data[1] != 0x0: Which version of bluez did you use - maybe it can be solved by "downgrading" |
After the initial - error everything works "fine" now... reboot fixed it... |
What version of bluez did you end up using to get this working? |
Hi
I'm attempting to get igrill setup to monitor my iGrill Mini.
I've setup a virtualenv with all the required libraries, I've also edited
main.py
with my device's address, but I get this error when running:Any idea what I'm doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: