The following was the setup environment for ESP32 with Windows Arduino IDE.
- Arduino IDE 1.6.5 or later
- Windows7/8/10
- Python2.7
- pyserial
Download Python(32bit/64bit),and then install it.The previous installation step you can choose a default installation.
When Complete the python installer,we should check success or not.Open Windows cmd.exe and write "python",if the display is as follows, the installation is successful, otherwise check the installation steps.
Install Pyserial and Arduino IDE can choose the default installation configuration, there is nothing special to note.
- Download esp32 files
- Add esp32 board on Arduino IDE
- Add esp32 compile tool
- Test a simple code