Hi
I am using the nrf52832 DK for my project.
Using ble i need to establish wireless connection b/w the android phone and the board.
I need to send data from the phone to the board and store this data onto the flash. Which example program from the sdk fits my necessity?
I tried the ble_app_uart example and I am able to send data from the dk to the phone.
Mostof the posts i read is about sending sensor data via ble to the nrfconnect app but i need to do it the other way round.