Skip to content

vladkrutov/esp32_arduino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 with Windows Arduino IDE

The following was the setup environment for ESP32 with Windows Arduino IDE.

Install Windows Python

Download Python(32bit/64bit),and then install it.The previous installation step you can choose a default installation.

Make sure add python to path

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

Install Pyserial and Arduino IDE can choose the default installation configuration, there is nothing special to note.

Install Esp32 Environment

  • Download esp32 files
  • Add esp32 board on Arduino IDE
  • Add esp32 compile tool
  • Test a simple code
Move espressif file to ardurno-xxxx/hardware/

Add esp32 compile tool

Test a simple code

About

esp32_arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.8%
  • C++ 8.0%
  • Objective-C 1.7%
  • Python 1.4%
  • Other 0.1%