Search found 14 matches

by Coopdis
Tue Nov 16, 2021 10:03 pm
Forum: Report Bugs
Topic: sha384_vector and sha512_vector
Replies: 3
Views: 13839

Re: sha384_vector and sha512_vector

I have the same issue
by Coopdis
Tue Dec 08, 2020 10:08 pm
Forum: ESP-IDF
Topic: Non-IP data over Wifi
Replies: 4
Views: 3498

Re: Non-IP data over Wifi

Thank you Sprite!
by Coopdis
Thu Dec 03, 2020 3:31 pm
Forum: ESP-IDF
Topic: Non-IP data over Wifi
Replies: 4
Views: 3498

Re: Non-IP data over Wifi

Super! Thank you. I continued digging after posting and came up with esp_wifi_register_if_rxcb. It looks like esp_wifi_register_if_rxcb is more or less a pass-through to esp_wifi_internal_reg_rxcb. Given that esp_wifi_register_if_rxcb is not marked "internal" would it be considered stable? Thank you...
by Coopdis
Wed Dec 02, 2020 4:26 pm
Forum: ESP-IDF
Topic: Non-IP data over Wifi
Replies: 4
Views: 3498

Non-IP data over Wifi

Hello, I am wanting to send an receive non-IP data via wifi. It seems that I can put just about any data on to wifi using a non-QoS data frame and esp_wifi_80211_tx(). That said, I am having trouble finding an equivalent rx function or call back to receive non-IP data frames. It seems like all the d...
by Coopdis
Mon Aug 24, 2020 10:40 pm
Forum: General Discussion
Topic: Needing More Accurate Clock
Replies: 2
Views: 2602

Re: Needing More Accurate Clock

Ummm... I think I had a measurement error.

Sorry for the trouble.

Thanks.
by Coopdis
Sun Aug 23, 2020 4:02 pm
Forum: General Discussion
Topic: Needing More Accurate Clock
Replies: 2
Views: 2602

Needing More Accurate Clock

Hello, I am using W-ROVER to do data sampling. I have been using esp_timer_get_time() as usecond local clock to generate timestamps. I have noticed that from module to module this source varies by about +-5%, which seems to be expected based on what I've seen in various forum posts. I need greater a...
by Coopdis
Thu Apr 23, 2020 8:30 pm
Forum: ESP-IDF
Topic: Possible to redirect ESP_EARLY_LOG* as well as ESP_LOG*?
Replies: 2
Views: 3570

Re: Possible to redirect ESP_EARLY_LOG* as well as ESP_LOG*?

That did it!

Thank you very much.

Bill
by Coopdis
Thu Apr 23, 2020 1:22 am
Forum: ESP-IDF
Topic: Possible to redirect ESP_EARLY_LOG* as well as ESP_LOG*?
Replies: 2
Views: 3570

Possible to redirect ESP_EARLY_LOG* as well as ESP_LOG*?

Hello, My app has esp32s running in remote and inaccessible locations. In order to see and debug issues in this environment I am redirecting logging to a a file which I am then able to retrieve remotely. Sometimes, when running in the lab and looking at my serial monitor I see various errors (task w...
by Coopdis
Thu Sep 06, 2018 9:38 pm
Forum: ESP-MDF
Topic: Mesh Dropped Packets Event?
Replies: 3
Views: 6380

Re: Mesh Dropped Packets Event?

To be clear... what I would like is some sort of hook on root... so that when root drops the packet, it can read the packet and let the node that sent it know that the destination node is no longer out there.

Thanks.