From ba081cf64f0e6bcc61994f6c8b5775eb23c63fab Mon Sep 17 00:00:00 2001
From: Jessie219-web <112080869+Jessie219-web@users.noreply.github.com>
Date: Thu, 10 Oct 2024 18:34:39 +0800
Subject: [PATCH] update respeaker faq
---
.../XIAO_ESP32_S3/xiao_respeaker.md | 26 ++++++++--
.../reSpeaker_lite_introduction.md | 47 ++++++++++++++-----
2 files changed, 55 insertions(+), 18 deletions(-)
diff --git a/docs/Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/xiao_respeaker.md b/docs/Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/xiao_respeaker.md
index d3b98e277260..a27861a7507c 100644
--- a/docs/Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/xiao_respeaker.md
+++ b/docs/Sensor/ReSpeaker_Lite/XIAO_ESP32_S3/xiao_respeaker.md
@@ -76,9 +76,9 @@ Before we start this chapter, please make sure the ReSpeaker Lite's firmware is
* [I2S Firmware Download](https://files.seeedstudio.com/wiki/SenseCAP/respeaker/ffva_i2s_v1.0.7.bin)
:::tip
-**Change log**:
-**v1.0.7**: support i2c control speaker mute and output channels
-**v1.0.6**: change PRODUCT_STR to ReSpeaker Lite, fix ws2812 control bug
+**Change log**:
+**v1.0.7**: support i2c control speaker mute and output channels
+**v1.0.6**: change PRODUCT_STR to ReSpeaker Lite, fix ws2812 control bug
**v1.0.5**: support i2c read vnr value
:::
@@ -89,11 +89,11 @@ Check [Get Started](https://wiki.seeedstudio.com/reSpeaker_usb_v3/#update-firmwa
dfu-util -e -a 1 -D ffva_i2s_v1.0.7.bin
```
-:::tip
+:::caution
After flashing is completed, please restart the board.
:::
-* Check the firmware version:
+Check the firmware version:
```
dfu-util -l
@@ -159,3 +159,19 @@ git clone https://github.com/limengdu/reSpeaker_Lite-Arduino-Library.git
Or download the library as `zip` file and add it to the library in Arduino IDE.
SNR
|64 dB
|63 dB
|-
| |Onboard Audio Processing Algorithms
|-
| |Compatible Hardware
|Perfect for
|Directional sound capture, ideal for linear or elongated setups|Omnidirectional sound capture and localization, best placed in the center of open and multi-directional environments|Directional sound capture, ideal for linear or elongated setups| \ No newline at end of file +|Perfect for
|Directional sound capture, ideal for linear or elongated setups|Omnidirectional sound capture and localization, best placed in the center of open and multi-directional environments|Directional sound capture, ideal for linear or elongated setups| + + + + + +### FAQ + +* **Can't find the `ReSpeaker Lite` sound device.** + + Check the firmware version, make sure it's `2.0.5`. + ``` + dfu-util -l + ``` + + + + If it's not the 2.0.5, please follow [this step](https://wiki.seeedstudio.com/reSpeaker_usb_v3/#flash-firmware) to flash the firmware. \ No newline at end of file