Code Monkey home page Code Monkey logo

esp32s3-sp's Introduction

ESP32S3-SP

  • 开发板图

image

  • 环境安装参考这个链接

https://mp.weixin.qq.com/s/TbulWs86TWMFHB3vj_xS_A

https://mp.weixin.qq.com/s/89i9LeKZv3B2qcryyxUWUQ

分支介绍

  • master分支的例程需要esp-idf 4.4的环境
  • 下载后直接运行idf.py build就可以,不需要在set-target 这样会导致会覆盖默认配置

ESP32S3-uac 音频

我调试uac音频的工程

https://github.com/weiqifa0/esp-box

编译usb_headset 这个例程,就可以通过电脑的uac录取到麦克风的音频 image

设备做HOST的部分

https://docs.espressif.com/projects/espressif-esp-iot-solution/zh_CN/latest/usb/usb_stream.html

设备做device heasdset

  • 下面的工程需要esp-idf 5.0.1的环境

https://github.com/espressif/esp-box/tree/master/examples/usb_headset

常见的指令

  • git describe --tags 查看esp-idf版本

  • . $HOME/esp/esp-idf/export.sh //设置环境变量

  • idf.py set-target esp32s3 //设置编译芯片

  • idf.py menuconfig //配置

  • idf.py build //编译

  • idf.py -p PORT [-b BAUD] flash //多分区完整烧录

  • idf.py app //编译应用app

  • idf.py app-flash //烧录应用app

  • cp -r $IDF_PATH/examples/get-started/hello_world . //拷贝参考实例到当前目录

  • git submodule update --init --recursiv //更新模块仓库

Git相关

  • 递归更新子仓库
  • git submodule update --init --recursive
  • 切换esp-idf版本
  • git checkout v3.2
  • git submodule update --init --recursive

常见错误

python依赖包没有

To install the missing packages, please run "install.sh"
Diagnostic information:
    IDF_PYTHON_ENV_PATH: /Users/crisqifawei/.espressif/python_env/idf4.4_py3.9_env
    Python interpreter used: /Users/crisqifawei/.espressif/python_env/idf4.4_py3.9_env/bin/python
Constraint file: /Users/crisqifawei/.espressif/espidf.constraints.v5.1.txt
Requirement files:
 - /Users/crisqifawei/esp/esp-idf/tools/requirements/requirements.core.txt
Python being checked: /Users/crisqifawei/.espressif/python_env/idf4.4_py3.9_env/bin/python
  • ~/esp/esp-idf/install.sh /Users/crisqifawei/esp/esp-idf/tools/requirements/requirements.core.txt

esp32s3-sp's People

Contributors

weiqifa0 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.