ESP32 Projects, Tutorials and Guides with Arduino IDE

ESP32 is an Arduino compatible development board or SOC developed by espressif. ESP32 has a combination of both Wi-Fi and Bluetooth wireless capabilities and also comes in single and dual-core. It also has capabilities such as capacitive touch, ADC, DAC, UART, SPI, I2C, I2S, and much more.

Due to its robust architecture and Arduino compatibility now ESP32 is widely used in many industrial applications, Home automation, and many IoT based products. ESP32 is an ideal choice for an Internet Of Things project.

ESP32 Easy To Follow Pinout No more confusion on GPIO selection Featured Image

ESP32 Pinout simplified: No more confusion when choosing GPIOs.

We all love to build IoT projects based on ESP32 boards because it has lots of GPIO pins to play. Many ESP32 lovers like me face a problem selecting appropriate GPIO pins or which pins to avoid for their projects.

We have wasted many hours on an ESP32 project due to the selection of the wrong GPIO pin and, we don’t want you all to be making the same mistake.

Therefore we have created this easy-to-use guide, simplifying the ESP32 GPIO selection process. If you use a bar ESP32 module in your project, this guide will be a handy tool for you.

Read More »
installing ESP32 board in arduino IDE fetured image displaying quick setup

Installing ESP32 In Arduino IDE

Want to explore IoT projects? Then learning ESP32 is a great starting point. In this tutorial, you will learn how to install ESP32 in Arduino IDE. We will use Windows for this tutorial, but the same steps can be used for, mac and Linux OS.
To program ESP32, we have to add an addon package in Arduino IDE.

Read More »