saadbutt67
saadbutt67
@madCode first of all use RFduinoBLE.sendFloat() to send a float value [reffer to this guide for help on that http://files.rfdigital.com/rfduino.ble.programming.reference.pdf] second use this code in android for receiving byte[] ff...
@angel545 are you using eclipse or android studio
@angel545 Find this line in the code addData(intent.getByteArrayExtra(RFduinoService.EXTRA_DATA)); This is where you're receiving data
Replace this line of code with the one i commented earlier For multiple float values do a loop Hope this helps