-
When I used the source code to install the command pip install -e .[ble], some errors occurred.eg:
`/usr/bin/ld: connot find -lboost_python36
collect2: error: ld returned 1 exit status
error…
-
- OS: Ubuntu 18.04.5 LTS
- Python 3.6.12 (virtualenv)
I got error when I install:
```
...
-lglib-2.0 -lboost_python36 -lboost_thread -lbluetooth -o build/lib.linux-x86_64-3.6/gattlib.cpython-36…
-
Similar to #165 , I'm using Gattlib to connect to BLE beacons and change their Eddystone UID advertising data. After a beacon is changed, subsequent scans seem to discover BLE with the old/original Ed…
-
I try to test the gattlib example, notification and read_and_write on my rpi4. I got the error message
`Device 'mac address' cannot be found.`
`Fail to connect to the bluetooth device.`
Fro…
-
Hi.
I have a BLE device which sends interesting data as manufacturer data in the advertisement packets which I want to get and print. As it updates frequently I want fresh data at least once a second…
z3ntu updated
4 years ago
-
I'm working on an application that requires repeated connection, discovery, some minor activity and disconnection.
Every 4-5 seconds or so, the stack locks up for 15 or so more seconds. Host in ques…
-
Thanks again for your great library and support. I was able to get Eddystone scanning to work, and write Eddystone Configuration Service data to the advertising slots (changing Eddystone-UID namespace…
-
I was using the read_write example to extract data form Polar H7 Heart rate monitor. When i issue the following command I get this error. GDBus.Error:org.bluez.Error.NotPermitted: Read not permitte…
-
Hi,
I just started using gattlib and I would like to know if is there a way to get RSSI level using gattlib.
Thanks in advance for your support
-
Dear Owner,
In CmakeList.txt, it's taking the DBus api even though the bluez version is grater than 5.42.
check it once from line number 51. (gattlib/CmakeList.txt)
**actual Cmake code:**
if (BLUE…