Commit Graph

31 Commits

Author SHA1 Message Date
icing@tomato:~# ebdeb4c018 Fix: Fix volume setup 2023-07-20 12:16:51 +08:00
IAMLIUBO 6b1701df0b Add M5Stack CoreS3 support 2023-06-14 14:39:00 +08:00
marcus_xu 74bdd3076c rainmaker: update README; update esp-rainmaker version 2023-04-10 17:56:25 +08:00
Xu Xin 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
Wu Jian Gang fc0e8e9fcf feat: Remove component of iot_button 2023-01-04 10:36:38 +08:00
Wu Jian Gang 69feac8526 feat: Remove esp-sr submodule 2023-01-04 10:26:45 +08:00
Wu Jian Gang 9e6ac6e4d9 feat: Remove rainmaker submodule 2022-12-30 10:07:52 +08:00
marcus_xu 363c27cd33 SR: Import new SR to support IDF5.0 2022-11-21 17:40:35 +08:00
Mahavir Jain 1e74a3024c examples/watering_demo: make demo compatible with ESP-IDF v5.x 2022-09-29 13:56:46 +08:00
Mahavir Jain 2c3fe7c8d6 Add changes to make factory_demo example compatible with ESP-IDF 5.x 2022-09-29 13:56:33 +08:00
Mahavir Jain 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
Mahavir Jain 838eeb70f5 Modify esp-rainmaker submodule pointer to include fixes to build against ESP-IDF-v5.0-dev 2022-09-29 13:56:14 +08:00
marcus_xu eb4eca7db1 audio - use bsp_codec interface to match Box and Box Lite 2022-09-16 18:40:20 +08:00
marcus_xu a15977815e lv_demos - project compiles failed in lvgl ver:8.3 2022-09-14 14:09:04 +08:00
Chris Morgan 920e0bb5d4 Remove libhelix-mp3 to make a spot for the component from the component registry 2022-09-13 14:33:31 +08:00
Chris Morgan 8e3cb948d8 Remove lv_demos as they've been merged into the main lvgl repository 2022-09-13 14:31:15 +08:00
Chris Morgan 48f1c93386 lvgl - Update submodule to latest v8.3 release and Kconfig.projbuild from lvgl/Kconfig 2022-09-13 14:31:05 +08:00
zhouli 52aabe705f factory_demo: update for support box and box_lite 2022-03-07 15:28:42 +08:00
Yu Zhe 0384f0e71b Move helix to repo's components dir 2021-12-17 10:55:50 +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
Wu Jian Gang 26d7c66146 Merge branch 'hardware/fix_imu_lable_in_schematic' into 'master'
hardware: fix imu lable in schematic

See merge request ae_group/esp-box!17
2021-12-09 07:17:17 +00:00
Li Bo b41dbb307d hardware: fix imu lable in schematic
1. fix imu lable to ICM-42607-P
2. lable encryption chip to NC
2021-12-08 17:48:59 +08:00
Yu Zhe 30b93f719f Fix issues in factory demo and improve UI.
This merge request contains the following:

- Update the animation of the speech recognition interface to improve response speed and fluency
- Fixed the issue that the voice wake-up animation was extremely stuck when the prompt message was not closed
- Fixed the problem that the control panel information was not synchronized after the LED status was modified by voice
- Fixed the problem that the LED does not turn on when the brightness is updated through the Web
- Updated LVGL to V8.1
  - Dark lines appear in the shadow of the control in V8.0 : LED with custom style
  - All third-party components are moved to the LVGL epository. Remove all lv_lib_xxx and ntrol whether the component is enabled through Kconfig.
  - Split file system support to stdio, POSIX and FatFS. Select stdio according to IDF support and specify the default drive letter in CMakeLists.txt
- Fixed an issue where a command word that was too short was added successfully on the web page but esp-sr refused to add it

In addition, update the factory firmware version number to V0.2.1.
2021-11-30 15:59:40 +08:00
Yu Zhe 720cf21cc4 Release/factory demo with idf patch 2021-11-19 14:42:38 +00:00