-
Notifications
You must be signed in to change notification settings - Fork 0
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
Problem with M7 Inteli #1
Comments
BT 4.0 works better than BT 5.3, at least with bluetoothctl:
But in your script it only returns:
BR, |
Hi! Yes, my apologies, I haven't had time to populate the readme for the repository and lay out the steps yet, but it looks like you're on the right track! Yes, the OMRON device should be paired first to your Pi or PC using the steps laid out by the omblepy repository. Throughout my attempts, I had mixed success using blue.py (It had worked initially, but then I received the same result as you where it establishes a connection, but gets stuck waiting for a response ). Additionally, blue.py did not have a logging module built in to the library that I could use which would have allowed me to debug/trace the interactions with the bluetooth module, so I ended up switching over to using pygatt (gatt.py)) and had some success using pydbus ( dbus.py) as well. I am aware that pygatt is built on gattool which is deprecated, but it has a logging module that is really helpful to see what's happening behind the scenes. I don't have my OMRON device on me right now, but try using pygatt first and let me know if you're able to get any data! |
Hi, @evnleong |
Can you go into more detail about what is not working with gatt.py? Is it a dependency issue? Could you show me what happens when you try to run gatt.py? |
did something but does not display results:
|
Hi @evnleong
I tried to use your blue.py script with Omron M7 Inteli, after changing from
to
It started to work but I still have the problem:
The question is whether you need to pair the device, because when pairing unfortunately without success (the app on the phone pairs without a problem):
Maybe you have an idea how to solve this problem?
BR,
Robert
The text was updated successfully, but these errors were encountered: