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 !