Search found 6 matches
- Mon Jul 06, 2026 11:12 am
- Forum: ESP-IDF
- Topic: ESP32-S3 Emission Test - Set WiFi to RX Mode
- Replies: 1
- Views: 59
ESP32-S3 Emission Test - Set WiFi to RX Mode
Hi, in context of a planned emission test, I need to set the WiFi module of my esp32-s3 into RX mode. Is there a specified way to achieve this operation mode? I stumbled across esp_wifi_set_promiscuous but I am not really sure if that is the right approach. The RF module just needs to be active ...
- Mon Mar 23, 2026 12:49 pm
- Forum: ESP-IDF
- Topic: v6.0 Migration: mbedTLS headers not found
- Replies: 0
- Views: 290
v6.0 Migration: mbedTLS headers not found
Hey there, I am currently trying to migrate to the stable v6.0 branch. I did a clean clone of the repository and checked out the v6.0 tag. Afterwards I ran the install script (idf.py install). When I try to build my project which relies on the certificate bundle (includes esp_crt_bundle.h), I get ...
- Mon Mar 23, 2026 11:24 am
- Forum: ESP-IDF
- Topic: esp-idf/v6.0: CMake Error at ... components/mbedtls/mbedtls/tf-psa-crypto/core MISSING
- Replies: 2
- Views: 211
Re: esp-idf/v6.0: CMake Error at ... components/mbedtls/mbedtls/tf-psa-crypto/core MISSING
Did you clone the entire esp-idf repository again or did you just switch to the new version tag in your old local copy?
mbedtls is a git submodule and I think that just switching the tag will not touch the submodules at all which would still fit your prior idf version.
Get a new, clean copy of ...
mbedtls is a git submodule and I think that just switching the tag will not touch the submodules at all which would still fit your prior idf version.
Get a new, clean copy of ...
- Mon Mar 23, 2026 9:36 am
- Forum: ESP-IDF
- Topic: esp-idf/v6.0: CMake Error at ... components/mbedtls/mbedtls/tf-psa-crypto/core MISSING
- Replies: 2
- Views: 211
Re: esp-idf/v6.0: CMake Error at ... components/mbedtls/mbedtls/tf-psa-crypto/core MISSING
Same error here. Any progress on this?
- Fri Mar 20, 2026 9:00 am
- Forum: ESP-IDF
- Topic: Apptrace Library | Can't Dump Trace Buffer to Host
- Replies: 1
- Views: 114
Re: Apptrace Library | Can't Dump Trace Buffer to Host
Another Update:
I reduced the number of handled freeRTOS events and also reduced the number of maximum supported tasks to 5. My JTAG speed is 20000. The data now arrives slower at the host, meaning the changes took the desired effect. However, it seems that the connection is still too slow.
I ...
I reduced the number of handled freeRTOS events and also reduced the number of maximum supported tasks to 5. My JTAG speed is 20000. The data now arrives slower at the host, meaning the changes took the desired effect. However, it seems that the connection is still too slow.
I ...
- Thu Mar 19, 2026 12:22 pm
- Forum: ESP-IDF
- Topic: Apptrace Library | Can't Dump Trace Buffer to Host
- Replies: 1
- Views: 114
Apptrace Library | Can't Dump Trace Buffer to Host
For a couple of days I try to get the Apptrace Library to work with my ESP32-S3. However, I still can't read out the trace buffer in post-mortem mode. I want to use the SystemView port for this.
The documentation says, that without the connection of a host, the apptrace module will operate in post ...
The documentation says, that without the connection of a host, the apptrace module will operate in post ...