# esp32s3-board **Repository Path**: HycJack/esp32s3-board ## Basic Information - **Project Name**: esp32s3-board - **Description**: 基于CX-ESP32S3开发板的例程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2025-09-21 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 介绍 欢迎大家使用本ESP32仓库源码作为学习的途径。仓库下载方式: git clone https://gitee.com/vi-iot/esp32s3-board.git 本仓库所有源码都是依赖esp-idf库进行开发的,esp-idf版本为v5.3.3或者v5.4.2。 所有工程都经过本人亲自调试OK,大家可以参考学习,或者直接用在自己的项目中。 #### esp-idf说明 esp-idf是官方推荐使用的开发方式,以后大家实际工作中基本都会采用这种开发方式, 本仓库例程配套的教程链接如下: 链接:https://pan.baidu.com/s/1E1Ysoi8jZYOGzvL4uHm4-Q?pwd=u85r 提取码:u85r #### 仓库架构 本仓库包含多个例程,均可单独编译,每个工程说明如下: apcfg ————AP配网程序 audio_record————录音程序 audio_record_sdcard ————录音程序,将录音存在SD卡中 button ————按键操作例程 cmd ————命令行 dht11 ————DHT11温湿度传感器数据读取 display_example ————LVGL移植和st7789 80接口LCD驱动芯片代码 helloworld ————基础程序,打印helloworld ledc ————呼吸灯例程 mqtt ————mqtt例程 msc ————USB设备检查 nvs ————NVS键值对的操作 onenet ————连接onenet平台的操作 partition ————分区表操作例程 sdcard ————读写MicroSD卡 smartconfig ————智能配网例程 spiffs ————spiffs文件系统例程 tusb_serial_device ————把ESP32S3当成USB串口设备(OTG例程) usb_camera ————USB摄像头例程(需购买乐鑫官方的USB摄像头) weather ————根据ip地址获取心知天气 wifi ————STA模式 ws2812 ————点亮WS2812例程 xl9555 ————I2C驱动XL9555 io扩展芯片例程 更多例程更新中! 源码配套教程和资料: 链接:https://pan.baidu.com/s/1E1Ysoi8jZYOGzvL4uHm4-Q?pwd=u85r 提取码:u85r