Search found 9 matches
- Fri Aug 07, 2020 6:56 am
- Forum: ESP-MDF
- Topic: fail to compile MDF
- Replies: 0
- Views: 1635
fail to compile MDF
version: I (611) cpu_start: App version: v1.0-69-gf8e8807-dirty I (623) cpu_start: ELF file SHA256: 102a53e21de8f786... I (629) cpu_start: ESP-IDF: v4.3-dev-134-g625bd5eb1 Hi,I has downloaded MDF project from github, and builded an example successfully first time. when I change a CMAKElist.txt and a...
- Wed Jul 22, 2020 2:25 am
- Forum: ESP-IDF
- Topic: BLE MESH SENSOR MODEL - How to send/get data from 2 or more server-nodes?
- Replies: 2
- Views: 807
Re: BLE MESH SENSOR MODEL - How to send/get data from 2 or more server-nodes?
I also tested the example: only surport a client and a server. when power on the secend server node, the first one will disconnected with log:
idf version:V4.1
Code: Select all
BLE_MESH: No matching TX context for ack
- Tue May 26, 2020 9:36 am
- Forum: ESP-ADF 中文讨论版
- Topic: ESP32-LyraTD-MSC V2.2 进行speech_recognition例程失败
- Replies: 5
- Views: 9733
Re: ESP32-LyraTD-MSC V2.2 进行speech_recognition例程失败
我也遇到过类似的问题,就是改分区表就OK了,可以参照dueros分区表试试
- Fri Mar 20, 2020 7:01 am
- Forum: ESP-ADF
- Topic: reboot continuously in example http_play_and_save_to_file
- Replies: 1
- Views: 4024
reboot continuously in example http_play_and_save_to_file
board: ESP32_LyraTD_MSC ADF version :V3.3.1 1, compile and download the example, appear logs as fllow: I (75) boot: Chip Revision: 1 I (75) boot_comm: chip revision: 1, min. bootloader chip revision: 0 I (41) boot: ESP-IDF v3.3.1 2nd stage bootloader I (41) boot: compile time 14:21:23 I (41) boot: E...
- Thu Mar 05, 2020 2:03 am
- Forum: ESP-ADF 中文讨论版
- Topic: ESP32-LyraTD-MSC V2.2 进行speech_recognition例程失败
- Replies: 5
- Views: 9733
Re: ESP32-LyraTD-MSC V2.2 进行speech_recognition例程失败
更换了wakeNet3到6,都是the max index is 1,只能识别hilexin这一个关键字,有遇到相同情况的吗
- Sat Feb 29, 2020 8:05 am
- Forum: ESP-IDF
- Topic: ESP32 Smartconfig (IDF) - reconfiguring SSID and Password
- Replies: 5
- Views: 2879
Re: ESP32 Smartconfig (IDF) - reconfiguring SSID and Password
Hi , it can not save the new SSID and Password in flash when reset ,please give same help, Thanks a lot!
- Mon Feb 24, 2020 9:18 am
- Forum: ESP-ADF
- Topic: ESP32 ADFexamples dueros fail : can weakup but dueros service fail.
- Replies: 2
- Views: 4987
Re: ESP32 ADFexamples dueros fail : can weakup but dueros service fail.
Hi tanghuanqiao,
请教下这个问题怎么解决的呢,我也遇到了同样的问题,只能唤醒,谢谢!
请教下这个问题怎么解决的呢,我也遇到了同样的问题,只能唤醒,谢谢!
- Wed Feb 19, 2020 3:21 am
- Forum: ESP-ADF 中文讨论版
- Topic: ESP32-LyraTD-MSC V2.2 进行speech_recognition例程失败
- Replies: 5
- Views: 9733
ESP32-LyraTD-MSC V2.2 进行speech_recognition例程失败
编译烧写esp-adf\examples\speech_recognition\asr例程,开机出现错误打印,说关键字没有任何响应,请教一下如何解决? I (172) example_asr_keywords: keywords: hilexin (index = 1) Fail: index is out of range, the min index is 1, the max index is 1 完整打印 rst:0x1 (POWERON_RESET),boot:0x1f (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x...
- Fri Feb 14, 2020 7:35 am
- Forum: ESP-ADF 中文讨论版
- Topic: 烧写play_mp3时显示编解码器初始化失败怎么解决?
- Replies: 2
- Views: 6754
Re: 烧写play_mp3时显示编解码器初始化失败怎么解决?
看看project里面是audio HAL选择的是不是ESP32-LyraTD-MSC,不是的话重新设置一下,默认的是ESP32-LyraTD 4.3 这两个板子的DAC用的不同的芯片。