- 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.
推薦閱讀
- Learning AngularJS Animations
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- 計算機組裝與系統(tǒng)配置
- 計算機維修與維護技術(shù)速成
- The Deep Learning with Keras Workshop
- VCD、DVD原理與維修
- Practical Machine Learning with R
- Internet of Things Projects with ESP32
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- Java Deep Learning Cookbook
- 電腦組裝與維護即時通
- STM32自學(xué)筆記
- 單片微機原理及應(yīng)用
- 3D Printing Blueprints
- Spring Security 3.x Cookbook