Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 6 months ago.
whcih SDcard and RTC library is compatible with BLE ?
I would like to save the data over time stamp and send it over bluetooth?
Question relating to:
1 Answer
8 years, 6 months ago.
I have had success with Francis Schumacher's RTC library:
https://developer.mbed.org/users/fxschumacher/code/nrf51_rtc/
together with Neil Theissen's SDFileSystem:
https://developer.mbed.org/users/neilt6/code/SDFileSystem/
Both work on a nRF51-DK. It is possible that the standard mbed library now supports the RTC, but I don't know for sure. It's been about 6 months since I looked into this. If the mbed RTC does now work for the nRF51, you wouldn't need the nrf51_rtc library any longer.
...kevin