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
  • The RTC will work in normal low power (system ON) sleep mode, yes. It is always used when you use BLE for instance, in order to wake up at connection events, advertising events etc. The current consumption is system ON low power mode is ~2-3 uA, which is not very much.

    It will not run in system off mode, though, but most applications never use system off. In system off the IC is almost entirely powered off, and can only wake up on GPIO, LPCOMP or NFC.

Children
Related