esp32-freertos-sdk 工具包 See the Getting Started guide links above for a detailed setup guide. This is a quick reference for common commands when working with ESP-IDF projects: Setup Build Environment (See Getting Started guide for a full list of required steps with details.) Install host build dependencies mentioned in Getting Started guide. Add tools/ directory to the PATH Run python -m pip install -r requirements.txt to install Python dependencies Configuring the Project idf.py menuconfig Opens a text-based configuration menu for the project. Use up & down arrow keys to navigate the menu. Use Enter key to go into a submenu, Escape key to go out or to exit. Type ? to see a help screen. Enter key exits the help screen. Use Space key, or Y and N keys to enable (Yes) and disable (No) configuration items with checkboxes "[*]" Pressing ? while highlighting a configuration item displays help about that item. Type / to search the configuration items. Once done configuring, press Escape multiple times to exit and say "Yes" to save the new configuration when prompted. Compiling the Project idf.py build ... will compile app, bootloader and generate a partition table based on the config. Flashing the Project When the build finishes, it will print a command line to use esptool.py to flash the chip. However you can also do this automatically by running: idf.py -p PORT flash Replace PORT with the name of your serial port (like COM3 on Windows, /dev/ttyUSB0 on Linux, or /dev/cu.usbserial-X on MacOS. If the -p option is left out, idf.py flash will try to flash the first available serial port. This will flash the entire project (app, bootloader and partition table) to a new chip. The settings for serial port flashing can be configured with idf.py menuconfig. You don't need to run idf.py build before running idf.py flash, idf.py flash will automatically rebuild anything which needs it. Viewing Serial Output The idf.py monitor target uses the idf_monitor tool to display se
2020-03-11 03:15:02 60.12MB esp32 esp-idf
1
板子尺寸:40x50mm;元件全部是贴片的;引脚全部用金手指引出,间距2.54mm,没有用排针;有电源指示灯;三个IO口控制的灯;最重要的是:没有画CH340芯片,但是留了三个排针用来连接GND、TXD和RXD,需要额外的USB转TTL模块才能使用。
2020-03-04 03:05:48 2.23MB esp32
1
esp32自动获取天气及时钟在oled显示,支持中文,物联网
2020-02-08 03:16:01 910KB esp32 物联网
1
乐鑫esp8266/esp32一键配网smartconfig配网中文版V0.3.6.2,新增保存上次输入密码,简洁明了,配网速度比上几个版本快几倍。博客:https://blog.csdn.net/xh870189248/article/details/78677952
2020-01-17 03:15:28 1.65MB esp8266配网 esp32配网
1
ESP32开发板原理图ESP-WROVER-KIT原理图,使用了ESP32模块
2020-01-03 11:24:18 80KB EP32
1
仿STM32 访问外部SPI Flash程序,在ESP32中使用外部SPI Flash。 只有.c文件,懂得就够了。后面还有其他版本
2019-12-21 22:20:06 17KB ESP32 SPI FLASH
1
esp32 sdk编程利用rmt驱动ws2812七彩灯,实现彩虹渐变效果。对应的博客 https://blog.csdn.net/xh870189248/article/details/90897877
2019-12-21 22:00:37 24KB esp32 rmt esp32驱动ws2812
1
乐鑫Esp32学习之旅⑨ esp32上实现本地 TCP 客户端和服务端角色,可断线重连原路返回数据。 CSDN博客 https://blog.csdn.net/xh870189248/article/details/80817529
2019-12-21 22:00:36 7KB esp32 tcp se esp32
1
esp8266自动获取天气及时钟在oled显示。。
2019-12-21 21:56:26 910KB esp8266 esp32 天气
1
esp32 windows环境下的工具链安装指导。献给在官方指导下安装失败的朋友。自己在坑里爬了好几天的总结。
2019-12-21 21:51:50 285KB esp32 环境搭建 Windows msys32
1