Search found 15 matches
- Thu Jul 14, 2022 9:17 pm
- Forum: ESP-IDF
- Topic: ESP-NOW peer private data
- Replies: 1
- Views: 2574
Re: ESP-NOW peer private data
Bump as I am trying to figure this out as well.
- Tue Jun 28, 2022 9:59 pm
- Forum: Hardware
- Topic: Compatible Ethernet PHY Chips ESP32
- Replies: 2
- Views: 3823
Compatible Ethernet PHY Chips ESP32
Hello, does anyone have any experience with connecting a PHY chip to an ESP32 to get internet through ethernet? I have the ethernet development board but I am looking to take it to the next level and implement ethernet into my own board. I know ESP-IDF has library support for some but I can't seem t...
- Fri Apr 29, 2022 10:34 pm
- Forum: ESP-IDF
- Topic: WIFI-Provisioning API and WPA2-Enterprise
- Replies: 3
- Views: 2391
Re: WIFI-Provisioning API and WPA2-Enterprise
Bump as question is still relevant.
- Mon Apr 25, 2022 11:29 pm
- Forum: ESP-IDF
- Topic: WIFI-Provisioning API and WPA2-Enterprise
- Replies: 3
- Views: 2391
WIFI-Provisioning API and WPA2-Enterprise
I can not test this now as I do not have a WPA2 Enterprise network to test with at the moment, but my question is does the wifi provisioning API work with WPA2 Enterprise networks? https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/provisioning/wifi_provisioning.html I can not...
- Sat Feb 26, 2022 8:55 pm
- Forum: Hardware
- Topic: ESP32-C3 does not support erase-flash command?
- Replies: 4
- Views: 5231
Re: ESP32-C3 does not support erase-flash command?
I have figured out the problem. When switching the "Channel for console output" setting in menuconfig, it sets CONFIG_ESPTOOLPY_NO_STUB to Y. When this setting is changed to Y, erase-flash does not work. If you set the "Channel for console output" back to default, that setting does not get reset bac...
- Sat Feb 26, 2022 2:51 am
- Forum: Hardware
- Topic: ESP32-C3 does not support erase-flash command?
- Replies: 4
- Views: 5231
Re: ESP32-C3 does not support erase-flash command?
Is there a item that may be doing this? I switched over to another project that was totally default and I had no issues erasing the flash
Code: Select all
menuconfig
- Thu Feb 24, 2022 3:01 pm
- Forum: Hardware
- Topic: ESP32-C3-WROOM-02 trouble getting into download mode
- Replies: 9
- Views: 7024
Re: ESP32-C3-WROOM-02 trouble getting into download mode
I will try that and check back
- Thu Feb 24, 2022 2:44 am
- Forum: Hardware
- Topic: ESP32-C3-WROOM-02 trouble getting into download mode
- Replies: 9
- Views: 7024
Re: ESP32-C3-WROOM-02 trouble getting into download mode
My setup is Windows 10. USB directly hooked up to the motherboard. ESP-IDF version release/4.4. Module used is ESP32-C3-WROOM-02-H4.
- Thu Feb 24, 2022 2:39 am
- Forum: Hardware
- Topic: ESP32-C3 does not support erase-flash command?
- Replies: 4
- Views: 5231
Re: ESP32-C3 does not support erase-flash command?
I did
I ran install.bat when I changed version and also ran export.bat to get all ENV variables.
Code: Select all
idf.py -p COM12 erase-flash
- Wed Feb 23, 2022 10:36 pm
- Forum: Hardware
- Topic: ESP32-C3 does not support erase-flash command?
- Replies: 4
- Views: 5231
ESP32-C3 does not support erase-flash command?
Hello, When attempting to erase the flash of one of my boards today, I got the error A fatal error occurred: ESP32-C3 ROM does not support function erase_flash. esptool.py failed with exit code 2 This has started happening as of my upgrade from release/4.3 to release/4.4 of the ESP-IDF. Is this corr...