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

TimeStamp in nRF52832

Hi, 

I am using nRF52832, SDK16.0

with SES

Is that nRF52832 have able to send timestamp through BLE.  is that hardware able to calculate timestamp  

will it act as REAL TIME CLOCK 

Parents Reply
  • Hi,

    Sunil vignesh said:
    will you suggest any external ic for Timestamp.

    I do not have any suggestions for that. It is not directly related to the nRF, but perhaps some other members on this forum has some suggestions?

    Sunil vignesh said:
    how nrf_calender works.

    nrf_calendar uses the RTC to generate ticks and the time.h library to map this to actual calendar time and date. You can refer to the source code for details.

    Sunil vignesh said:
    how the time and date will taken

     The calendar time and date is calculated in SW, based on the elapsed time, counted by the RTC.

Children
No Data
Related