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
  • Does the COM port show up in the Windows device manager? Clearly, if it's not there then no app is going to be able to connect to it!

    Actually, I am working on a project which is opened using nrfConnect SDK v 1.4.0 and through this, it is connecting.

    After disconnecting from nrfConnect

    but when I am opening from C:\nrf_sdk\nRF5SDK16\examples\ble_peripheral\nrf5-calendar-example-master\pca10040\blank\ses

    program is compiling but its not connecting to COM Port

Children
  • The COM port is created by the interface chip - so it has nothing to do with what apps you're using on the PC, or what firmware is loaded into the Target chip.

    You need to confirm that the COM port is visible in the Windows device manager - if it's not there, then clearly nothing can connect to it.

    program is compiling but its not connecting to COM Port

    Please describe exactly the steps you are taking here, and what you are seeing - including any error messages.

    Do you have any colleagues / teachers / etc locally who can help you?

Related