Hello I am using nrf52832 and I want to Calculate date and time at specific event periodically and save it to flash,so is it possible by using ble_app_cts_c example or any external hardware needed for it ,please help.?
Hello I am using nrf52832 and I want to Calculate date and time at specific event periodically and save it to flash,so is it possible by using ble_app_cts_c example or any external hardware needed for it ,please help.?
Have you followed the steps under "Testing" in the documentation? You need an additional device (e.g. the computer), with the Current Time Service implemented. Then you can send the time through that service to the nRF52 chip. After receiving the timestamp, you can see the decoded time if you press button 1, and also save it to flash.
If you have any issues following the steps, pleas ask and I will assist you.
Best regards,
Simon
hello,can you please tell ,how to setup server for Current Time Service in android phone..?
If you follow these steps in this link:
<InstallFolder>\examples\ble_peripheral\ble_app_cts_c
folder. Load the file cts_central.ncs
.Then you will see how the service looks like.
The next step is to implement the service on the android phone, and here is a BLE Android tutorial that will cover that.
Best regards,
Simon
If you follow these steps in this link:
<InstallFolder>\examples\ble_peripheral\ble_app_cts_c
folder. Load the file cts_central.ncs
.Then you will see how the service looks like.
The next step is to implement the service on the android phone, and here is a BLE Android tutorial that will cover that.
Best regards,
Simon
ok,thanks.