18 Commits
Author SHA1 Message Date
Xu Xin c0e593554c add ESP32-S3-BOX-3 support 2023-08-25 22:55:20 +08:00
Liu Zhong WeiandXu Xin d1cf670ac6 examples: fix some bugs; update docs. 2023-08-17 14:51:54 +08:00
Li Ya ShuaiandXu Xin 35276d320c add esp-matter switch example base on the factory-demo example 2023-08-15 11:10:49 +08:00
marcus_xu 0924e7bc2c examples: update new components;add esp-box-lite support. 2023-07-11 13:09:16 +08:00
marcus_xu 74bdd3076c rainmaker: update README; update esp-rainmaker version 2023-04-10 17:56:25 +08:00
Xu XinandWu Jian Gang 39b2029b0f use package manager for component [ESP32-S3-BOX-Lite not supported] 2023-02-21 19:39:13 +08:00
Wu Jian Gang ac80fcf1de feat: Use package manager for button 2023-01-04 11:54:33 +08:00
marcus_xu 363c27cd33 SR: Import new SR to support IDF5.0 2022-11-21 17:40:35 +08:00
Mahavir Jainandmarcus_xu 2c3fe7c8d6 Add changes to make factory_demo example compatible with ESP-IDF 5.x 2022-09-29 13:56:33 +08:00
Mahavir Jainandmarcus_xu 9ddbf76bae Fixes to build against ESP-IDF v5.0-dev version
Verified that with these changes application can still build against
currently supported ESP-IDF v4.x release.
2022-09-29 13:56:24 +08:00
marcus_xu eb4eca7db1 audio - use bsp_codec interface to match Box and Box Lite 2022-09-16 18:40:20 +08:00
zhouli 52aabe705f factory_demo: update for support box and box_lite 2022-03-07 15:28:42 +08:00
Yu Zhe 510d4a4fe6 This commit updates the following:
- Update esp-sr lib to release/v1.0.
    - Fix model copy issue on Windows.
    - Add the API of getting phrase ID if command word is detected.
  - Currently, ESP32-S3-BOX does not support capturing DAC output through
      ADC. The next version of ESP32-S3-BOX Lite will use software capture.
      Therefore, ES7210 will only use ADC channels 1 and 2, and output
      these 2 channels to SDOUT1. In this case, when esp-idf still has
      the problem of I2S TDM mode, ES8311 will work well on I2S Philips
      standard. This will also reduce memory consumption.
  - The previous wake-up audio was in 32-bit dual-channel WAV format.
      Since the WAV header is aligned with 4 bytes, and the WAV header is
      really short, it is possible to play the WAV file directly from the
      beginning. This version changes the audio file to PCM raw data with
      16 bits per channel.
2021-12-16 17:13:08 +08:00
Yu Zhe 720cf21cc4 Release/factory demo with idf patch 2021-11-19 14:42:38 +00:00
Yu Zhe 8fd70711a9 feature:update factory demo 2021-11-09 14:05:37 +08:00
Yu Zhe 0f4a5eb467 feature:add demos for ESP-Box 2021-10-25 14:43:50 +08:00
Yu Zhe ad9b1737db feature(cube_v2):support for ESP32-S3-Cube V2 2021-10-24 23:46:39 +08:00
Yu Zhe a15028652e feature(demo):add ESP32-S3-Cube factory demo codes 2021-08-31 18:12:49 +08:00