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

Date and time calculation

Hello I am using nrf52832 and I want to Calculate date and time at specific event periodically and save it to flash,so is it possible by using ble_app_cts_c example or any external hardware needed for it ,please help.?

Parents
  • Have you followed the steps under "Testing"  in the documentation? You need an additional device (e.g. the computer), with the Current Time Service implemented. Then you can send the time through that service to the nRF52 chip. After receiving the timestamp, you can see the decoded time if you press button 1, and also save it to flash.

    If you have any issues following the steps, pleas ask and I will assist you.

    Best regards,

    Simon

Reply
  • Have you followed the steps under "Testing"  in the documentation? You need an additional device (e.g. the computer), with the Current Time Service implemented. Then you can send the time through that service to the nRF52 chip. After receiving the timestamp, you can see the decoded time if you press button 1, and also save it to flash.

    If you have any issues following the steps, pleas ask and I will assist you.

    Best regards,

    Simon

Children
Related