Hi tanghuanqiao,
你有用“Hi乐鑫”去唤醒吗?从你的log来看是正常的,链接DuerOS后等待用户的交互(语音唤醒或者REC按键触发)。
Search found 81 matches
- Mon Oct 28, 2019 3:19 am
- Forum: ESP-ADF 中文讨论版
- Topic: 官方例程dueros连接WiFi热点无反应,请帮忙看看
- Replies: 6
- Views: 12337
- Mon Oct 28, 2019 3:08 am
- Forum: ESP-ADF 中文讨论版
- Topic: 求助蓝牙播放的同时保存wav文件到sd卡失败
- Replies: 1
- Views: 4935
- Mon Oct 28, 2019 3:04 am
- Forum: ESP-ADF 中文讨论版
- Topic: 当打开音频的时候,打开wifi的时候,音频输出总是出现噪音
- Replies: 2
- Views: 6294
Re: 当打开音频的时候,打开wifi的时候,音频输出总是出现噪音
Hi xpdrycry,
你使用的是什么硬件呢?
你使用的是什么硬件呢?
- Mon Oct 28, 2019 2:10 am
- Forum: ESP-ADF
- Topic: ESP32 ADFexamples dueros fail : can weakup but dueros service fail.
- Replies: 2
- Views: 5076
Re: ESP32 ADFexamples dueros fail : can weakup but dueros service fail.
Hi tanghuanqiao,
The state of `DUER_EVENT_STARTED ` means is connect to Dueros success.
`E (3873,tid:3ffbc76c) lightduer_system_info.c( 389):Sys Info: Get disk info failed` actually is warning information.
The state of `DUER_EVENT_STARTED ` means is connect to Dueros success.
`E (3873,tid:3ffbc76c) lightduer_system_info.c( 389):Sys Info: Get disk info failed` actually is warning information.
- Mon Oct 28, 2019 2:01 am
- Forum: ESP-ADF
- Topic: Pressing buttons cause error in voip example
- Replies: 2
- Views: 1712
Re: Pressing buttons cause error in voip example
Hi jmartinezdemendivil,
Thank you for your report. Let me reproduced and fixed.
Thank you for your report. Let me reproduced and fixed.
- Fri Oct 25, 2019 10:25 am
- Forum: ESP-ADF
- Topic: ESP32-LyraT(-Mini) voice recording sample
- Replies: 1
- Views: 1925
Re: ESP32-LyraT(-Mini) voice recording sample
Hi rkolosovskyi,
we are developing a new arithmetic element to support ESP32-LyraT(-Mini) board with good performance. It will be on ADF master next week.
we are developing a new arithmetic element to support ESP32-LyraT(-Mini) board with good performance. It will be on ADF master next week.
- Fri Oct 25, 2019 9:34 am
- Forum: ESP-ADF
- Topic: How to manage the playback of multiple MP3 files ?
- Replies: 1
- Views: 1598
Re: How to manage the playback of multiple MP3 files ?
Hi Vgonet, Please refer to https://github.com/espressif/esp-adf/blob/master/examples/advanced_examples/esp_dispatcher_dueros/components/player/esp_player_wrapper.c. esp_player_music_play();// play first mp3 file esp_player_music_pause();// stop and store first mp3 file, try to play second mp3 file e...
- Mon Sep 23, 2019 2:47 am
- Forum: ESP-ADF 中文讨论版
- Topic: 按照官方一共的lyrat的原理图,ES8388接线,但是一直出现错误
- Replies: 1
- Views: 2402
Re: 按照官方一共的lyrat的原理图,ES8388接线,但是一直出现错误
Hi
请分别检查以下问题:
1.8388的电源是否正常?
2.8388的地址线是否正确?
3.I2C的 ACK 是否有回复?
请分别检查以下问题:
1.8388的电源是否正常?
2.8388的地址线是否正确?
3.I2C的 ACK 是否有回复?
- Mon Sep 23, 2019 2:44 am
- Forum: ESP-ADF 中文讨论版
- Topic: make flash 出错
- Replies: 1
- Views: 2277
Re: make flash 出错
你的编译器是啥版本? ADF现在支持的编译器是IDF release v3.2里面支持的编译器版本。
- Mon Sep 23, 2019 2:43 am
- Forum: ESP-ADF 中文讨论版
- Topic: esp-adf大版本升级到最新,播放音频的log怎么关闭
- Replies: 1
- Views: 1917
Re: esp-adf大版本升级到最新,播放音频的log怎么关闭
Hi xixixixi
你需要把系统的LOG level改为 `INFO`, 使用` esp_log_level_set("*", ESP_LOG_INFO);`
你需要把系统的LOG level改为 `INFO`, 使用` esp_log_level_set("*", ESP_LOG_INFO);`