Today we are going to start a new series of controllers which is the ESP32 module family. so, in this article, we are going to elaborate on how to Arduino esp32 setup. ESP family devices can be easily programmed with the Arduino IDE. there are many compatible libraries available on the internet so you can program your ESP32, ESP32S, and ESP8266 with the Arduino IDE.
IntroductionESP32 is a progression of low-power modules or microcontrollers with inbuilt wifi and Bluetooth. which is further developed than esp8266 concerning velocity and memory. it has 312kb Slam and 400 kb ROM which support I2C, I2S, SPI, and UART conventions. in the event that you will program this microcontroller straightforwardly you really want to realize the AT order however if you have any desire to make it simple and with the Arduino IDE then you can set up esp32 with Arduino IDE.
Setup Arduino ESP32 setupStep 1
Download Arduino IDE and install the software.
Open Arduino IDE software click on the file and select the preference
step 2
paste the given link into the box
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
Step 4
Click on the tool and select the board manager
Step 5
Write esp32 in the search box and install the board given there as given image.
we have made our esp32 board by ourselves with the help of PCBWayI found the best PCB service for my project.
Step 6
Connect your ESP32 to your computer. and select the esp32 dev module from the board as given.
Step 7
Again go to the tools and select the board Port after connecting your esp device to your computer.
Here we have shared all the steps and you can make the setup of esp32 with Arduino easily still if you have any difficulty you can ask in the comment section.
Comments