--------------------------------------------------------------------------- Please ensure you have installed ESP32 properly in Arduino IDE software before proceeding. Click this link if you want to install Arduino IDE : https://www.arduino.cc/en/software --------------------------------------------------------------------------- Introduction to ESP32 ESP32 is a series of microcontroller chips like Arduino. It is the advance version of ESP8266 and is loaded with lots of new features. Below are the specifications of ESP32 : - ESP32 is dual core. (It has 2 processors.) - It has built-in Wi-Fi and bluetooth. - It runs 32 bits programs. - The clock frequency can go up to 240M Hz. - It has a 512 kB RAM. - This particular board has 30pins. (There is also a new version which has 36pins.) Datasheet of ESP32 DEVKIT V1 - DOIT (Board that I will use in my lab) --------------------------------------------------------------------------- Part 1 - Use Push Button to Cont...
Hi, enjoy your time here ^^