Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of ukBaz

ukBaz

ukBaz has asked 0 questions and find answers to 5 problems.

Stats

77
EtPoint
16
Vote count
0
questions
5
answers

About

I am mainly here for the Bluetooth.

Most repeated is about deprecated BlueZ tools:

hciattach, hciconfig, hcitool, hcidump, rfcomm, sdptool, ciptool, and gatttool were deprecated by the BlueZ project in 2017. If you are following a tutorial that uses them, there is a chance that it might be out of date


Python Linux BLE Client example: https://stackoverflow.com/a/63751113/7721752


To get Bluetooth debug information on Linux:

  • Are you able to connect to the device using bluetoothctl?
  • Does service bluetooth status show errors?

When running your script have separate terminals open with the following running to get more debug information:

  • bluetoothctl
  • journalctl -f -u bluetooth
  • sudo busctl monitor org.bluez
  • sudo btmon