Configuration Esp32_devkitc_v4
Posted: Sun Jan 30, 2022 4:07 pm
Hi guys! I have a problem related to the configuration of the following card : https://www.amazon.it/gp/product/B08LL7 ... UTF8&psc=1
I tried in the downloaded card manager : https://raw.githubusercontent.com/espre ... index.json
To insert in the card manager
-ESP32 Wrover Module
-ESP32 Wrover Kit (all version)
-ESP32 Dev Module
-DOIT ESP32 DEV KIT V1
-ESP 32 FM DevKit
Also I checked, the COM Port is correct.
I try to load the sketch but I always get errors even though I have inserted the capacitor 10uF on the enable.
Test code :
The error is the following: esptool.py v3.1
Serial port COM5
Connecting........_____....._____....._____....._____....._____....._____....._____
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
ankThs in advance !
I tried in the downloaded card manager : https://raw.githubusercontent.com/espre ... index.json
To insert in the card manager
-ESP32 Wrover Module
-ESP32 Wrover Kit (all version)
-ESP32 Dev Module
-DOIT ESP32 DEV KIT V1
-ESP 32 FM DevKit
Also I checked, the COM Port is correct.
I try to load the sketch but I always get errors even though I have inserted the capacitor 10uF on the enable.
Test code :
- void setup() {
- pinMode(22, OUTPUT);
- }
- void loop() {
- digitalWrite(22, HIGH); // turn the LED on (HIGH is the voltage level)
- delay(1000); // wait for a second
- digitalWrite(22, LOW); // turn the LED off by making the voltage LOW
- delay(1000); // wait for a second
- }
Serial port COM5
Connecting........_____....._____....._____....._____....._____....._____....._____
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
ankThs in advance !