安裝ESP32 CSI Toolkit (2)

Sorry you have no rights to view this entry!

This Post Has One Comment

  1. 楊 安瑞

    在VS Code中config還需要再調整UART相關設定,Component config>ESP System Settings>Channel for console output 改成Custom UART>UART console baud rate 改成1552000,如果沒改UART設定運行後會卡在以下結果,簡單來說就是USB輸出的設定沒有對上
    PS C:\esp\project\softAP> C:\Users\eric10179\.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe c:\esp\esp-idf\tools\idf.py -p COM5 monitor
    Executing action: monitor
    Running idf_monitor in directory c:\esp\project\softap
    Executing “C:\Users\eric10179\.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe c:\esp\esp-idf\tools/idf_monitor.py -p COM5 -b 1552000 –toolchain-prefix xtensa-esp32-elf- –target esp32 –revision 0 c:\esp\project\softap\build\wifi_softAP.elf -m ‘C:\Users\eric10179\.espressif\python_env\idf4.4_py3.8_env\Scripts\python.exe’ ‘c:\esp\esp-idf\tools\idf.py’ ‘-p’ ‘COM5′”…
    — WARNING: GDB cannot open serial ports accessed as COMx
    — Using \\.\COM5 instead…
    — idf_monitor on \\.\COM5 1552000 —
    — Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H —

發佈留言