802.11 a/b/g/n + BT 4.2 module User Manual
Model No.: WM-BAN-MT-41
FCC ID: COF-WMBANMT41
IC: 10293A-WMBANMT41
PMN: WM-BAN-MT-41
HVIN: WM-BAN-MT-41
FVIN: 20180927145802
1. Product Spec
WiFi
Features Description
WLAN Standards IEEE 802.11 a/b/g/n
Antenna Port Single Antenna 1Tx/1Rx, Printed Antenna for WiFi & Bluetooth
2.4GHz Band channel 1 ~ 11
Number of Sub Channels
Modulation DSSS, CCK, OFDM, BPSK, QPSK, 16QAM, 65QAM
Supported data rates
5GHz band channel 36 ~ 165
1, 2, 5,5, 11 (Mbps)
6, 9, 12, 18, 24, 36, 48, 54 (Mbps)
HT20_MCS0 (6.5Mbps) ~ HT20_MCS7(65Mbps)
Bluetooth
Features Description
Frequency Band 2402MHz ~ 2480MHz
Number of Channels Channel 0 ~ 39
Modulation GFSK
Antenna Port Single Antenna 1Tx/1Rx, Printed Antenna for WiFi & Bluetooth
Antenna Spec on module
Antenna Type: Printed Antenna
Antenna Gain: 2.4GHz 0dBi, 5GHz 3dBi
2. User Guide
WiFi
Execute Tera Term Program
Set Serial Port to “com10” (depend on which com port of WM-BAN-MT-41 get in OS)
Setup --> Serial Port --> Baud rate: 921600 --> OK
Connecting to WiFi AP router
Input command as below
wifi_task
wifi config set wirelessmode 0 5
wifi config set country 1 7
wifi connect set eventcb 1 1
wifi connect set scan 1 0 1
wifi config set opmode 1
wifi config set ssid 0 WAC505_NG (“WAC505_NG” is the SSID of WiFi AP)
wifi config set reload
(get Module’s IP address)
it will show the ip address on the Tera Term windows
Use another NoteBook/WiFi connect to AP, then ping module’s IP to checking the connection.
Bluetooth
Execute Tera Term Program
Set Serial Port to “com10” (depend on which com port of WM-BAN-MT-41 get in OS)
Setup --> Serial Port --> Baud rate: 921600 --> OK
Input command as below
wifi_task
bt_task
btaddr
(get module’s MAC address)
MAC, ex:46:A3:FC:9D:E3:26
Another NB, user ubuntn USB start up Ubuntu system.
Open Terminal
Input command as below to checking the communication (l2ping)
hcitool scan
while [ -z `pidof l2ping` ]; do sudo l2ping -i hci0 46:A3:FC:9D:E3:26; sleep 3; done
input ctrl+c twice to stop l2ping
Input command to trust device
trust 46:A3:FC:9D:E3:26
pair 46:A3:FC:9D:E3:26
connect 46:A3:FC:9D:E3:26
input “quit” to disconnect