Skip to content

Clerbout-Francois/Use_ESP32_on_ArduinoIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Use ESP32 on Arduino IDE

If it is the first time you use a microcontroller ESP32 on Arduino IDE, you will need to follow this steps in order to be able to upload code on it.

  1. Introduction
  2. Instructions

alt text

Figure 1 : ESP32 NodeMCU Development board Pinout Diagram.

The ESP32 is a small electronic board, called a microcontroller, easy to use thanks to its similarities with the Arduino board which is much more widespread.

The ESP32 is arguably the microcontroller board that has the best size/connectivity/input/output compromise. It is suitable for the production of prototypes and not only to the realization of "finished and definitive" projects, it is also very cheap. It is a reference in the maker universe for these many reasons, so it is very easy to find help on the Internet to use this card.

I think it is a formidable tool for the miniaturization of connected projects.

The avantages of this microcontroller over an Arduino board is that it contains within its architecture a (built-in) module Wi-Fi as well as its Bluetooth chip (which can be used in a BLE mode for Bluetooth Low Energy).

You can program it using the Arduino IDE. For that, I will explain how to add it on the software.

If you have already download Arduino IDE, please go directly to the following steps. If no, you can download it on the official website of Arduino here and be sure to choose the correct option (depending of your computer).

You have to add the ESP32 on the Arduino IDE.

Open tab File > Preferences (Fichier > Préférences in french) and you will have to paste this link https://dl.espressif.com/dl/package_esp32_index.json in the Additional Board Manager URL (URL de gestionnaire de cartes supplémentaires in French) as it is explained on the next figures.

alt text

Figure 2 : Tab File > Preferences.

alt text

Figure 3 : Paste the URL on Arduino IDE.

Once you have done all this steps, always on the Arduino IDE open tab Tool > Board Type > Board Manager (onglet Outil > Type de carte > Gestionnaire de carte in french).

alt text

Figure 4 : Tab Tool > Board Type > Board Manager.

Then, search the ESP32 package in the Board Manager (Gestionnaire de carte in french) and install the last version. Do not interrrupt the download !!

alt text

Figure 5 : Search and install ESP32 package.

Once you have done all this steps you just have to add the ESP32 on Arduino IDE : open tab Tool > Map Type (onglet Outil > Type de carte in french) and choose the correct ESP32 board according to the one you have (most often it will be the DOIT ESP32 DEVKIT V1 or the ESP32 Dev Module).

alt text alt text Figure 6 : Choose the correct ESP32 board.

Please do not hesitate to contact me if you have any question.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published