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
If you like this app, you can support my work by buying the otherwise identical full version of the app for 1 Euro:
https://play.google.com/store/apps/details?id=net.bluetoothviewer.full
Happy Bluetooth debugging :)
Dies ist eine einfache Bluetooth-Verbindung Debugging-Tool für Programmierer.
Es funktioniert nur mit Bluetooth-Geräten, die alle diese Bedingungen erfüllt werden:
- Das Gerät sendet Daten
- Das Gerät beginnt Rundfunk automatisch bei der Kopplung ohne Händedruck oder Protokollverhandlung
- Das Gerät sendet ASCII-Daten, nicht binär
Die zukünftige Entwicklung können diese Punkte zu verbessern.
Features der aktuellen Version:
1. Eine Verbindung mit einem Bluetooth-Gerät
2. Anzeige eingehenden rohen Textdaten Zeile für Zeile (wenn das Gerät solche Daten überträgt)
3. Senden Sie rohe Textdaten an das angeschlossene Gerät
Sie können erfolgreiche Paarung bestätigen, eingehende rohe Textdaten zu überwachen und genau sehen, was aus dem Bluetooth-Gerät übertragen wird.
Ich plane, die folgenden Features in der Zukunft hinzuzufügen:
* Unterstützung Bluetooth-Geräte, die binäre Daten übertragen, nicht nur Text
* Option Daten im Hexadezimal-Format anstelle von Text zu sehen
* Option Zeitstempel auf eingehende Nachrichten hinzufügen
* Option GPS-Info auf eingehende Nachrichten hinzufügen
* Plugin-Framework für benutzerdefinierte Ansichten zu bestimmten Bluetooth-Geräten ermöglicht, vor allem verschiedene Arten von Sensoren
Bitte melden Sie Probleme oder Wünsche per E-Mail oder über diese Seite: https://github.com/janosgyerik/bluetoothviewer/issues
Projekt-Homepage: https://github.com/janosgyerik/bluetoothviewer
Sponsoren:
* Alan Haddy (www.ipegcorp.com): Option eingehenden Bluetooth aufnehmen
Daten und senden als Email-Anhang
Wenn Sie diese App gefällt, können Sie meine Arbeit durch den Kauf der ansonsten identischen Vollversion der App für 1 Euro zu unterstützen:
https://play.google.com/store/apps/details?id=net.bluetoothviewer.full
Glückliche Bluetooth Debuggen :)