Search found 3 matches

by hauser
Wed Aug 25, 2021 1:02 pm
Forum: ESP-AT
Topic: How to debug the ESP-AT example?
Replies: 0
Views: 7794

How to debug the ESP-AT example?

Hello together, I found the documentation how to debug a ESP32C3 project here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/using-debugger.html#jtag-debugging-using-debugger-eclipse I did that with the blink example and all went well. Then I tried to debug th...
by hauser
Fri Aug 20, 2021 7:34 am
Forum: ESP-IDF
Topic: API/Sample code for WiFi test modes
Replies: 0
Views: 1175

API/Sample code for WiFi test modes

Hello, the test firmware ESP32-C3_ECO3_RF_TEST_BIN_V104_20210628.bin implements the radio test modes for the ESP32c3. I recently checked the documentation of the ESP-IDF, but could not find any documentation on how to implement these test modes in my application firmware. Is there a documentation on...
by hauser
Fri Aug 20, 2021 6:09 am
Forum: IDEs for ESP-IDF
Topic: EspRFTestTool: How to download test firmware in RAM (only)
Replies: 0
Views: 2656

EspRFTestTool: How to download test firmware in RAM (only)

Hello together, I have installed an application firmware in the flash of ESP32-C3-Mini-1 and want to temporarily load the test firmware (ESP32-C3_ECO3_RF_TEST_BIN_V104_20210628.bin) in RAM of this radio module to use the EspRFTestTool. testtool.PNG There is an option "RAM" in the EspRFTestTool, that...