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

Transferring data received over ble to sd card

Hi All,

I am working on pca10040, nrf52832 and s132. I am using ble_app_uart and sd card, where i want to transmit data received over ble to the sd card.

Can you help me with how can i do so?

I have the project ready where both sd card and ble functionalities are there. I am able to advertise and recieve data over ble as well as execute sample .txt data transmission over to sd card as demonstrated in fatfs example.

I want to know on how i can transmit the text received over ble to the sd card in a .txt file.

Thanks in advance, Regards

Related