Hello
I am using Android and BLE communication with nRF52832 (BLENano2) now.
I am using SDK 15.0.0 with keil uversion.
Central is Android and peripheral is nRF52832.
Use the SDK "app_ble_blinky"
We were able to write 0x01 to characteristic from Android and send it, and let BLENano2 light and control the LED.
This time, we want to send the value of the accelerometer connected to BLENano2 to Android with BLE and want to check the value on Android.
But what example of the SDK should I use?
I do not know what to refer to.
Please tell me an article that will be helpful to me for BLE communication beginners.
Thank you