This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Cannot send bytes from Evothings app to Blend Micro...

I am working with a Blend Micro Board (Arduino IDE with RBL_nRF8001 sdk), using Evothings. Using the RedBearLab Simple control example I can easily connect to the board. I can receive bytes sent from the boards with ble_write and ble_write_bytes.

But, when I send bytes FROM the android app with app.device.writeCharacteristic I don't receive anything in the Blend Micro sketch, that is ble_available() always returns 0.

The app.device.writeCharacteristic on the device (LG G4 with android 6.0) returns error 128 if I test it inside the Evothings viewer, but apparently succeded if I test it compiled with Cordova.

Any helps?

Parents Reply Children
No Data
Related