• Featured User: kurt

    Ohh_avatar

    Open-source hardware project hosting is my passion. I spend most of my free time building neat gadgets or planning what I'll build next. I love building things, and I want to make Open Hardware Hub a place that inspires others to build, ...

    Learn More

  • Updates 2013 February 18

    It's been a while, hasn't it? Well, that's ok because we've got a lot of updates to talk about. Most of these have been effective on the site fora couple weeks now. A few may or may not be active when this article gets posted, but they'll certainly be applied in the ...

    Find Out More

ESP32 with Windows Arduino IDE

+ Forums > Discussion > ESP32 with Windows Arduino IDE


Reply

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

+ Forums > Discussion > ESP32 with Windows Arduino IDE

You must be logged in to subscribe/unsubscribe to this topic.