- Internet of Things Projects with ESP32
- Agus Kurniawan
- 129字
- 2021-06-24 16:02:52
Compiling and flashing
After we configured our project, we can flash our program into the ESP32 board. We can type this command on the current project directory from the following terminal:
$ make flash
This command performs compiling and flashing. If the make command is not found, you should install make for your platform.
If you have configured a serial port of the ESP32 board, the program will be flashed. Otherwise, you will get a timeout because the tool cannot find the ESP32 serial port. You can see my program output on the flashing process in the following screenshot:

Flashing a program into the ESP32 board
If this succeeds, you should see lighting on LED 1, LED2, and LED 3.
Next, we develop the ESP32 program using Arduino Sketch.
推薦閱讀
- Linux KVM虛擬化架構實戰指南
- 嵌入式技術基礎與實踐(第5版)
- 硬件產品經理成長手記(全彩)
- Svelte 3 Up and Running
- Mastering Adobe Photoshop Elements
- 微軟互聯網信息服務(IIS)最佳實踐 (微軟技術開發者叢書)
- Visual Media Processing Using Matlab Beginner's Guide
- STM32嵌入式技術應用開發全案例實踐
- 筆記本電腦維修實踐教程
- Python Machine Learning Blueprints
- 主板維修實踐技術
- 詳解FPGA:人工智能時代的驅動引擎
- 快·易·通:2天學會電腦組裝·系統安裝·日常維護與故障排除
- Spring Cloud微服務架構開發
- Hands-On Game Development with WebAssembly