Hi everyone,
I'm a beginner in Android development and BLE environment, and I want to communicate with the nRF52 card using an Android app. In fact I have to develop an access control, using the nRF52 board and an Android App.
For now I'm able to scan BLE device and pair the card with my app. Now I want to write on the card (maybe through a BLE characteristic), then compare this value and turn on a LED if this value is correct. My problem is that I don't know how to write on the card and where I would be able to retrieve the value written (on the card) to compute my comparaison. Thus I would like to know where a value written on a BLE characteristic would be stored ?
Thanks, Vivien