- 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.
- Arduino入門基礎教程
- 零點起飛學Xilinx FPG
- 24小時學會電腦組裝與維護
- 嵌入式技術基礎與實踐(第5版)
- 計算機應用與維護基礎教程
- Svelte 3 Up and Running
- CC2530單片機技術與應用
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- 單片機原理及應用:基于C51+Proteus仿真
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構
- FPGA實戰訓練精粹
- 嵌入式系統設計大學教程(第2版)
- 分布式存儲系統:核心技術、系統實現與Go項目實戰
- 計算機組裝與維護