You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bluetooth LE device that is paired with my MacBook Pro via browser/os. But I cannot get this library to run and detect the same device no matter what I try. To me it seems as if I am required to use a bluetooth dongle from reading all the threads (which is how this library came to be)? What do I need to do to use the built in bluetooth? I've tried a bunch of stuff.
INFO:pygatt.backends.bgapi.bgapi:Initialized new BGAPI backend
INFO:pygatt.backends.bgapi.bgapi:Auto-detecting serial port for BLED112
DEBUG:pygatt.backends.bgapi.util:Found 1 serial USB devices
DEBUG:pygatt.backends.bgapi.util:Checking serial USB device: /dev/cu.Bluetooth-Incoming-Port - n/a
Traceback (most recent call last):
....
pygatt.backends.bgapi.exceptions.BGAPIError: Unable to auto-detect BLED112 serial port
Latest stable lib/master on python 3.x running macOS latest.
The text was updated successfully, but these errors were encountered:
Unfortunately you will need the BLED112 adaptor on Mac OS X. If you have found an alternative solution I would be very interested to know more about it.
I have a bluetooth LE device that is paired with my MacBook Pro via browser/os. But I cannot get this library to run and detect the same device no matter what I try. To me it seems as if I am required to use a bluetooth dongle from reading all the threads (which is how this library came to be)? What do I need to do to use the built in bluetooth? I've tried a bunch of stuff.
Latest stable lib/master on python 3.x running macOS latest.
The text was updated successfully, but these errors were encountered: