Skip to content

TreeNewbeer/ESP32-S2-LCD-DevKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-S2-LCD-DevKit

ESP32S2-LCD-DevKit 是乐鑫开发的一块用于调试 GUI 应用的工程调试开发板,开发板上集成了一块 800x480 分辨率的电容式触摸屏,可用于开发交互式 UI 等应用设计,且开发板上预留了 ESP32-WROOM-32D 模组与 ESP32-S2-WROVER 模组焊盘,方便快速切换平台进行调试开发。

硬件

软件

快速入门


搭建 ESP32-S2 开发环境

运行工程(以 Linux 为例)

  • 克隆工程 && 进入工程目录

    git clone https://github.com/TreeNewbeer/ESP32-S2-LCD-DevKit.git && cd $PWD/ESP32-S2-LCD-DevKit/Project
  • 设置目标平台

    idf.py set-target esp32s2
  • 配置工程

    idf.py menuconfig
    #1) Serial flasher config --> Flash size --> 4MB
    #2) Partition Table --> Partition Table --> Custom partition table CSV
    #3) Component config --> ESP32S2-specific --> SUpport for external, SPI-connected RAM

    menu_flash

    menu_partition

    menu_psram

  • 编译 && 下载工程

    idf.py flash
  • 打开 idf monitor 查看串口 log

    idf.py monitor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages