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