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
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,30 @@
1
1
# Troubleshooting
2
2
3
+
3
4
## No Microphone Input
4
5
*For beta only*
5
6
6
-
There is a known issue where the microphone may not initialize correctly. The best way to resolve 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
-
```
7
+
There is a known issue where the microphone may not initialize correctly. Please update to [firmware 2.1.3](../src/reachy_mini/assets/firmware/reachymini_ua_io16_lin_v2.1.3.bin). You may need to run the [update script](../src/reachy_mini/assets/firmware/update.sh).
11
8
12
-
Then run [examples/debug/sound_record.py](../examples/debug/sound_record.py) to check that everything is working properly.
9
+
Afterwards, run [examples/debug/sound_record.py](../examples/debug/sound_record.py) to check that everything is working properly.
13
10
14
11
If the problem persists, check the connection of the flex cables ([see slides 45 to 47](https://huggingface.co/spaces/pollen-robotics/Reachy_Mini_Assembly_Guide)).
15
12
13
+
16
14
## Sound Direction of Arrival Not Working
17
15
*For beta only*
18
16
19
-
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`.
17
+
The microphone array requires firmware version 2.1.0 or higher to support this feature. The firmware files are located in `src/reachy_mini/assets/firmware/*.bin`.
20
18
21
19
Refer to the [Seeed documentation](https://wiki.seeedstudio.com/respeaker_xvf3800_introduction/#update-firmware) for the upgrade process.
22
20
21
+
A [helper script](../src/reachy_mini/assets/firmware/update.sh) is available for Unix users.
22
+
23
+
23
24
## Volume Is Too Low
24
25
*Linux only*
25
26
26
-
Check with`alsamixer` that PCM1 is set to 100%. Then use PCM,0 to adjust the volume.
27
+
Check in`alsamixer` that PCM1 is set to 100%. Then use PCM,0 to adjust the volume.
27
28
28
29
To make this change permanent:
29
30
```bash
@@ -32,6 +33,7 @@ amixer -c "$CARD" set PCM,1 100%
32
33
sudo alsactl store "$CARD"
33
34
```
34
35
36
+
35
37
## Circular Buffer Overrun Warning
36
38
37
39
When starting a client with `with ReachyMini() as mini:` in Mujoco (--sim mode), you may see the following warning:
0 commit comments