studio por libreria enviar dispositivos detectar datos comunicacion bidireccional android sockets bluetooth android-bluetooth bluetooth-socket

android - por - enviar/recibir datos a través de Bluetooth



enviar datos por bluetooth arduino a android (1)

Estoy tratando de enviar / recibir una cadena desde un dispositivo Android. He estado buscando en Google durante las últimas 3 horas y no puedo encontrar nada que simplemente funcione. lo más cercano que tengo es esto: chico

y obtengo estos errores:

02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at com.example.jelle.bluetoothconnector.BluetoothConnection.init(BluetoothConnection.java:38) 02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at com.example.jelle.bluetoothconnector.BluetoothConnection.<init>(BluetoothConnection.java:25) 02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at com.example.jelle.bluetoothconnector.ConnectorActivity.btnBluetooth_onCLick(ConnectorActivity.java:92) 02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at java.lang.reflect.Method.invoke(Native Method) 02-19 15:44:17.680 4680-4680/com.example.jelle.bluetoothconnector W/System.err﹕ at java.lang.reflect.Method.invoke(Method.java:372)

¿Alguien puede ayudarme? Solo necesito un código que pueda enviar / recibir una cadena a través de bluetooth para comenzar

¡Gracias!