esp32 environment installation tutorial---arduino IDE

foreword

(1) Recently, I suddenly became interested in esp32. When I was visiting YouTube, I always saw a lot of big guys using esp32cam for network image transmission and as a camera. I am more interested in it personally, and encountered many pitfalls during the environment installation process, so I would like to share it with you here.
(2)Note: If you are not a magic person, don't read this article, because it won't help you. At the same time, I will not teach how to have magic, so there are fewer people who can learn from this article.

Arduino IDE installation

(1) If you simply want to install an IDE, then no magic is needed. We can download it in the Arduino Chinese community .
(2) The next step is the fool-like installation, so I won't introduce too much.

Arduino IDE configuration

Configure as shown below

https://dl.espressif.com/dl/package_esp32_index.json

insert image description here

insert image description here

ESP32 environment configuration

(1) From now on, magic is needed. Because my test results found that the IDE cannot inherit magic and needs to be configured.
(2) If you have magic, you need to open it yourself, and then I will tell you that if you let the IDE also have magic.

View local proxies

(1) Open the settings
insert image description here
(2) View the proxy

insert image description here
insert image description here

Write the proxy into the Arduino configuration

insert image description here

Install the ESP32 environment

Tools—>Development Board—>Development Board Manager
insert image description here
insert image description here

Supongo que te gusta

Origin blog.csdn.net/qq_63922192/article/details/130688097
Recomendado
Clasificación