Steps to Use in Arduino IDE:
- Open Arduino IDE.
- Select the ESP32 Board: Go to Tools -> Board -> ESP32 Dev Module
- Upload the Code: Connect your ESP32 to your computer and click the "Upload" button in the Arduino IDE.
- Open Serial Monitor: After uploading, go to Tools -> Serial Monitor, set the baud rate to 115200, and select Newline as the line ending.
If the the board does not show up use the Board manager to install ESP32 and us ESP32 Dev Module.