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

Example for getting and setting rtc time using app using nrf52832

Hello,

I have just started learning nrf. I have an nrf52832 board and I want to get and set time using app.

I have seen this https://devzone.nordicsemi.com/f/nordic-q-a/57827/nrf5-calendar-example-questions

but haven't got much.

Please suggest me some examples.

Thank you in advance

Parents Reply
  • Have you studied the links I provided?

    There's a lot there, but they cover what you need to know.

    You should start with the SDK examples before going "off-piste";  I would suggest that you start with ones which don't use a SoftDevice; ie, no Bluetooth.

    If you've not done "conventional" C programming before, it might be better to start with a "conventional" microcontroller, rather than nRF.

    Alternatively, there is an Arduino Core available for nRF (though it's a 3rd-party effort - not supported by Nordic).

    The nRF SDK, etc, does assume that you are already a competent embedded C developer.

Children
Related