- 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.
推薦閱讀
- 電腦軟硬件維修大全(實例精華版)
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- INSTANT Wijmo Widgets How-to
- Getting Started with Qt 5
- Unity 5.x Game Development Blueprints
- 單片機原理及應用系統設計
- 筆記本電腦應用技巧
- 超大流量分布式系統架構解決方案:人人都是架構師2.0
- Spring Cloud微服務和分布式系統實踐
- Blender Game Engine:Beginner's Guide
- FL Studio Cookbook
- Python Machine Learning Blueprints
- The Reinforcement Learning Workshop
- 筆記本電腦現場維修實錄
- Liferay 6.2 User Interface Development