Program ESP32-S2 Using Arduino IDE (Unofficial)

Program ESP32-S2 Using Arduino IDE (Unofficial)

Introduction

Espressif, the company behind the extremely popular ESP8266 and ESP32 microcontrollers has just announced their latest chip, ESP32-S2, last year. Compared to the ESP32, S2 have extra I/O, USB-OTG, low power and more secure. As a maker (not a hacker), of course we would like to try it using the most popular microcontroller platform - Arduino. But until now, they still don't have provide an official support for Arduino IDE. However, you still can try it through GitHub branch called esp32s2. How to do it? Let's watch the video!

Video

This video shows how to program ESP32-S2 WiFi module using Arduino IDE (unofficial).

 

Hardware Preparation

This is the list of hardware used in the video.

Sample Program

This is Arduino sample program to control built-in WS2812B RGB LED on Cucumber board. You need to install Adafruit Neopixel library from library manager.

 

Thank You

References:

Thanks for reading this tutorial. If you have any technical inquiries, please post at Cytron Technical Forum.

"Please be reminded, this tutorial is prepared for you to try and learn.
You are encouraged to improve the code for a better application."