Search found 2 matches

by Florent
Wed Jul 15, 2020 3:47 pm
Forum: ESP32 Arduino
Topic: ESP32-Time
Replies: 1
Views: 5445

ESP32-Time

Hi, I want to get the time in milliseconds notation for example like this: HH:MM:SS:ms. How would I get this type of ouput? I get the current time once via NTP-Client, this runs in the setup method: configTime(gmtOffset_sec, daylightOffset_sec, ntpServer); printLocalTime(); and then I loop the print...
by Florent
Mon Jul 13, 2020 12:54 pm
Forum: ESP32 Arduino
Topic: ESP32 - Timestamps
Replies: 1
Views: 2636

ESP32 - Timestamps

Hi, i'm using an ESP32 and a MPU9250 Sensor. I send the gyro values to a Java Server but the values have to get timestamped as soon as they arrive to the ESP32. Now the simple way would be to get the time via NTP-Client but there is a delay until the time arrives through the internet on my ESP32. I ...