Start Programming ESP3212 With Arduino IDE

2.4K50

Intro: Start Programming ESP3212 With Arduino IDE

Step by step environment setup for ESP3212 on Arduino IDE

STEP 1: Buy Componnents

STEP 2: Download ESP32 Tools

Download ESP3212 development tools from following link

https://github.com/espressif/arduino-esp32

After download this files extract and place in folder (any location)\Arduino\hardware\espressif\arduino-esp32\(all files).

Here any location means your Arduino folder location it may be vary as installed Arduino.

STEP 3: Basic Programming

Select any Example from arduino IDE and select following information

Board : ESP32 Dev Module

Flash Frequency : 40Mhz

Upload Speed : 115200

Debug Level : None

Port : COM1

STEP 4: How to Flash

For flashing program press and hold reset button then press boot0 button and release reset button. then release boot0 button. Now click on upload program

STEP 5: See Video for Step by Step ESP3212 Setup on Arduino IDE