Skip to content

sotiris-oikonomou/python-ble-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLE peripheral and central example in python using Bluez and Dbus

To enable the peripheral mode in gatt (server mode) you must enable the experimental features of the bluez stack

  • Edit the file /lib/systemd/system/bluetooth.service and at the ExecStart=/usr/local/libexec/bluetooth/bluetoothd add at the end --experimental
  • Then do a sudo systemctl daemon-reload
  • And then a sudo systemctl restart bluetooth

About

An BLE gatt peripheral and central example on linux with BlueZ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages