Difference between revisions of "WISE-1530 RF Continue Tx Manual"

From ESS-WIKI
Jump to: navigation, search
Line 32: Line 32:
 
          [[File:WISE-1530 uart2.png|640x464px|WISE-1530 uart2.png]]
 
          [[File:WISE-1530 uart2.png|640x464px|WISE-1530 uart2.png]]
  
= RF Test  =
+
= RF Test Command =
  
 
You can see " Console app start, type 'help' " on console screen, after power on.
 
You can see " Console app start, type 'help' " on console screen, after power on.
  
'''Step01: '''Use 'join' to Connect to AP
+
'''Join: '''Connect to AP
  
 
    join <ssid> <open|wpa_aes|wpa_tkip|wpa2|wpa2_tkip|wpa2_aes|wep> [key] [channel] [ip netmask gateway]
 
    join <ssid> <open|wpa_aes|wpa_tkip|wpa2|wpa2_tkip|wpa2_aes|wep> [key] [channel] [ip netmask gateway]
Line 42: Line 42:
 
&nbsp; &nbsp; <span style="background-color:#D3D3D3;">Ex: join join RT66 wpa2_aes 987135238</span>
 
&nbsp; &nbsp; <span style="background-color:#D3D3D3;">Ex: join join RT66 wpa2_aes 987135238</span>
  
<span style="background-color:#E6E6FA;"></span>'''Step02: '''Use 'Iperf' to Test Tx/Rx
+
<span style="background-color:#D3D3D3;"></span>'''Ping: '''&nbsp;
  
&nbsp; &nbsp;iperf [-s|-c host ip] [options]  
+
&nbsp; &nbsp;&nbsp;ping &lt;destination&gt; [-i &lt;interval in ms&gt;] [-n &lt;number&gt;] [-l &lt;length&gt;]
 +
 
 +
&nbsp; &nbsp;&nbsp;<span style="background-color:#D3D3D3;">Ex: ping 192.168.1.1&nbsp;-i 10 -n 10</span>
 +
 
 +
'''Iperf: '''Test Tx
 +
 
 +
&nbsp; &nbsp;iperf [-s|-c host ip] [options]
  
 
&nbsp; &nbsp;-u: use UDP mode
 
&nbsp; &nbsp;-u: use UDP mode
Line 50: Line 56:
 
&nbsp; &nbsp;-t: time(second)
 
&nbsp; &nbsp;-t: time(second)
  
&nbsp; &nbsp;<span style="background-color:#D3D3D3;">Ex. &nbsp;as client:&nbsp;iperf -c 192.168.8.1&nbsp;-u -t 30</span>
+
&nbsp; &nbsp;<span style="background-color:#D3D3D3;">Ex. &nbsp;as client:&nbsp;iperf -c 192.168.1.1&nbsp;-u -t 30</span>
 
[[Category:Editor]]
 
[[Category:Editor]]

Revision as of 04:37, 19 July 2017

Preparing for Hardware

The user needs to prepare for hardware as following:

  • WISE-1530, WISE-1500 and WISE-ED22.
  • 802.11b/g/n (2.4 GHz) Wireless Access Point (AP).
  • PC running the Microsoft® Windows® 7 operating systems

Please refer to the following steps for setup a WISE-1530 boards.

Step01: Please prepare boards as below.

          RTENOTITLE

 WISE-1530

 WISE-1500

 Power connector

 Reset button

 UART connector

 RF connector    

Step02: Connect the WISE-1530 to PC via USB-to-UART cable.

  • Install USB-to-UART driver.
  • The device will be visible in the Device Manager as below, user can use serial port tools (putty, tera term ...etc.). 

          WISE-1530 uart2.png

RF Test Command

You can see " Console app start, type 'help' " on console screen, after power on.

Join: Connect to AP

    join <ssid> <open|wpa_aes|wpa_tkip|wpa2|wpa2_tkip|wpa2_aes|wep> [key] [channel] [ip netmask gateway]

    Ex: join join RT66 wpa2_aes 987135238

Ping:  

    ping <destination> [-i <interval in ms>] [-n <number>] [-l <length>]

    Ex: ping 192.168.1.1 -i 10 -n 10

Iperf: Test Tx

   iperf [-s|-c host ip] [options]

   -u: use UDP mode

   -t: time(second)

   Ex.  as client: iperf -c 192.168.1.1 -u -t 30