Search found 14 matches
- Tue Nov 16, 2021 10:03 pm
- Forum: Report Bugs
- Topic: sha384_vector and sha512_vector
- Replies: 3
- Views: 14643
Re: sha384_vector and sha512_vector
I have the same issue
- Thu Dec 24, 2020 3:40 pm
- Forum: ESP-IDF
- Topic: Debugging ESP32 programs on Linux using an "ESP32 Emulator Library"
- Replies: 14
- Views: 41131
- Tue Dec 08, 2020 10:08 pm
- Forum: ESP-IDF
- Topic: Non-IP data over Wifi
- Replies: 4
- Views: 4094
Re: Non-IP data over Wifi
Thank you Sprite!
- Thu Dec 03, 2020 3:31 pm
- Forum: ESP-IDF
- Topic: Non-IP data over Wifi
- Replies: 4
- Views: 4094
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...
- Wed Dec 02, 2020 4:26 pm
- Forum: ESP-IDF
- Topic: Non-IP data over Wifi
- Replies: 4
- Views: 4094
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...
- Mon Aug 24, 2020 10:40 pm
- Forum: General Discussion
- Topic: Needing More Accurate Clock
- Replies: 2
- Views: 3068
Re: Needing More Accurate Clock
Ummm... I think I had a measurement error.
Sorry for the trouble.
Thanks.
Sorry for the trouble.
Thanks.
- Sun Aug 23, 2020 4:02 pm
- Forum: General Discussion
- Topic: Needing More Accurate Clock
- Replies: 2
- Views: 3068
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...
- 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: 4056
Re: Possible to redirect ESP_EARLY_LOG* as well as ESP_LOG*?
That did it!
Thank you very much.
Bill
Thank you very much.
Bill
- 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: 4056
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...
- Thu Sep 06, 2018 9:38 pm
- Forum: ESP-MDF
- Topic: Mesh Dropped Packets Event?
- Replies: 3
- Views: 7565
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.
Thanks.