Skip to content

Commit 117f8c7

Browse files
authored
Merge pull request #896 from taorye/main
doc: update MAUSB8 latest firmware and provide activation threshold adjustment
2 parents ee2350e + 61efc32 commit 117f8c7

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/hardware/en/modules/micarray_usbboard_bl616.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,7 @@ sudo usermod -a -G plugdev $USER
155155

156156
## Firmware
157157

158-
Download the firmware from the assets and follow the combo8 firmware update guide:
159-
160-
- Firmware: `../../assets/modules/micarray_usbboard_bl616/firmware/MA-USB8-250822.bin`
161-
- Burn instructions: `../logic_analyzer/combo8/update_firmware.html#Burn-firmware`
158+
Download the [firmware](../../assets/modules/micarray_usbboard_bl616/firmware/MA-USB8-251201.bin) from the assets and follow the combo8 firmware update [guide](../logic_analyzer/combo8/update_firmware.html#Burn-firmware):
162159

163160
---
164161
## Developer Reference (protocol, code examples, full command list)
@@ -177,6 +174,7 @@ Total packet length = 16 + 256 = 272 bytes. The header is used for frame alignme
177174
| Command | Input (Lower/Uppercase: Off/On) | Default | Remarks | Input Source |
178175
| ------- | ------------------------------ | ------- | ------- | ------------ |
179176
| Set UAC CH6 beam direction | 0..9, A, B | 0 | angle = value × 30° (0..B → 0°,30°,…330°). Corresponds to the clockwise direction starting from microphone 0 as per the [microphone array](./micarray.md). | Any (serial/CDC) |
177+
| Adjust source localization activation threshold | t/T | 650 | t: decrease by 50; T: increase by 50; adjustable range: 0–2000 | Any (serial/CDC) |
180178
| UART sound-map pseudocolor toggle | c/C | c | Requires ASCII 16×16 printing enabled | UART only |
181179
| UART internal debug info toggle | d/D | d | Enables/disables debug output | UART only |
182180
| LED indicator toggle | e/E | E | E = on, e = off | Any |

docs/hardware/zh/modules/micarray_usbboard_bl616.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ SUBSYSTEM=="tty", ATTRS{idVendor}=="359F", MODE="0666", GROUP="plugdev"
143143
- UART 串口乱码或无法显示:请确认波特率为 `2000000 bps`,且使用 `picocom -b 2000000``minicom -b 2000000` 等工具;在 Windows 下需要安装正确的 USB 串口驱动(CH340/CH341/CH552 等)。
144144

145145
## 固件升级
146-
下载 [固件](../../assets/modules/micarray_usbboard_bl616/firmware/MA-USB8-250822.bin) 并参考 [固件刷写教程](../logic_analyzer/combo8/update_firmware.html#Burn-firmware) 进行升级。
146+
下载 [固件](../../assets/modules/micarray_usbboard_bl616/firmware/MA-USB8-251201.bin) 并参考 [固件刷写教程](../logic_analyzer/combo8/update_firmware.html#Burn-firmware) 进行升级。
147147

148148
---
149149
## 开发者参考(协议、代码示例、完整指令表)
@@ -167,6 +167,7 @@ SUBSYSTEM=="tty", ATTRS{idVendor}=="359F", MODE="0666", GROUP="plugdev"
167167
| 指令 | 输入(小/大写: 关/开) | 默认值 | 作用 | 输入源 |
168168
| - | - | - | - | - |
169169
| 设置 UAC CH6 波束成型方向角度 | 0,1,..9,A,B | 0 | 将波束指向以 30° 步进的方向(实际角度 = 输入 × 30);CH6 会输出合成后的音频 | 任意(串口/CDC) |
170+
| 修改声源定位激活阈值(t,T) | t, T | 650 | t: -50, T: +50, 阈值可调范围: 0~2000 | 任意(串口/CDC) |
170171
| UART 声源定位图伪彩映射开关 (c/C) | c, C | c | 打开/关闭热力图伪彩(color map),需要先开启 16×16 打印 | 仅 UART |
171172
| UART 打印内部调试信息 (d/D) | d, D | d | 启用/禁用调试信息输出 | 仅 UART |
172173
| LED 指示灯开关 (e/E) | e, E | E | 启用/禁用 LED 实时指示显示 | 任意 |

0 commit comments

Comments
 (0)