Posts

Showing posts from June, 2023

Getting Started with ESP32 on Arduino IDE: A Step-by-Step Guide to Setup and Configuration

Image
 In this blog post, we will dive into the world of ESP32 development using the popular Arduino IDE . Whether you're a beginner or an experienced developer, this step-by-step guide will help you set up your ESP32 board, configure the Arduino IDE. I've been using the esp32 board with Micropython, but now  I'm changing it to the Arduino is becaus e I found that the esp32's Bluetooth classic Bluetooth cannot be used with Micropython (it has some binding issues) The esp32 is a powerful microcontroller that's perfect for building IOT devices and if you are new to the esp32 one of the first things that you will need to start with is an Arduino IDE, I'll walk you through the process step by step   If you would like to watch a video tutorial of it, here you go   STEP:1  First we will need to install the esp32 board definitions in the Arduino IDE.   for that we will go to the preferences menu and entering a URL -  https://raw.g ithubusercontent.com/espressif...