ESP32固件及安装说明 支持ZTWF开发板
2021-01-28 03:47:50 11.17MB ESP32固件
1
不废话直接上文件包。有疑问留言,随缘回复。
2021-01-28 03:17:43 3.34MB ESP32 ESP8266 ARDUINO platformIO
1
v2.6 注意事项:由于新增了功能,使用前请先仔细阅读v2.6的使用说明; 版本特性: 1. 解决了因8266/8285的看门狗导致频繁重启的问题; 2. 再次优化网页代码,省了1KB内存; 3. Config页面的数据可以被回显了,告别重复设置上一次参数的烦恼,但是WIFI信道依然是默认CH11的,因为回显这部分代码太多了,不舍得浪费内存,所以对信道有特殊需求的用户,请每次都检查一下信道是否正确; 4. 串口透传功能大升级,新增了缓冲区大小选项,并且能综合缓冲区大小及波特率,提供最小发送间隔的参考值,用户只要保证每次发送数据的间隔大于 Min. Interval的值,就能保证数据不在串口上丢包; 5. 修正UDP bug,透传时自动在数据末端加上结束符 '\0',UDP数据不会再有乱码问题; 6. AP的SSID加上了ChipID作为后缀,防止多个模块初始启动时SSID重复导致混乱。 遗留问题: 1.在使用UDP连续长时间发送数据后,可能会重启但不会假死,重启后就能恢复工作状态; 2.WiFi没连接成功时,WiFi重连机制占用着CPU,此时连接AP与打开Webconfig会有点慢,请刷新几次即可,ESP32 没有此问题。
2020-04-29 03:05:11 2.62MB 透传固件 ESP32 ESP8266 ESP8285
1
Arduino-arduino-esp32.zip,用于ESP32的Arduino Core用于ESP32 WiFi芯片,Arduino是一家开源软硬件公司和制造商社区。Arduino始于21世纪初,深受电子制造商的欢迎,Arduino通过开源系统提供了很多灵活性。
2020-04-25 17:15:00 40.63MB Arduino
1
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