any body know about android code for pairing with ble (nrf51dk)? please help i want to pair my android app to the chip. app is discovering the chip but not able to connect.
any body know about android code for pairing with ble (nrf51dk)? please help i want to pair my android app to the chip. app is discovering the chip but not able to connect.
You need to make sure that your Android supports BLE (Bluetooth 4.0). Many Android devices only support older revisions of Bluetooth (2/3).
I have a Cordova (web/hybrid mobile) app that works great for BLE communication on both iOS and Android, based on this "skeleton": github.com/.../cordevicljs
thanks. but this code is difficult to understand and not supported by android studio :(
That's right. It's written in ClojureScript.
But have you confirmed that your Android device supports Bluetooth 4.x (BLE)?
oh :( need some easy code to implement in my app. yup my phone supports ble4.x..
Alright. This seems like a small, nice, concise example: www.truiton.com/.../