- Internet of Things Projects with ESP32
- Agus Kurniawan
- 216字
- 2021-06-24 16:02:52
Arduino programming for ESP32
Arduino is the biggest community for open source hardware. It has various Arduino boards to fit your needs. Arduino also provides software to develop the Arduino program, Sketch. Arduino Sketch can be downloaded at https://www.arduino.cc/en/Main/Software.
Now, ESP32 boards support Arduino development. Technically, ESP32 development with Arduino still uses Espressif SDK. You should set Arduino Sketch software to enable you to work with ESP32 boards. You can configure this based on your platform. Please follow this guideline on the following website: https://github.com/espressif/arduino-esp32.
It is recommended to install ESP32 boards into Arduino software via Board Manager. Open the Preferences dialog from Arduino, then put this URL into the board manager URL: https://dl.espressif.com/dl/package_esp32_index.json:

When this is done, click OK.
Now, you can install ESP32 boards. To do this, open Boards Manager from the Tools menu. Type esp32 on this form so you can see the esp32 package, as shown in the following screenshot:

After you have clicked Install, Arduino will download all required libraries for ESP32. If done, we will see a list of ESP32 boards on the Arduino software. You can see this in the following screenshot:

Now, your Arduino is ready for ESP32 boards.
- 用“芯”探核:龍芯派開發實戰
- ATmega16單片機項目驅動教程
- Learning AngularJS Animations
- 顯卡維修知識精解
- 深入淺出SSD:固態存儲核心技術、原理與實戰(第2版)
- Apple Motion 5 Cookbook
- R Deep Learning Essentials
- Creating Flat Design Websites
- 計算機組裝維修與外設配置(高等職業院校教改示范教材·計算機系列)
- Spring Cloud微服務和分布式系統實踐
- 圖解計算機組裝與維護
- Blender Game Engine:Beginner's Guide
- Spring Security 3.x Cookbook
- Deep Learning with Keras
- 從企業級開發到云原生微服務:Spring Boot實戰