-
Running into an issue when trying to launch the controller node. This was run on a Magni with the following setup:
```
sudo apt install libbluetooth-dev
sudo apt install libglib2.0-dev # This is re…
-
I was informed by email that `gattlib` fails with the assertion:
`(process:1191): GLib-GIO-CRITICAL **: g_dbus_connection_signal_subscribe: assertion 'object_path == NULL || g_variant_is_object_path …
-
I have increased the MTU size. This allows me to receive more than 20 bytes of data. However, I still can't send more than 20 bytes.
Output from python console:
```
>>> from gattlib import GATTR…
-
Hi,
Running newest Raspbian stretch on a Raspberry Pi 3 I get this error when trying to connect to my bulb:
```
pi@raspberrypi:~/hackoort/build/oorttool $ ./oorttool -d 84:EB:18:7C:51:41 STATUS…
-
Hi,
I don't think this is a problem with PyBT. I think it is a problem in my use of PyBT.
I am attempting to create a peripheral with a rudimentary GATT DB. You can see the code here: https…
jennj updated
7 years ago
-
Could you please add the instructions to build the gatttool to the README.md?
After building the main package as described in README.md, I tried to build examples/gatttool using the same commands:
…
-
Is it just me or is the connection time unbearably slow?
Using on custom nrf51 boards, but the ble_scan also connects super slowly to all other ble devices in range.
Any way how to speed things up? …
ghost updated
7 years ago
-
I managed to circumvent this error by modifying the example thusly:
`uint8_t val = value_data & 0xff;`
`ret = gattlib_write_char_by_uuid(connection, &g_uuid, &val, sizeof(val));`
...but this on…
-
Hello
I've tried to run this on the Raspberry Pi Zero W on the latest Raspbian lite image. The Pi comes with Bluetooth built int but the connection requests always time out.
Any idea why this is…
-
```
sudo python3 switchbot_py3.py -s
Scanning for bluetooth low-energy devices
Discovering Switchbot services
* Found Switchbot service on device F1:E2:0A:F3:6C:56 handle 13
Found 1 devices: ['F…