Hello there,
I'm working on a Nano BLE project that has an RTC. So far it's running as how I want it. But I was thinking if it's possible to sync the RTC time with the computer via Bluetooth? And how do I do it?
First I thought, I would just get an IoT, and somehow get the time from NTP, and push the time to the BLE, but it's a waste of Arduino.
What is the easiest way to sync the BLE RTC time online? Thanks.