You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue while trying to synchronize the time with a server using a Freematics function over a 4G network. The function is imported into the telelogger.ino file, and the sensor data collection is held in a while loop until the time is synchronized. Once the cellular network IP is reached, I start the sync process. When using the Freematics One+ (Model H) connected to a smartphone via Wi-Fi, with the smartphone on a 4G connection, the synchronization works fine, but with the sim card directly in the hardware it simply doesn't sync. I've tried changing the server, using the IP address directly, changing sim card operator (TIM and Claro), and creating my own synchronization function using the NTP library, but nothing has worked. Does anyone have any suggestions on how to resolve this issue, I mean, how to synchronize time using 4G network?
I am encountering an issue while trying to synchronize the time with a server using a Freematics function over a 4G network. The function is imported into the telelogger.ino file, and the sensor data collection is held in a while loop until the time is synchronized. Once the cellular network IP is reached, I start the sync process. When using the Freematics One+ (Model H) connected to a smartphone via Wi-Fi, with the smartphone on a 4G connection, the synchronization works fine, but with the sim card directly in the hardware it simply doesn't sync. I've tried changing the server, using the IP address directly, changing sim card operator (TIM and Claro), and creating my own synchronization function using the NTP library, but nothing has worked. Does anyone have any suggestions on how to resolve this issue, I mean, how to synchronize time using 4G network?
The text was updated successfully, but these errors were encountered: