The ESP32 has the following technical characteristics:
To use our ESP32 card, you will need to install the driver to recognize it on Arduino IDE. Indeed, the chip used on ESP32 is either the CH340 or CP210x and the drivers are not installed by default on Arduino IDE.
By connecting our ESP32, we realize that it is not recognized on Arduino IDE. It actually says NO PORTS DISCOVERED:
By typing Device Manager in the Windows 11 search bar, we can see the different components connected via USB to our computer.
In the Other Devices category, we see our ESP32 detected but with an exclamation point. This is because the driver is not properly installed:
Once the .zip driver has been downloaded, you will need to right-click on our ESP32 and Update driver.
You get a message telling you that the driver has been installed successfully:
Once the driver is installed you no longer have an exclamation point on our ESP32 board:
You can now program your ESP32 board: