Skip to content

Instantly share code, notes, and snippets.

@JackYang-hellobobo
Last active January 13, 2024 19:13
Show Gist options
  • Save JackYang-hellobobo/5ef4b7e90f6b78e59856e1390ddc1fde to your computer and use it in GitHub Desktop.
Save JackYang-hellobobo/5ef4b7e90f6b78e59856e1390ddc1fde to your computer and use it in GitHub Desktop.
ESP-IDF 使用简述

Espressif 乐鑫IDF 使用简述

Requirements

  • git clone the IDF.git
  • ./install.sh
  • source export.sh

Get-starts

  • cp the Template projects
  • idf.dy set-target [esp32|esp32s3|...]
  • idf.dy menuconfig
  • idf.dy build
  • idf.dy -p [/dev/ttyUSB0] erase-flash
  • idf.dy -p [/dev/ttyUSB0] flash

ps: Please Enter The Boot button then press Reset Botton into the Download Mode.

Vscode open the serial port

Monitor the Infomations about the device work status

  • Selects the ttyUSB0 Slion-lab
  • Automations Reconnections

To be continus...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment