Hello,
I'm starting design on a new BLE dongle project.
I am planning to use nRF52840 and an external flash memory for storing sensor data. I need to include timestamp information(UNIX time) of each data point and send it over BLE, and create a historical time series graph on the phone.
What is the best way to accomplish this? Do I need to add a Real Time Clock in the hardware? Is it possible to get UNIX time by somehow syncing with phone( without using real time clock)? Is timestamp sent over a separate service?
I cannot find good documentation for timestamp information and BLE on the internet.
Please help,
Thanks