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

How to send the data stored in flash memory to moble app over ble ?

I am able to read and write data to and flash memory using FDS. I want to send the data stored in flash to mobile app and also want to store the received data over BLE into flash memory.

Please help me if you have any reference code example for the same ?

Parents
  • It's all just data - the fact that it may or may not have been stored in flash is irrelevant.

    All of the BLE examples in the SDK illustrate transferring data - it's up to you to think which is most appropriate to your particular requirements.

    for "unstructured" data, you might take a look at the Nordic UART Service (NUS).

    Although it has "UART" in the name, again: It's all just data - it doesn't matter whether it came from or goes to a physical UART!

Reply
  • It's all just data - the fact that it may or may not have been stored in flash is irrelevant.

    All of the BLE examples in the SDK illustrate transferring data - it's up to you to think which is most appropriate to your particular requirements.

    for "unstructured" data, you might take a look at the Nordic UART Service (NUS).

    Although it has "UART" in the name, again: It's all just data - it doesn't matter whether it came from or goes to a physical UART!

Children
Related