You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
-26Lines changed: 0 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,5 @@
1
1
# Troubleshooting
2
2
3
-
## No microphone input
4
-
*For beta only*
5
-
6
-
There is a known issue where the microphone can be badly initialized. The best way to solve this is to reboot the microphone array using [xvf_host](https://github.com/respeaker/reSpeaker_XVF3800_USB_4MIC_ARRAY/tree/master/host_control):
7
-
8
-
```bash
9
-
xvf_host(.exe) REBOOT 1
10
-
```
11
-
12
-
Then run [examples/debug/sound_record.py](../examples/debug/sound_record.py) to check that eveything is fine.
13
-
14
-
If the problem persist, you may want to check the connection of the flex cables ([slides 45 to 47](https://huggingface.co/spaces/pollen-robotics/Reachy_Mini_Assembly_Guide)).
15
-
16
-
## Sound Direction of Arrival is not working
17
-
18
-
*For beta only*
19
-
20
-
The microphone array requires firmware version 2.1.0 or higher to support this feature. The firmware is located in src/reachy_mini/assets/firmware/*.bin.
21
-
22
-
Refer to [Seeed documentation](https://wiki.seeedstudio.com/respeaker_xvf3800_introduction/#update-firmware) for the upgrade process.
0 commit comments