gatt-python
gatt-python copied to clipboard
Bluetooth GATT SDK for Python
pypi lists a gatt version 0.2.7: https://pypi.org/project/gatt/0.2.7/ I see this repo doesn't have a 0.2.7 tag. If you could add the right tag, that'd be handy and allow NixOS to...
Using GObject.MainLoop method provokes a deprecation working during compilation: "GObject.MainLoop is deprecated; use GLib.MainLoop instead" Replacing GObject.MainLoop() by GLib.MainLoop() fixes the issue and works perfectly.
what title says, is there any function or variable to call that has rssi?
In the Readme.md the callbacks for enable notifications are incorrect and therefore looks like the code doesn't work when implemented. Readme.md has: characteristic_enable_notification_failed correct function name: characteristic_enable_notifications_failed Readme.md has: characteristic_enable_notification_succeeded...
> ```py > print("Please run: sudo apt-get install python3-dbus") > ``` > > — https://github.com/getsenic/gatt-python/blob/master/gatt/gatt_linux.py#L7 This command is specific to Debian based distributions, but for someone using an Alpine-based distribution,...
Hello, I am running this code on my peripheral that sends battery level periodically. But I am not able to get it. A simple read_val also does not work. Please...
I'm running this in a conda environment and getting this problem: ``` dbus.exceptions.DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /home/andi/anaconda3/envs/py37/var/run/dbus/system_bus_socket: No such file or directory ``` Obviously it shouldn't be...
After cut&pasting my BLE device address from `gattool` where it's all upper case, I got [A4:C1:38:CE:0D:F5] Connection failed: Device does not exist, check adapter name and MAC address. After running...
It seems that the characteristic notify callback that is registered with the underlying layer is not removed when a device disconnects. When you reconnect to that device and register a...
Hi all, on my Raspberry Pi 4, I'm trying to write some characteristics using this gatt module. However, I run into the following issue: ``` > ACL Data RX: Handle...