Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bluetooth LE GUI Tool for Linux [closed]

I'm currently developing on a Bluetooth LE embedded project.

For discovering my BLE peripherals, I currently use some apps for Android 4.3 (e.g. Nordic nRF Toolbox and nRF Master Control Panel) and iOS (LightBlue).

On my desktop PC (running kubuntu 12.04), I currently use hcitool and gatttool from commandline e.g. for viewing and changing the characteristics values of my BLE peripherals.

Did anybody know, if there was a gui tool available for linux, with similar features like the Nordic nRF Android Apps or like LightBlue for iOS?

I want to use the linux GUI tool for:

  • explore my advertising BLE peripherals
  • connect them
  • discover their provided services & characteristics
  • view & change the characteristics values
like image 402
Joe Avatar asked Mar 02 '14 19:03

Joe


People also ask

Does BlueZ support BLE?

What is BlueZ? BlueZ is the Bluetooth stack for Linux. It handles both Bluetooth BR/EDR as well as BLE.

What is BlueZ service?

Bluez is the Linux Bluetooth system and allows a Raspberry Pi to communicate with Bluetooth classic and Bluetooth low energy (LE) devices.

What is BlueZ Ubuntu?

BlueZ is the official Linux Bluetooth stack.


1 Answers

Linux currently does not have any GUI based BLE tools. The LightBlue referred to in user1990's answer is actually an old outdated program that does not implement BLE.

Anything short of command-line BlueZ using gatttool, or hcitool to do what you want, you will not find.

This site has a good tutorial for device, characteristic, and service discovery.

like image 191
Michael Crapse Avatar answered Oct 10 '22 02:10

Michael Crapse