espressif / esp-dev-kits

Docs, Schematics, Factory Firmwares for ESP Development Kits
Other
331 stars 176 forks source link

86box UI interface cannot voice wake-up control under factory tested firmware (AEGHB-314) #78

Closed maochonghao closed 11 months ago

maochonghao commented 12 months ago

I saw at the official developer conference that the factory routines of the 86box development board can voice wake up and respond to the air conditioning command on the UI interface. The interface will jump to the air conditioning UI and open it, but my board's factory routines do not respond to voice after entering the UI, and can only use a pure voice interface. May I ask what the situation is?

espressif2022 commented 12 months ago

I saw at the official developer conference that the factory routines of the 86box development board can voice wake up and respond to the air conditioning command on the UI interface. The interface will jump to the air conditioning UI and open it, but my board's factory routines do not respond to voice after entering the UI, and can only use a pure voice interface. May I ask what the situation is?

We divide the sr function and interface into two demos; If you want to use them together, you can do sys_set->sr_enable = true in the app_main.

maochonghao commented 12 months ago

I saw at the official developer conference that the factory routines of the 86box development board can voice wake up and respond to the air conditioning command on the UI interface. The interface will jump to the air conditioning UI and open it, but my board's factory routines do not respond to voice after entering the UI, and can only use a pure voice interface. May I ask what the situation is?

We divide the sr function and interface into two demos; If you want to use them together, you can do sys_set->sr_enable = true in the app_main.

Thank you very much. Additionally, during the testing process, I found that the 480 * 480 LCD development board I purchased officially was undergoing testing on 86 Demo and lv During the demo process, IDF5.1 version was used, but it cannot run normally after compilation. The program will restart indefinitely. If these two demos run in IDF5.0? Compile directly 86 Smart Pannel's demo can run normally.

espressif2022 commented 12 months ago

I saw at the official developer conference that the factory routines of the 86box development board can voice wake up and respond to the air conditioning command on the UI interface. The interface will jump to the air conditioning UI and open it, but my board's factory routines do not respond to voice after entering the UI, and can only use a pure voice interface. May I ask what the situation is?

We divide the sr function and interface into two demos; If you want to use them together, you can do sys_set->sr_enable = true in the app_main.

Thank you very much. Additionally, during the testing process, I found that the 480 * 480 LCD development board I purchased officially was undergoing testing on 86 Demo and lv During the demo process, IDF5.1 version was used, but it cannot run normally after compilation. The program will restart indefinitely. If these two demos run in IDF5.0? Compile directly 86 Smart Pannel's demo can run normally.

can you provide some useful log ?

Lzw655 commented 11 months ago

Hi @maochonghao, if your problem has been resolved, please close this issue. Thank you!