Search found 3 matches

by matteof93
Tue Apr 30, 2019 7:29 pm
Forum: ESP-IDF
Topic: Details Regarding "Received packet radio metadata header"
Replies: 13
Views: 13616

Re: Details Regarding "Received packet radio metadata header"

Hello ESP engineers, Could someone PLEASE answer this?! I have been waiting for months. Thanks Hi, at the end I gave up on this method to retrieve the time at which the packet was received. On the other hand I found out that using NTP is a good option and it works perfectly, basically I have 4 ESP3...
by matteof93
Tue Apr 30, 2019 7:24 pm
Forum: ESP-IDF
Topic: Possible critical section when using timer interrupt
Replies: 0
Views: 1948

Possible critical section when using timer interrupt

Hello, I am struggling to understand if there is a possible critical section in my code. This is the code in one of my function: TaskHandle_t led_task_handle = nullptr; // handle to the task for led blinking esp_timer_handle_t led_timer_handle = nullptr; // handle to the timer to stop led blinking c...
by matteof93
Sun Nov 04, 2018 1:31 pm
Forum: ESP-IDF
Topic: Details Regarding "Received packet radio metadata header"
Replies: 13
Views: 13616

Re: Details Regarding "Received packet radio metadata header"

I am in the same situation as the OP, I need to know what is the base of the clock used to fill the timestamp value in the callback registered when a packet is received and I need to know if there is any API that can be used to read or write the value of that clock. did anyone figure out how to do t...