- Internet of Things Projects with ESP32
- Agus Kurniawan
- 139字
- 2021-06-24 16:02:50
Setting up the development environment
Espressif provides SDK development for ESP32. Technically, there is a guideline document from Espressif on how to set up the ESP32 toolchain. You can follow this guideline for Windows, Linux, and macOS: https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html#setup-toolchain.
After completed, you can continue to get ESP-IDF to enable you to develop the ESP32 program. You also need all required libraries for Python. A detailed guideline can be read on this site: https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html#get-started-get-esp-idf.
If done, we can develop programs for the ESP32 board. The ESP32 program is written in C programming language, which you should be familiar with. However, we can write ESP32 programs using any text editor. In this book, I use Visual Studio code: https://code.visualstudio.com. This IDE tool is available for Windows, Linux, and macOS.
Next, we develop a simple program with the ESP32 board.
- 龍芯應用開發標準教程
- SDL Game Development
- Mastering Manga Studio 5
- The Deep Learning with Keras Workshop
- RISC-V處理器與片上系統設計:基于FPGA與云平臺的實驗教程
- 圖解計算機組裝與維護
- Hands-On Deep Learning for Images with TensorFlow
- 微控制器的應用
- 計算機組裝、維護與維修項目教程
- 嵌入式系統設計大學教程(第2版)
- Deep Learning with Keras
- 分布式存儲系統:核心技術、系統實現與Go項目實戰
- Practical Artificial Intelligence and Blockchain
- Applied Deep Learning with Keras
- Hands-On Markov Models with Python