![H&D Wireless HDG229 Quick Start Manual Download Page 2](http://html2.mh-extra.com/html/handd-wireless/hdg229/hdg229_quick-start-manual_4859436002.webp)
H&D Wireless AB, HDG229 EVB
PRELIMINARY
Quick Start Guide page 2 ( 3)
1543-HDG229 Rev pa1 - Quick Start
Guide
Copyright
© 2017 H&D Wireless AB, All rights reserved
Load SD driver and FW
•
Insert the HDG229-EVB SD carrier card into the SDIO slot
•
Check wireless interface status “ifconfig –a” should show mlan0 device with
a MAC address.
•
Validate that the HDG
229 EVB card have been installed by checking the sys log, enter “dmesg” command in
Terminal Window. It should look like below
•
Start the 802.11 AP and a IPERF Server as per
section “Running the
IPERF Server Side via 802.11
AP”
•
Start a WLAN connection either by using the Network manager located up in the right hand corner or
follow the manual set-up below:
•
Run command “ifconfig” to verify that IP
-address has been successfully assigned for the HDG229 EVB
interface.
•
Then start a IPERF Client as per below:
-c
means you are running in client mode, connecting to a "host" which is the IP Address following the
–
c.
-u
Set-up for UDP traffic or if TCP traffic is target then skip the
–
u parameter.
–
i 1
means the seconds between periodic graphing and reporting the bandwidth.
–
t 10
means the time in seconds to perform the IPerf test the default is set to 10 seconds.
•
RX UDP through-
put data speed is presented continuously in the Terminal window for given time “
-
t 10”
Running the IPERF Server Side via 802.11 AP
•
Power up the 802.11 AP (follow AP installation and configuration guide)
•
Power up the Linux Host Computer
•
Start a Terminal Window
•
Enter ifconfig command to get IP address to be used in the IPERF client session
•
Start IPERF Server as per below (If TCP traffic is target skip the
–
u parameter).
Demonstration Example BT
•
Power up the Linux Computer and start a Terminal Window
•
Insert the HDG229-EVB SD carrier card into the SDIO slot
•
Load BT driver
sudo insmod sd8xxx.ko drv_mode=3 mfg_mode=0 fw_name=mrvl/sd8977_combo.bin
[128281.045202] mmc0: new high speed SDIO card at address 0001
[128281.045705] mlan: rx work enabled, cpus 8
[128281.046930] Bluetooth: vendor=0x2df, device=0x912e, class=255, fn=2
[128282.116764] Bluetooth: FW download over, size XXXXXX bytes
[128282.116796] mlan_sdio mmc0:0001:1: FW already running! Skip FW dnld
[128282.844663] mlan_sdio mmc0:0001:1: WLAN FW is active
[128282.924085] mlan_sdio mmc0:0001:1: info: MWIFIEX VERSION: mwifiex 1.0
(15.68.4.p112)
[128282.924089] mlan_sdio mmc0:0001:1: driver_version = mwifiex 1.0 (15.68.4.p112)
sudo ifconfig mlan0 up
sudo iwconfig mlan0 essid NETWORK_NAME key WIRELESS_KEY
sudo dhclient mlan0
iperf
–
c <ip-address> -u -i 1 -t 10
iperf
–
s
–
u
sudo insmod bt8xxx.ko