目录下有两个例程 1:products/speaker 2:products/phone
esp_vocat 建议用 products/speaker
Search found 94 matches
- Mon Jun 01, 2026 2:21 am
- Forum: 喵伴 中文讨论版
- Topic: 我想用Visual Studio Code 跑ESP-Vocat 的程式(code)後用type c燒錄至ESP-Vocat
- Replies: 3
- Views: 101
- Thu May 28, 2026 6:12 am
- Forum: 喵伴 中文讨论版
- Topic: 我想用Visual Studio Code 跑ESP-Vocat 的程式(code)後用type c燒錄至ESP-Vocat
- Replies: 3
- Views: 101
- Wed Dec 10, 2025 3:10 am
- Forum: ESP-BOX 中文讨论版
- Topic: esp-box-3 vad 声音活动检测是否可以只检测人声?
- Replies: 1
- Views: 6509
- Mon Dec 08, 2025 2:10 am
- Forum: ESP-BOX
- Topic: Adding display capabolity (esp-idf)
- Replies: 3
- Views: 7762
Re: Adding display capabolity (esp-idf)
Please refer to this link https://github.com/espressif/esp-bsp/tr ... r/examples.
- Thu Oct 09, 2025 11:39 am
- Forum: ESP-BOX
- Topic: Unable to get SDCARD working ESP32-S3-Box-3 on Arduino
- Replies: 1
- Views: 9246
Re: Unable to get SDCARD working ESP32-S3-Box-3 on Arduino
Hello,please try to enable power io, txd(io44), it should set level 0
- Tue Jul 15, 2025 5:39 am
- Forum: ESP-BOX
- Topic: Issues with python boolean
- Replies: 2
- Views: 8700
Re: Issues with python boolean
Hi and welcome to the world of ESP32 and MicroPython – and your LEGO Millennium Falcon project sounds awesome! 😄
You're on the right track with your code, but the issue you're facing is due to Python's variable scope rules.
In your code, you defined:
millinium = bool()
This creates a global ...
You're on the right track with your code, but the issue you're facing is due to Python's variable scope rules.
In your code, you defined:
millinium = bool()
This creates a global ...
- Tue Apr 15, 2025 11:11 am
- Forum: ESP-BOX
- Topic: help needed configuring esp-adf for esp32-s3-box-3b
- Replies: 3
- Views: 9462
Re: help needed configuring esp-adf for esp32-s3-box-3b
lyrat_v4_3 I think you still select the wrong board.
And, if you ask questions under the corresponding repo https://github.com/espressif/esp-adf, you will get a more professional reply.
And, if you ask questions under the corresponding repo https://github.com/espressif/esp-adf, you will get a more professional reply.
- Wed Apr 02, 2025 3:42 am
- Forum: ESP-BOX
- Topic: help needed configuring esp-adf for esp32-s3-box-3b
- Replies: 3
- Views: 9462
Re: help needed configuring esp-adf for esp32-s3-box-3b
Hello, did you set the right target, idf.py set-target esp32s3
And if you want to use esp-box-3, I think you should choose the corresponding bsp, I see esp-box in your build log
And if you want to use esp-box-3, I think you should choose the corresponding bsp, I see esp-box in your build log
- Mon Jan 20, 2025 3:05 am
- Forum: ESP-BOX
- Topic: Need complete SR phoneme codes for English
- Replies: 1
- Views: 14501
Re: Need complete SR phoneme codes for English
Now we don't need phonetic symbols, just use commands, for example here https://github.com/espressif/esp-box/bl ... p_sr.c#L75
What works is the cmd "Turn On the Light", which you can customize as you like
What works is the cmd "Turn On the Light", which you can customize as you like
- Mon Jan 20, 2025 2:59 am
- Forum: ESP-BOX
- Topic: factory_demo build failure involving ESP_LOGI
- Replies: 2
- Views: 14823