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 :)
Esta es una herramienta de depuración conexión Bluetooth sencillo para los programadores.
Funciona con dispositivos Bluetooth que cumplen todas estas condiciones:
- Los datos de las emisiones de dispositivos
- El dispositivo empieza a transmitir automáticamente al emparejamiento, sin ningún apretón de manos o protocolo de negociación
- Los datos de las emisiones de dispositivos ASCII, no binario
El desarrollo futuro puede mejorar estos puntos.
Características de la versión actual:
1. Conectar a un dispositivo Bluetooth
2. Pantalla de entrada de línea de datos de texto sin procesar por la línea (si el dispositivo transmite esos datos)
3. Enviar datos de texto sin formato al dispositivo conectado
Puede confirmará la asociación, controlar los datos de texto sin formato de entrada y ver exactamente lo que está siendo transmitida desde el dispositivo Bluetooth.
Tengo la intención de añadir las siguientes características en el futuro:
* Soporte dispositivos Bluetooth que transmiten datos binarios, no sólo texto
* Opción para ver los datos en formato hexadecimal en lugar de texto
* Posibilidad de incluir fecha y hora de los mensajes entrantes
* Posibilidad de incluir información del GPS a los mensajes entrantes
* Marco Plugin para vistas personalizadas adaptadas a dispositivos Bluetooth específicos, especialmente los diversos tipos de sensores
Por favor, informar de problemas o peticiones por correo electrónico o el uso de esta página: https://github.com/janosgyerik/bluetoothviewer/issues
página web del proyecto: https://github.com/janosgyerik/bluetoothviewer
patrocinadores:
* Alan Haddy- (www.ipegcorp.com): opción para grabar Bluetooth entrante
los datos y enviar como archivo adjunto de correo electrónico
Si te gusta esta aplicación, se puede apoyar mi trabajo mediante la compra de la versión completa por lo demás idéntica de la aplicación por 1 euro:
https://play.google.com/store/apps/details?id=net.bluetoothviewer.full
depuración feliz Bluetooth :)