esp-idf-rc522 用于将ESP32与MFRC522 RFID读卡器接口的C库 演示版 如何使用 该目录是ESP-IDF组件。 将其克隆(或将其添加为子模块)到项目的components目录中。 例子 # include " esp_log.h " # include " rc522.h " static const char * TAG = " app " ; void tag_handler ( uint8_t * sn) { // serial number is always 5 bytes long ESP_LOGI (TAG, " Tag: %#x %#x %#x %#x %#x " , sn[ 0 ], sn[ 1 ], sn[ 2 ], sn[ 3 ], sn[ 4 ] ); } void app_main ( void ) {
2021-10-25 16:21:40 7KB esp32 card rfid reader
1
esp-idf st7789驱动
2021-10-18 17:06:16 248KB esp esp-idf esp32 st7789
1
esp32-nesemu:用于ESP32的概念验证NES模拟器
2021-10-09 01:43:25 225KB emulator esp32 nes-emulator esp-idf
1
本文以移植 esp-iot-solution 里的 touch_pad_evb 为例。 1. 文件移植 删除 esp-idf 某工程下的 component 与 main 文件夹,将 touch_pad_evb/main 文件夹下的文件挪至 esp-idf 此工程下。 在 esp-idf 此工程下新建 components 文件夹,然后根据 main 文件夹下的 CMakeLists.txt 中的 set(COMPONENT_REQUIRES touchpad led esp_adc_cal ch450 light),将 esp-iot-solution 中对应的 components 拷贝至
2021-09-26 21:33:17 36KB df esp id
1
今天来尝试使用 esp-idf 编译并烧录固件至 ESP32-S2。官方教程如下:ESP32-S2 快速入门。本文将基于旧版 esp-idf 来进行 git 更新,环境配置等操作后再编译烧录程序至 ESP32-S2。 1. 使用 git 更新 esp-idf 至最新版本 首先需要进入到 esp-idf 目录下,然后进行 分支切换 与 版本更新,如下: cd ~/esp/esp-idf git checkout master git pull git submodule update --init --recursive 这样 esp-idf 就是与官方 github 同步的最新版了。可以
2021-09-23 15:16:04 44KB df esp gi
1
esp-idf-st7789 ST7789 esp-idf的驱动 Dmitry Andreev的演示视频。 ESP32的安装 git clone https://github.com/nopnop2002/esp-idf-st7789 cd esp-idf-st7789/ idf.py set-target esp32 idf.py menuconfig idf.py flash ESP32-S2的安装 git clone https://github.com/nopnop2002/esp-idf-st7789 cd esp-idf-st7789/ idf.py set-target esp32s2 idf.py menuconfig idf.py flash 您必须使用menuconfig设置此配置值。 CONFIG_WIDTH CONFIG_HEIGHT CONFIG_OFF
2021-09-15 11:42:01 248KB png jpeg esp32 bmp
1
esp-idf-tools-setup-2.3.exe 下载300M,外网不容易下载。放在这里供大家下载。谢谢
2021-09-08 21:00:02 335.03MB 工具
1
ESP32 ESP-WIFI-MESH开发框架,esp-mdf 框架,github clone 的 master 版本,里面的子模块 esp-idf 框架也是完整的,可以直接使用。 github 拉取太慢了,备份下来使用。
2021-08-27 19:04:41 689.85MB ESP-IDF ESP-MDF ESP32
1
esp32 windows下开发编译环境,Windows 多合一工具链和 MSYS2 工具。 此版本非官方版本,是基于 esp32_win32_msys2_environment_and_esp2020r2_toolchain-20200601 版本修改,替换工具链为 xtensa-esp32-elf-gcc8_4_0-esp-2020r3 ,以支持 esp-idf V4.2 版本的开发。
2021-08-24 19:21:49 814.23MB xtensa-esp32-elf esp2020r3 esp32 esp-idf
1
esp32 v3.3.2版本idf,用于进行esp32开发必备的sdk,内部含有api库和编译用的makefile脚本文件
2021-07-30 16:08:06 415.42MB ESP32
1