How to develop Espressif ESP32 under Arduino IDE? Nanny-level hands-on teaching you configuration!

Develop Espressif ESP32 under Arduino IDE

Since version 1.6.4, Arduino IDE has added the function of development board manager. We can add corresponding development boards according to the needs, and then development boards that do not belong to the Arduino series can also be developed in Arduino IDE. And you can also use Arduino's language and development tools to write code, compile, and burn programs.

Espressif provides a link to the JSON file. The program has written all the operations that need to be done in code. We only need to import the link.

JSON (JavaScript Object Notation, JavaScript Object Notation, pronounced /ˈdʒeɪsən/) is a lightweight data exchange language based on easy-to-read text, used to transmit property values ​​​​or serialized A data object consisting of the values ​​of .

Steps to add ESP32 development board in Arduino IDE:
1. Click Documentation
insert image description here2. Select option
insert image description here
3. Enter the URL of the .Json file in the development board management URL
insert image description here
4. Select the tool

insert image description here
5. Select the development board
insert image description here
6. Enter esp32 in the development board manager
insert image description here
7. Install esp32 and wait for the download to complete
insert image description here

8. After the download is complete, you can see the new esp32 Arduino development board, start enjoying!
insert image description here

Guess you like

Origin blog.csdn.net/qq_41899773/article/details/119145970