Armadilloフォーラム

Armadillo-IoT G3L 無線LAN+BTコンボモジュールのMIMOの利用方法

oishi_oishi

2024年7月19日 15時18分

お世話になっております。

Armadillo-IoT G3L 無線LAN+BTコンボモジュール WL1837MOD についてですが、
サブユニットCON8 WLANアンテナインターフェース1
サブユニットCON9 WLANアンテナインターフェース2
それぞれにアンテナを差し込めば自動的にMIMOになるのでしょうか。
それとも設定を変更する必要があるのでしょうか。

よろしくお願いします。

コメント

at_keitaro.takahashi

2024年7月19日 18時45分

高橋です。

自動的には変更されません。
ATDE上で以下の手順を行うことにより、MIMOに設定することが可能です。

1. 設定ツールをダウンロードし、MIMO用の設定ファイルを作成する

git clone https://git.ti.com/git/wilink8-wlan/18xx-ti-utils.git
cd 18xx-ti-utils/wlconf/
make
./wlconf -i /lib/firmware/ti-connectivity/wl18xx-conf.bin -o wl18xx-conf_mimo.bin -s wl18xx.phy.number_of_assembled_ant2_4=0x02
./wlconf -i wl18xx-conf_mimo.bin -o wl18xx-conf_mimo.bin -s wl18xx.ht.mode=0x00

2. 新しく作成した設定ファイルで元のファイルを上書きする
sudo cp wl18xx-conf_mimo.bin /lib/firmware/ti-connectivity/wl18xx-conf.bin

3. カーネルを再ビルドする。
https://manual.atmark-techno.com/armadillo-iot-g3/armadillo-iotg-g3_pro…

4. Armadillo上に配置する
https://manual.atmark-techno.com/armadillo-iot-g3/armadillo-iotg-g3_pro…