- 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.
推薦閱讀
- Instant uTorrent
- Android NDK Game Development Cookbook
- 數(shù)字邏輯(第3版)
- 計(jì)算機(jī)維修與維護(hù)技術(shù)速成
- Svelte 3 Up and Running
- 嵌入式系統(tǒng)中的模擬電路設(shè)計(jì)
- OpenGL Game Development By Example
- 單片機(jī)技術(shù)及應(yīng)用
- WebGL Hotshot
- 電腦橫機(jī)使用與維修
- 3D Printing Blueprints
- 筆記本電腦的結(jié)構(gòu)、原理與維修
- 從企業(yè)級(jí)開發(fā)到云原生微服務(wù):Spring Boot實(shí)戰(zhàn)
- ARM接口編程
- DevOps實(shí)戰(zhàn):VMware管理員運(yùn)維方法、工具及最佳實(shí)踐