【ESP32视频分享1】淘宝最牛 esp32开发板使用分享 开箱教程(helloworld)

来源:互联网 发布:自己的服务器域名备案 编辑:程序博客网 时间:2024/05/20 15:58

转自: http://debugdump.com/t_8.html


各位朋友,大家好, 欢迎大家收听收看由 debugdump.com 晕哥(QQ 516333132) 原创录制的

《淘宝最牛 esp32开发板使用分享 开箱教程(helloworld) 》

1. 购买 淘宝最牛 esp32开发板:
https://item.taobao.com/item.htm?id=557325579696

2. 安装cp2104 usb转串口驱动程序
https://www.silabs.com/products/develop … cp-drivers 
https://www.silabs.com/documents/public … rivers.zip


3. 下载windows开发与下载sdk包
https://dl.espressif.com/dl/esp32_win32 … 170330.zip 
解压缩,运行 msys2_shell.cmd

4. 克隆乐鑫官方的固件库:
git clone --recursive https://github.com/espressif/esp-idf.git

5. 设置环境变量:
export IDF_PATH="c:/esp-idf"
export PATH=/mingw32/bin/:$PATH

6.编译下载hello world
切换到 /c/esp-idf/examples/get-started/hello_world
make menuconfig    => COM17
make flash

原创粉丝点击