- 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.
- 筆記本電腦使用、維護與故障排除實戰
- Istio入門與實戰
- 電腦常見問題與故障排除
- 硬件產品經理成長手記(全彩)
- Learning Stencyl 3.x Game Development Beginner's Guide
- The Deep Learning with Keras Workshop
- Practical Machine Learning with R
- STM32嵌入式技術應用開發全案例實踐
- Machine Learning Solutions
- 面向對象分析與設計(第3版)(修訂版)
- SiFive 經典RISC-V FE310微控制器原理與實踐
- Internet of Things Projects with ESP32
- 可編程邏輯器件項目開發設計
- 單片機原理及應用
- 計算機組成技術教程