Coder Social home page Coder Social logo

esp32-s2-lcd-devkit's Introduction

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

esp32-s2-lcd-devkit's People

Contributors

invincible-ultraman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.