zhouli
f30802ce04
example: update mp3_demo
2022-03-07 16:00:08 +08:00
zhouli
46ac5a920c
example: update lvgl_demo
2022-03-07 16:00:08 +08:00
zhouli
2ebb66b542
ci: add github action
2022-03-07 16:00:08 +08:00
caoyan
e746ec18c3
docs: update readme and getting started, add continuous recognition part
2022-03-07 15:59:59 +08:00
zhouli
52aabe705f
factory_demo: update for support box and box_lite
2022-03-07 15:28:42 +08:00
Wu Jian Gang
740d3b6d99
Merge branch 'docs/fix_url_for_hardware_overview' into 'master'
...
docs: update url for hardware overview
See merge request ae_group/esp-box!26
2022-02-23 11:20:29 +00:00
caoyan
f60d877acf
docs: update picture of spec
2022-02-22 22:28:50 +08:00
zhouli
95e9994eef
docs: update url for hardware overview
2022-02-22 22:28:50 +08:00
Wu Jian Gang
29e107d080
Merge branch 'docs/add_box_lite' into 'master'
...
docs: add documents for supporting box and box-lite
See merge request ae_group/esp-box!25
2022-02-22 06:52:46 +00:00
caoyan
ba88041162
docs: add documents for supporting box and box-lite
...
docs: update url for ESP-IDF API reference
2022-02-22 14:41:49 +08:00
Wu Jian Gang
e09cfbe3f8
Merge branch 'docs/add_disassembly_tutorial_v2' into 'master'
...
docs(hardware): add disassembly tutorial v2
See merge request ae_group/esp-box!21
2022-01-13 05:44:58 +00:00
Yu Zhe
af14ed5f58
Use idf v4.4 image to resolve dependency conflicts
2022-01-13 11:58:13 +08:00
Li Bo
0551b54d7a
docs(hardware): add disassembly tutorial v2
...
Co-authored-by: Cao Yan
2022-01-12 21:04:22 +08:00
Wu Jian Gang
bb5754320e
Merge branch 'feature/add_mp3_player_demo' into 'master'
...
Feature/add mp3 player demo
See merge request ae_group/esp-box!19
2021-12-29 02:36:53 +00:00
Yu Zhe
5d6456fa30
Increase the priority of decoding tasks to improve the problem of noise when the UI is updated
2021-12-17 11:15:59 +08:00
Yu Zhe
0384f0e71b
Move helix to repo's components dir
2021-12-17 10:55:50 +08:00
Yu Zhe
6ebf8dd543
Add license file and rewrite assembly code
2021-12-16 18:21:04 +08:00
Yu Zhe
45a89cf480
Add simple MP3 player demo
2021-12-16 18:21:04 +08:00
Wu Jian Gang
01e3b4b5d2
Merge branch 'feature/update_esp_sr_lib_release_v1_0' into 'master'
...
Feature/update esp_sr lib to release/v1.0
See merge request ae_group/esp-box!18
2021-12-16 09:55:57 +00: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
Wu Jian Gang
2514d7316e
Merge branch 'docs/fix_broken_reference' into 'master'
...
docs: fix broken reference url
See merge request ae_group/esp-box!16
2021-12-09 07:15:36 +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
Li Bo
fd9c3d66a3
docs: fix broken reference url
2021-12-06 20:07:02 +08:00
Wu Jian Gang
020cdd5681
Merge branch 'docs/add_user_tips' into 'master'
...
docs: add web control tips
See merge request ae_group/esp-box!15
2021-12-06 07:56:29 +00:00
Li Bo
029f919739
docs: modify disassembly pictures
2021-12-06 15:42:51 +08:00
Li Bo
506ee11dc1
docs: add web control tips
2021-12-01 20:48:24 +08:00
Wu Jian Gang
1876da28a4
Merge branch 'feature/update_lvgl_ui' into 'master'
...
Feature/update lvgl ui
See merge request ae_group/esp-box!14
v0.2.1
2021-12-01 06:27:20 +00: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
Wu Jian Gang
e79fbfe894
Merge branch 'docs/add_disassembly_tutorial' into 'master'
...
docs: add disassembly tutorial
See merge request ae_group/esp-box!13
2021-11-27 03:40:20 +00:00
Li Bo
7a4976901b
docs: add disassembly tutorial
2021-11-26 21:44:22 +08:00
Li Bo
4fa3892084
Merge branch 'docs/fix_minor_issues' into 'master'
...
docs(readme): fix minor issues
See merge request ae_group/esp-box!12
2021-11-22 14:06:59 +00:00
Li Bo
7b88110122
docs(readme): fix minor issues
2021-11-22 20:01:43 +08:00
Li Bo
6779223694
Merge branch 'docs/update_readme' into 'master'
...
docs: update main readme
See merge request ae_group/esp-box!11
2021-11-19 15:14:42 +00:00
Li Bo
67ef6454cb
docs: update main readme
2021-11-19 23:12:05 +08:00
Yu Zhe
5639842c11
Merge branch 'release/factory_demo_with_idf_patch' into 'master'
...
Release/factory demo with idf patch
See merge request ae_group/esp-box!10
v0.1.1
2021-11-19 14:42:39 +00:00
Yu Zhe
720cf21cc4
Release/factory demo with idf patch
2021-11-19 14:42:38 +00:00
Li Bo
21cc1f3f49
Merge branch 'hardware/add_source_file' into 'master'
...
hardware: add source file
See merge request ae_group/esp-box!9
2021-11-19 13:24:06 +00:00
Li Bo
dddc6c490e
hardware: add 3D shell STEP file
2021-11-19 11:43:59 +08:00
Li Bo
71b1e3700f
hardware: add schematic and pcb source file
2021-11-19 11:41:03 +08:00
Li Bo
7995020375
Merge branch 'docs/modify_getting_started' into 'master'
...
docs: modify user getting started
See merge request ae_group/esp-box!7
2021-11-18 13:05:47 +00:00
Li Bo
9ee8f1dffc
docs: modify user getting started
...
Co-authored-by:Liu Zhongwei
2021-11-18 20:26:16 +08:00
Li Bo
320ad4fd0e
docs: add user getting started
...
Co-authored-by: Tang Chun Yap
Co-authored-by: Cao Yan
2021-11-18 19:42:25 +08:00
Jiaqi-Li2021
f786c5e624
Temporary remove freetypie example
2021-11-18 11:58:47 +08:00
Jiaqi-Li2021
ac519af098
doc:fix typos
2021-11-12 20:17:21 +08:00
Yu Zhe
8fd70711a9
feature:update factory demo
2021-11-09 14:05:37 +08:00
zhouli
6e26a6dedf
feature: add imu sensor icm42670
2021-10-25 15:24:34 +08:00
Yu Zhe
0f4a5eb467
feature:add demos for ESP-Box
release/en_factory_demo
2021-10-25 14:43:50 +08:00
Li Bo
10f8a00161
docs:add repository readme
2021-10-24 23:47:03 +08:00
Yu Zhe
ad9b1737db
feature(cube_v2):support for ESP32-S3-Cube V2
2021-10-24 23:46:39 +08:00