-
Notifications
You must be signed in to change notification settings - Fork 222
ESP32-S3-BOX-Lite 运行chatgpt demo 时偶尔出现无法唤醒的问题 (AEGHB-574) #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
已经根据您的环境进行了测试并反复上电,没有复现问题。建议您可以尝试更新一下最新版本,交叉比对,观察是否还会有相同问题出现。 |
@LHYhorion 不好意思,我测试的时候修改了 esp-sr 的版本, 改成了1.6.1 (当前最近版本, 因为支持更多的唤醒词) 将esp-sr改回1.3.3, 测试多次都可以正常唤醒。 |
好的,不用客气,有问题可以随时提出。 |
能否支持支持最新版本的esp-sr 呢 |
我现在正在用 esp-sr 的1.6.1,能支持的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
环境:
1、IDF: ESP-IDF v5.1
2、esp-box commit: ee2160d
3、 设备 ESP32-S3-BOX-Lite
4、WIFI 连接正常
问题:
每次上电有一定概率出现无法唤醒的情况,按键唤醒之后,也会一直卡在listening的状态; 设备重新上电之后, 有概率可以正常唤醒, 只要能唤醒之后, 后面都是正常的。
(1) 测试
当出现异常时, 获取wakeup_state和vad_state状态。当说唤醒词时, wakeup_state 也一直也为0; 当通过按键唤醒时, 周围没有说话时,vad_state一直为1,导致无法发出超时事件.
(2) 异常时启动log( 正常和异常唤醒时,日志无差别,启动阶段都会报出“AFE Fetch Fail”)
The text was updated successfully, but these errors were encountered: