With help from espressif FAE, I was able to get this to work.
1. Use the power limit tool in EspRFTestTool (v4.6) to generate the appropriate phy_init.bin file.
2. Use Espressif Flash Download Tool (v3..9.8) to download the appropriate RFTest.bin and associated phy_init.bin files. As you pointed ...
Search found 6 matches
- Tue May 27, 2025 3:52 pm
- Forum: Hardware
- Topic: ESP32-PICO-MINI-02 unable to load firmware with EspRFTestTool Toolkit
- Replies: 10
- Views: 3326
- Thu May 15, 2025 4:17 pm
- Forum: Hardware
- Topic: ESP32-PICO-MINI-02 unable to load firmware with EspRFTestTool Toolkit
- Replies: 10
- Views: 3326
Re: ESP32-PICO-MINI-02 unable to load firmware with EspRFTestTool Toolkit
I'm having the same issue. Did you get an answer to your question - Where does one acquire the ESP32-U4WDH-PICO-MINI-02-RF-Tool?
- Thu May 15, 2025 4:14 pm
- Forum: Hardware
- Topic: ESP32-PICO-V3-02 EspRFTestTool can't loading firmware test
- Replies: 3
- Views: 3871
Re: ESP32-PICO-V3-02 EspRFTestTool can't loading firmware test
I have the exact same problem as the OP when using EspRFTestTool with ESP32-PICO-V3-02 -- where can I get the referenced software and firmware (ESP32-U4WDH-PICO-MINI-02-RF-Tool (version 2.8) and new firmware). Thanks!
- Sat Jul 02, 2022 4:47 pm
- Forum: ESP IoT Solution
- Topic: How does wifi scan handle SSID with embedded NULL bytes?
- Replies: 0
- Views: 4295
How does wifi scan handle SSID with embedded NULL bytes?
I believe this question was posted a while ago but I couldn't find any response ...
I'm using ESP-IDF version 4.4
IEEE 802.11 specifies that the WIFI SSID can be from 0-32 bytes with no restriction on the values. So, since it can contain zero valued bytes one cannot treat the SSID as a null ...
I'm using ESP-IDF version 4.4
IEEE 802.11 specifies that the WIFI SSID can be from 0-32 bytes with no restriction on the values. So, since it can contain zero valued bytes one cannot treat the SSID as a null ...
- Fri Dec 10, 2021 2:56 pm
- Forum: ESP-IDF
- Topic: Blink Example - LED Type not available in menuconfig
- Replies: 3
- Views: 4103
Re: Blink Example - LED Type not available in menuconfig
idf.py --version ==> ESP-IDF v4.3.1
But does menuconfig display options even if the underlying development board doesn't support it? That seems like a bad idea. That's why I asked if somehow (i.e. environment variable, compiler define, etc) idf.py thinks it knows the capabilities of the system ...
But does menuconfig display options even if the underlying development board doesn't support it? That seems like a bad idea. That's why I asked if somehow (i.e. environment variable, compiler define, etc) idf.py thinks it knows the capabilities of the system ...
- Thu Dec 09, 2021 8:09 pm
- Forum: ESP-IDF
- Topic: Blink Example - LED Type not available in menuconfig
- Replies: 3
- Views: 4103
Blink Example - LED Type not available in menuconfig
Hi - I have an ESP32-S2-DevKitC-1 development board. I am trying the Blink example project. After running
idf.py set-target esp32s2
I run
idf.py menuconfig
so that I can set the parameter Example Configuration -> Blink LED type to RMT. However, this parameter doesn't appear in the menu. The ...
idf.py set-target esp32s2
I run
idf.py menuconfig
so that I can set the parameter Example Configuration -> Blink LED type to RMT. However, this parameter doesn't appear in the menu. The ...