Skip to content

Outline instructions to implement an ESP32 Development Environment using Arduino IDE in Windows 10

Notifications You must be signed in to change notification settings

derrickr/ArduinoDevEnvESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ESP32 Development Environment using Arduino IDE in Windows 10

  1. Download and install the Arduino IDE

  2. Open Arduino

  3. Click on: File -> Preferences preferences

  4. Copy & paste (in Additional Boards Manager URLs section):

    https://dl.espressif.com/dl/package_esp32_index.json

  5. Click OK

  6. Download and install the CP210x USB to UART Bridge VCP Drivers

    This is to allow the ESP32 to communicate with your computer

  7. Connect a USB micro lead from your PC to your ESP32

  8. Ensure the correct port is selected: Tools -> Port port

  9. Open an example: File -> Examples -> ESP32 -> ChipID -> GetChipID openExample

  10. Code loaded for the GetChipID example example

  11. Open the Serial Monitor: Tools -> Serial Monitor openSer

  12. To display the Serial Monitor serMon

  13. Upload the sketch into your attached ESP32: Sketch -> Upload up

  14. Or click on the Upload icon upIcon

  15. The Arduino IDE will compile the sketch compSt

  16. ...connect to the ESP32 conx

  17. ...and upload the sketch up

  18. When completed a message will be displayed in the lower dialogue box stating: Hard resetting via RTS pin... complete

  19. The program will now run & you should see the Serial Number of your attached ESP32 presented in the Serial Monitor. Refreshed every 3 seconds: complete

  20. You should now have a working ESP32 Development Environment using Arduino IDE

About

Outline instructions to implement an ESP32 Development Environment using Arduino IDE in Windows 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published