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

nrf52832 rtc to timestamp

Hello,

I am using nRF52832 chip for freeRTOS project and using RTC2. I have SDK15.2. I want to have timestamp from RTC as hex format. I searched almost all forums but i have nothing.  I just found https://github.com/NordicPlayground/nrf5-calendar-example this example but i want to uptade automatically and don't want to update via bluetooth. Could you recommend me some examples or forum? 

Thanks

Parents
  • Hi

    I'm sorry, but you'd like to do timestamps over BLE, correct? What kind of device are you planning on communicating with? Please provide some more details on what exactly you'd like to achieve to help me understand what you need assistance with.

    I suggest implementing the calendar example in one of our Bluetooth examples. Maybe our custom ble service example might help you, showing how you implement your own services and characteristics (calendar service for example) in BLE examples.

    Best regards,

    Simon

Reply
  • Hi

    I'm sorry, but you'd like to do timestamps over BLE, correct? What kind of device are you planning on communicating with? Please provide some more details on what exactly you'd like to achieve to help me understand what you need assistance with.

    I suggest implementing the calendar example in one of our Bluetooth examples. Maybe our custom ble service example might help you, showing how you implement your own services and characteristics (calendar service for example) in BLE examples.

    Best regards,

    Simon

Children
Related