Search found 3 matches

by q220085
Fri Jan 08, 2021 11:44 pm
Forum: ESP32 Arduino
Topic: [Urgent] Data loss when receiving from the Queue
Replies: 0
Views: 1283

[Urgent] Data loss when receiving from the Queue

Hi, I am doing a project with writing two tasks both pinned to core 0 with TTGO LoRa ESP32 as a server device. One task (say, Task 1) for sending data (which is received from other client esps via LoRa radio) to the queue, one (say, Task 2) for receiving data from the queue. The code for Task 2 is b...
by q220085
Tue Jan 05, 2021 9:40 am
Forum: General Discussion
Topic: Convert NTP timestamp to UNIX timestamp
Replies: 8
Views: 13360

Re: Convert NTP timestamp to UNIX timestamp

For future reference to this question, please see the official Espressif documentation on this topic: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/system_time.html If you're still facing issues let us know. Hi, thanks for the reply. I did read this document but s...
by q220085
Tue Jan 05, 2021 12:19 am
Forum: General Discussion
Topic: Convert NTP timestamp to UNIX timestamp
Replies: 8
Views: 13360

Re: Convert NTP timestamp to UNIX timestamp

Hi, could you please share how exactly to add milliseconds after the Unix timestamps?
I can't manage the addition of time_t and int64_t variables...