CARVIEW |
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsI 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
-
FanaticOct 14, 2020
-
EnthusiastAug 5, 2020
-
EnlightenedAug 17, 2022
-
NecromancerOct 8, 2021
-
bluetoothNov 24, 2023
-
MortarboardSep 16, 2020
-
AnnouncerApr 14, 2022