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 :)
Questo è un semplice strumento di connessione di debug Bluetooth per i programmatori.
Funziona solo con i dispositivi Bluetooth in grado di soddisfare tutte queste condizioni:
- I dati trasmissioni dispositivo
- Il dispositivo comincia a trasmettere automaticamente al momento l'associazione, senza alcuna stretta di mano o protocollo di negoziazione
- I dati di trasmissioni dispositivo ASCII, non binario
Lo sviluppo futuro può migliorare questi punti.
Caratteristiche della versione attuale:
1. Collegare ad un dispositivo Bluetooth
2. Display in arrivo grezzo linea dati di testo per riga (se il dispositivo trasmette tali dati)
3. Inviare dati di testo prima al dispositivo collegato
È possibile confermare l'abbinamento di successo, monitorare i dati in entrata testo semplice e vedere esattamente ciò che viene trasmesso dal dispositivo Bluetooth.
Ho in programma di aggiungere le seguenti funzionalità in futuro:
* Supporto dispositivi Bluetooth che trasmettono dati binari, non solo il testo
* Possibilità di vedere i dati in formato esadecimale al posto del testo
* Possibilità di aggiungere timestamp per i messaggi in arrivo
* Possibilità di aggiungere informazioni GPS per i messaggi in arrivo
* Quadro Plugin per visualizzazioni personalizzate su misura per i dispositivi Bluetooth specifici, in particolare vari tipi di sensori
Si prega di segnalare problemi o richieste di nuove funzionalità di e-mail o tramite questa pagina: https://github.com/janosgyerik/bluetoothviewer/issues
homepage del progetto: https://github.com/janosgyerik/bluetoothviewer
sponsor:
* Alan Haddy (www.ipegcorp.com): opzione per registrare Bluetooth in arrivo
dati e inviare come allegato e-mail
Se ti piace questa applicazione, è possibile sostenere il mio lavoro con l'acquisto della versione completa di identico l'applicazione per 1 euro:
https://play.google.com/store/apps/details?id=net.bluetoothviewer.full
Felice debug Bluetooth :)