Bluetooth Viewer

100+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

This is a simple Bluetooth connection debugging tool for programmers.
It works only with Bluetooth devices that meet all of these conditions:

- The device broadcasts data
- The device starts broadcasting automatically upon pairing, without any handshake or protocol negotiation
- The device broadcasts ASCII data, not binary

Future development may improve these points.

Features of the current version:

1. Connect to a Bluetooth device
2. Display incoming raw text data line by line (if the device broadcasts such data)
3. Send raw text data to the connected device

You can confirm successful pairing, monitor incoming raw text data and see exactly what is being transmitted from the Bluetooth device.

I plan to add the following features in the future:

* Support Bluetooth devices that broadcast binary data, not only text
* Option to see data in hexadecimal format instead of text
* Option to add timestamp to incoming messages
* Option to add GPS info to incoming messages
* Plugin framework for customized views tailored to specific Bluetooth devices, especially various types of sensors

Please report problems or feature requests by email or using this page: https://github.com/janosgyerik/bluetoothviewer/issues

Project homepage: https://github.com/janosgyerik/bluetoothviewer

Sponsors:

* Alan Haddy (www.ipegcorp.com): option to record incoming Bluetooth
data and send as email attachment

Happy Bluetooth debugging :)
Updated on
Jan 24, 2018

Data safety

Developers can show information here about how their app collects and uses your data. Learn more about data safety
No information available

What's new

Make sure the welcome message doesn't push the buttons toolbar off the screen