WISNODE-UART WIFI EVB QUICK START GUIDE WisNode-UART WIFI EVB Quick Start Guide Shenzhen Rakwireless Technology Co., Ltd

Size: px
Start display at page:

Download "WISNODE-UART WIFI EVB QUICK START GUIDE WisNode-UART WIFI EVB Quick Start Guide Shenzhen Rakwireless Technology Co., Ltd"

Transcription

1 WisNode-UART WIFI EVB Quick Start Guide Shenzhen Rakwireless Technology Co., Ltd Rakwireless all rights reserved. Mentioned in this document, the actual company and product names, Trademarks are their respective owners. After update the new version, this document without prior notice. 1

2 1. Product introduction 1.1 Overview Arduino WisNode-UART WIFI EVB is based on the RAK473(476) module design of an Arduino-compatible development board,can be plugged into the Arduino EVB,it also can be used as a base plate plug other Arduino series peripherals.this document will be through a detailed description make developers to quickly grasp RAK473(476) WiFi module. For example, through the PC(C) serial debugging assistant test module s AT command function, Establishment of Socket communications, Use the web or mobile phone APP to configure the module to the designated router and so on. 1.2 Evaluation Kit Introduction After buying the Evaluation Kit on Taobao, We will use the following items box send to you,as shown in Figure 1-1. Article in the box as shown in Figure 1-2: A WisNode-UART WIFI EVB,A Micro USB line.if you buy an external antenna EVB, there will be an antenna in the box. Figure 1-1 2

3 Figure Hardware Introduction As the following Figure shown is the Arduino WisNode-UART WIFI EVB hardware and hardware distribution.because the RAK473 module and the RAK476 module are very similar in operation and procedure, Therefore, this document is mainly based on the case of RAK473 WiFi module. However, there are differences between the tow modules in the peripheral hardware circuit, So when you use this EVB you should pay attention to the hardware version switch. If you uses the RAK473 module, you should welded a 0Ω resistor at R3, As the Figure 1-3 show. If you uses the RAK473 module, you should welded a 0Ω resistor at R6. Besides, different modules need different external circuit. At the bottom of the EVB, you should welded 0Ω resistor follow the instructions. Use this EVB, Users only need a Micro USB line, one end connected to the EVB, one end connected to the computer, and pay attention to the use of serial jump cap jump mode. 3

4 Serial port Micro USB Power light Reset Key RAK473 module Version change resistor Figure 1-3 Arduino WisNode-UART WIFI Top Diagram Slots Usage 1 When WisNode-UART WIFI EVB used independently or as a host Using H1 H2 H3 H4 2 When WisNode-UART WIFI EVB as a slave or plugged into other Arduino board Using P4 P5 P6 P7 Serial Port connect methods 2 When WisNode-UART WIFI EVB used independently or as a host RXD connect to CTX,TXD connect to CRX 2 When WisNode-UART WIFI EVB as a slave or plugged into other Arduino board RXD connect to TX TXD connect to RX 4

5 I/O switch resistance, the current status corresponding RAK473 module. If switch down this 0R resistor, is corresponding RAK476 module Is the outer side of the left third pin Figure 1-4 Arduino WisNode-UART WIFI Bottom Diagram 图 1-5 Arduino WisNode-UART WIFI EVB Linking Methods 1

6 2. Use Introduction 2.1 STA Mode Test Boot information Serial debugging assistant interface diagram Use serial debugging assistant test: (Serial baud rate ,Check bit:null,data bit 8,Stop bit 1,Flow control Disable) Welcome to RAK473 //Boot information at+ascii=1 //Set AT command return to the ASCII dispaly OK at+psk= //Set routing password OK at+connect=rakwireless //Connection route OK at+ipdhcp=0 //Obtain the dynamic IP address OK mac=9c:44:3d:00:06:59 addr=

7 mask= gw= dns1= dns2= at+ltcp=25000 //Establish a tcp server OK8 at+recv_data=128,0,59231, //Receive tcp client connection event at+recv_data=0,59231, ,12,hello rak473 //Receive data at+recv_data=129,0,59231, //Receive tcp client disconnect event 2.2 AP Mode Test Use serial debugging assistant test: (Serial baud rate ,Check bit:null,data bit 8,Stop bit 1,Flow control Disable) Welcome to RAK473 //Boot information at+ascii=1 //Set AT command return to the ASCII dispaly OK at+psk= //Set AP psk OK at+ap=rak473_ap //Establish AP OK at+ipstatic= , , , ,0 //Set static IP address OK at+ipdhcp=1 //Open dhcp server OK at+ltcp=25000 //Establish tcp server OK8 at+recv_data=connect //Receive STA connect event at+recv_data=128,0,47466, //Receive tcp client connect event at+recv_data=0,47466, ,12,hello rak473 //Receive data at+recv_data=129,0,47466, //Receive tcp client disconnect event at+recv_data=disconnect //Receive STA disconnect event Detailed list of AT commands please refer to RAK473(476) UART software programming manual. 2

8 2.3 Creating AP and Establish TCP_SEVER This part gives an example process of AT command, set the module to AP mode, and establish TCP Sever, PC(C) connects to the module AP, and create TCP Client to communicate with the module. TCP/UDP test tool interface diagram Frequency band: 2.4GHZ Information channel: channel 1 AP Name: rak_ap AP password: rakwireless Encryption mode: WAP2-PSK-CCMP Module IP address: Country code: CN 1

9 AT command flow is as follows: Starting-up returns C 63 6F 6D F B D 0A Set channel Send at+channel=1\r\n Return 4F 4B 0D 0A Set AP psk Send at+psk=rakwireless\r\n Return 4F 4B 0D 0A Set module to connect the wireless of rak_ap Send at+ap=rak_ap\r\n return 4F 4B 0D 0A Set module static IP is Send at+ipstatic= , , ,0,0\r\n Return 4F 4B 0D 0A Setting the module to automatically set the DHCP SEVER parameter Send at+ipdhcp=1\r\n Return 4F 4B 0D 0A Module create a TCP Server with local port of Send at+ltcp=25000\r\n Return 4F 4B 08 0D 0A When PC connected the module s ap, module return B F D 82 0D 0A Use PC create a TCP Client,IP address is , target port is and connect to the TCP Server created by WiFi module, module return B F D CA A8 C0 0D 0A 1

10 TCP Client send a string of abcd to TCP Sever, module return B F D CA A8 C D 0A TCP Sever send a string of ABCD to TCP Client Send at+send_data=0,49729, ,4,abcd\r\n Return 4F 4B 0D 0A 1

11 2.4 Module connected to Router STA and Establish TCP Client This part gives a sample process of AT command, connect the module with the router with SSID of RAK, PSK of rakwireless, then establish TCP sever. PC (C) establishes TCP Client and connects to the module terminal TCP SEVER to transmit data. Frequency band: 2.4GHZ AP name: rak_sta AP password: rakwireless Encryption mode: WPA2-PSK IP address of WiFi Moudle (B): DHCP acquiring RAK_2.4GHz AT command flow is as follows Boot information C 63 6F 6D F B D 0A Scan wireless network with SSID of rak_sta in all channels Send at+scan=0,rak_sta\r\n Return 4F 4B 01 0D 0A Set wireless password is rakwireless Send at+psk=rakwireless\r\n Return 4F 4B 0D 0A Module connects the wireless network with SSID of rak_sta Send at+connect=rak_sta\r\n Return 4F 4B 0D 0A 1

12 Open module DHCP Client, obtain module IP address Send at+ipdhcp=0\r\n Return 4F 4B 9C 44 3D F 01 A8 C0 00 FF FF FF A8 C A8 C D 0A PC terminal use TCP/UDP tool to establish TCP Sever with local port of 9000, and start up the server. The module terminal establishes TCP Client, and then connects to the TCP Sever of PC terminal Send at+tcp= ,9000,25000,0\r\n Return 4F 4B 00 0D 0A TCP Sever of PC terminal sends a string of "abcd" to TCP Client, the module returns B F D B 01 A8 C D 0A TCP Client of module terminal sends TCP Sever of PC terminal a string of "ABCD" Send at+send_data=0,9000, ,4,abcd\r\n Return 4F 4B 0D 0A 2

13 3

14 2.5 Network Configuration This part mainly introduces several network configurations of RAK473, RAK473 mainly includes three kinds of network configuration modes, that is, AP, WPS and Easyconfig AP Network Configuration This section introduces how to use the web page to configure the module to the specified. router under the AP mode. Boot information C 63 6F 6D F B D 0A Start web configuration, the module will establish ap according to the internally stored web parameters,ap name defaults to RAK473_WEB_XXXXXX (XXXXXX is module MAC address after six bits). Send at+start_web\r\n Return 4F 4B 0D 0A PC terminal connects module ap to open web page, input to go to the webpage, then enter the user name "admin" and password "admin" to go into the web page. 1

15 In the network configuration page: 1, Slect the Wlan Mode of STA mode 2, Click on "Search" to search ap hot spots around the module, and choose one of the ap for the module connection 3, Select AUTO as channel selection mode 4, If ap is encrypted, then fill in password of ap 5, Select the DHCP Mode of DHCP 6, Click "Save", and jump to the next page 2

16 7, Save the Settings 8,Starting automatical net-connecting,the module is connected to the designated router Send at+auto_connect\r\n Return 4F 4B 9C 44 3D F 01 A8 C0 00 FF FF FF A8 C A8 C D 0A F 52 FF 0D 0A 3

17 In the "advanced management" page, the login account and password can be modified. In the "advanced management" page, the login account and password can be modified. 4

18 2.5.2 Easyconfig Configuration This section introduces how to use mobile APP to one-key configure the module to the specified router. And please download RAK47X Config Tool APP from Step1 The mobile phone connects to the network that module will be connected to. Open RAK47X Config Tool APP,Ssid automatic filling, input Psk Please enter the correct route password Step2 Reset wifi module, Send at+easy_config\r\n, make the module get into configuration status, and link indicator light faster flicker: Open ascii display Send AT command Configure successful 1

19 Step3 Click Connect, start configure: Step4 If configure successful, APP will return module s mac address 2

20 3. Modification Records Edition Author Date Modification content V1.0 Wenyong.tang 2017/01/06 Creating document 3

300M Embedded WiFi Repeater / WiFi Router / WiFi Bridge WiFi-Room Quick Setting Guide

300M Embedded WiFi Repeater / WiFi Router / WiFi Bridge WiFi-Room Quick Setting Guide 300M Embedded WiFi Repeater / WiFi Router / WiFi Bridge WiFi-Room Quick Setting Guide 1 Declaration Copyright 2015 Shenzhen HouTian Network Communication Technology Co.,Ltd. All Rights Reserved,with retained

More information

WizFi250 Quick Start Guide

WizFi250 Quick Start Guide WizFi250 Quick Start Guide WizFi250 Evaluation Board The WizFi250 EVB is the evaluation board for testing WizFi250 and prototyping development. WizFi250 EVB is composed of a WizFi250 evaluation board and

More information

Quick Setup Guide. for Standalone Omada Access Points. EAP110 / EAP115 / EAP225 / EAP245 / EAP320 / EAP330 / EAP115-Wall

Quick Setup Guide. for Standalone Omada Access Points. EAP110 / EAP115 / EAP225 / EAP245 / EAP320 / EAP330 / EAP115-Wall Quick Setup Guide for Standalone Omada Access Points EAP110 / EAP115 / EAP225 / EAP245 / EAP320 / EAP330 / EAP115-Wall EAP110-Outdoor / EAP225-Outdoor / EAP225-Wall 1910012420 REV1.0.1 May 2018 Omada EAP

More information

Settings Settings

Settings Settings ... 2 Overview... 2 WLAN & WAN Information... 3 Advanced... 4 Changing Security... 20 Internet Connectivity... 21 Overview Activating SoftBank 007Z Utility Use SoftBank 007Z Utility to change network settings,

More information

11N Wireless USB Adapter User Guide

11N Wireless USB Adapter User Guide -- 1 -- Copyright Statement is the registered trademark of Shenzhen Tenda Technology Co., Ltd. All the products and product names mentioned herein are the trademarks or registered trademarks of their respective

More information

WiFi to RS-232 adapter user manual

WiFi to RS-232 adapter user manual WiFi to RS-232 adapter user manual WiFi to RS-232 adapter Package Contents: WiFi RS-232 adapter x 1 A4 User manual x 1 Mini USB Cable x 1 White Box Dimension: 11 x 6 x 5 (cm) Total Package Weight: 126

More information

Wi-Fi 16 Relay Module User Manual 21 Aug Wi-Fi 16 Relay Module

Wi-Fi 16 Relay Module User Manual 21 Aug Wi-Fi 16 Relay Module Wi-Fi 16 Relay Module User Manual Date: -1- Content 1. Specification... 4 2. Applications examples... 5 3. Technical parameters... 7 4. Connectors, ports and led indicators... 8 5. Installation... 9 6.

More information

WiFi to RS-422/485 adapter user manual

WiFi to RS-422/485 adapter user manual WiFi to RS-422/485 adapter user manual WiFi to RS-232 adapter Package Contents: WiFi RS-422/485 adapter x 1 2 dbi dipole antenna x 1 A4 User manual x 1 USB Cable x 1 White Box Dimension: 11 x 6 x 5 (cm)

More information

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window.

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window. How to configure EW-7228APn/EW-7416APn as a Repeater to extend wireless range This article can apply on EW-7228APn and EW-7416APn. We used screen shots of EW-7416APn in this instruction. We recommend you

More information

WNAP 3G MOBILE ROUTER. Quick Installation Guide

WNAP 3G MOBILE ROUTER. Quick Installation Guide WNAP 3G MOBILE ROUTER Quick Installation Guide To avoid users without access right through your WNAP 3G Mobile Router, it is suggested to change WLAN SSID and password and admin password for web configuration

More information

WiFi 16 Relay Board TCP ModBus Controlled - User Manual 21 Aug WiFi 16 Relay Board TCP ModBus Controlled

WiFi 16 Relay Board TCP ModBus Controlled - User Manual 21 Aug WiFi 16 Relay Board TCP ModBus Controlled WiFi 16 Relay Board TCP ModBus Controlled User Manual Date: -1- Content 1. Specification... 4 2. Applications examples... 5 2.1. Control electrical devices wirelessly... 5 2.2. Control electrical devices

More information

11N Wireless PCI Adapter User Guide

11N Wireless PCI Adapter User Guide -- 1 -- Copyright Statement is the registered trademark of Shenzhen Tenda Technology Co., Ltd. All the products and product names mentioned herein are the trademarks or registered trademarks of their respective

More information

WiFiBee MT7681 (Arduino WiFi Wireless Programming) SKU: TEL0107

WiFiBee MT7681 (Arduino WiFi Wireless Programming) SKU: TEL0107 WiFiBee MT7681 (Arduino WiFi Wireless Programming) SKU: TEL0107 Introduction The WiFi Bee MT7681 is an Arduino WiFi XBee module based on the MT7681 serial Wi-Fi module. It is compatible with an XBee slot,

More information

123 Manual, LP-1522 Broadband Wireless AP/Router, Point to point/ Point to Multipoint plus Access point installation mode.

123 Manual, LP-1522 Broadband Wireless AP/Router, Point to point/ Point to Multipoint plus Access point installation mode. Wireless - Equipment 123 Manual, LP-1522 Broadband Wireless AP/Router, Point to point/ Point to Multipoint plus Access point installation mode. LP1522_M123_ENC02W 123 Manual, LP-1522 Broadband Wireless

More information

ZLAN7104 High-Performance

ZLAN7104 High-Performance ZLAN7104 High-Performance WIFI Serial Device Server RS232/485/422 To WIFI/Ethernet CopyRight 2008 Shanghai ZLAN Information Technology Co., Ltd. All right reserved Document DI: ZL DUI 2014.12.15.1.0 1

More information

RAK WisCam. Quick Start Guide V1.4

RAK WisCam. Quick Start Guide V1.4 RAK WisCam Quick Start Guide V1.4 Shenzhen Rakwireless Technology Co., Ltd www.rakwireless.com info@rakwireless.com 2015 Rakwireless Reserves All Rights The Name Of Actual Companies And Products Mentioned

More information

N900 Wireless Dual Band Gigabit Router

N900 Wireless Dual Band Gigabit Router Trademarks NETGEAR, the NETGEAR logo, and Connect with Innovation are trademarks and/or registered trademarks of NETGEAR, Inc. and/or its subsidiaries in the United States and/or other countries. Information

More information

RAK47X Wi-Fi Module. Communication RangeTest ReportV1.2. Shenzhen RAK Wireless Techonology Co., Ltd.

RAK47X Wi-Fi Module. Communication RangeTest ReportV1.2. Shenzhen RAK Wireless Techonology Co., Ltd. RAK47X WIFI,MODULE COMMUNICATION RANGE TEST RAK47X Wi-Fi Module Communication RangeTest ReportV1.2 Shenzhen RAK Wireless Techonology Co., Ltd www.rakwireless.com info@rakwireless.com 2015 for this document

More information

WIFI DEVICE. User Manual. Shanghai Shuncom Electronic Technology Co., Ltd. Shanghai Shuncom Electronic Technology Co.,Ltd.

WIFI DEVICE. User Manual. Shanghai Shuncom Electronic Technology Co., Ltd.   Shanghai Shuncom Electronic Technology Co.,Ltd. WIFI DEVICE User Manual (Revision 1.3.0) Shanghai Shuncom Electronic Technology Co., Ltd www.shuncom.com 1 / 48 WWW.SHUNCOM.COM Renew time: 2012-5-1 Shanghai Shuncom Electronic Technology Co.,Ltd. Part

More information

EnGenius Quick Start Guide

EnGenius Quick Start Guide T he operates seamlessly in the 2.4 GHz frequency spectrum supporting the 802.11b (2.4GHz, 11Mbps) and the newer, faster 802.11g (2.4GHz, 54Mbpswireless standard. High output power and high sensitivity

More information

ZLSN7004 High-performance

ZLSN7004 High-performance ZLSN7004 High-performance Serial Port to WIFI/Ethernet Core Module CopyRight 2008 Shanghai ZLAN Information Technology Co., Ltd. All right reserved Document DI: ZL DUI 2015.3.20.1.0 1 Version Information

More information

How to configure a Point-to-Point link

How to configure a Point-to-Point link How to configure a Point-to-Point link SilverNet equipment comes Pre-configured on IP addresses 192.168.0.229 or 192.168.0.228. There may be some instances where you need to reset the unit or the unit

More information

Part I: External Installation Direction

Part I: External Installation Direction Part I: External Installation Direction A. Check the parts in your box CPE SET 1 DC 12V/1.5A Power Adapter 1 PoE DC Injector 1 Hose Clamps 2 Manual & QIG CD 1 Paper QIG 1 B. How to fix the CPE on the Pole

More information

11N Wireless PCI Adapter User Guide -6-

11N Wireless PCI Adapter User Guide -6- -6- Copyright Statement is the registered trademark of Shenzhen Tenda Technology Co., Ltd. All the products and product names mentioned herein are the trademarks or registered trademarks of their respective

More information

Quick Start Guide for Standalone EAP

Quick Start Guide for Standalone EAP Quick Start Guide for Standalone EAP CHAPTERS 1. Determine the Management Method 2. Build the Network Topology 3. Log In to the EAP 4. Edit the SSID 5. Configure and Manage the EAP This guide applies to:

More information

PePWave Mesh Connector User Manual

PePWave Mesh Connector User Manual PePWave Mesh Connector User Manual Document Rev. 1.0 Jun-07 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. Copyright 1999-2007 PePWave Ltd. All Rights Reserved. PePWave and

More information

RAK475/477 Use Guidance Communicating via TCP in Command Mode

RAK475/477 Use Guidance Communicating via TCP in Command Mode RAK475/477 Use Guidance Communicating via TCP in Command Mode Shenzhen Rakwireless Technology Co., Ltd. www.rakwireless.com info@rakwireless.com RAK copyright. All rights reserved. Companies and product

More information

How to configure a Point-to-Multipoint link

How to configure a Point-to-Multipoint link How to configure a Point-to-Multipoint link SilverNet equipment comes Pre-configured on IP addresses 192.168.0.229 or 192.168.0.228. There may be some instances where you need to reset the unit or the

More information

WIFI Bee Programming Manual

WIFI Bee Programming Manual 1 WIFI Bee Programming Manual 1. Overview 1.1 Module Introduction WIFI Bee module is a Wi-Fi module that fully supports IEEE 802.11b/g/n wireless standards, with internally integrated TCP/IP protocol stack,

More information

Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection.

Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection. Quick Start Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection. This document will help you understand your Mobile WiFi so you can start using

More information

Appendix A - Configuring the WiFi Module Option

Appendix A - Configuring the WiFi Module Option Thunderbolt Monitor Kit Manual v4.0.4, WiFi Option - Page 1 5/25/2016 Appendix A - Configuring the WiFi Module Option The WiFi module as shipped is pre-configured with Soft-AP enabled and the baud rate

More information

Appendix A - Configuring the WiFi Module Option

Appendix A - Configuring the WiFi Module Option Thunderbolt Monitor Kit Manual v4.2.2, WiFi Option - Page 1 10/9/2017 Appendix A - Configuring the WiFi Module Option Note: this version of the manual relates to the new WiFi module as shown below. Note

More information

Content 1. General Description Features System Block Diagram Module Hardware Description Module photo Packag

Content 1. General Description Features System Block Diagram Module Hardware Description Module photo Packag RAK473 UART WiFi Module Specification V1.4 Shenzhen Rakwireless Technology Co., Ltd www.rakwireless.com info@rakwireless.com 2015 Rakwireless all rights reserved. Mentioned in this document, the actual

More information

Wifi Attachment Manual

Wifi Attachment Manual Wifi Attachment Manual V1.5.3 Copyright 2010 Reef Angel All Rights Reserved The product and the information contained herein are subject to change without notice. This manual may not, in whole or in part,

More information

WRE2206. User s Guide. Quick Start Guide. Wireless N300 Range Extender. Default Details. Version 1.00 Edition 1, 01/2015

WRE2206. User s Guide. Quick Start Guide. Wireless N300 Range Extender. Default Details. Version 1.00 Edition 1, 01/2015 WRE2206 Wireless N300 Range Extender Version 1.00 Edition 1, 01/2015 Quick Start Guide User s Guide Default Details Web Address http://zyxelsetup OR http://192.168.1.2 www.zyxel.com User Name admin Password

More information

On the left hand side of the screen, click on Setup Wizard and go through the Wizard.

On the left hand side of the screen, click on Setup Wizard and go through the Wizard. Q: How do I configure the TEW-435/504BRM (b1) to a DSL, PPPoE connection? A: Step 1 Open your web browser and type the IP address of the TEW-435/504BRM in the address bar. The default IP address is 192.168.0.1.

More information

450M 5G 300M 2.4G Dual Band WiFi Repeater VGA1000-G. Quick Setting Guide

450M 5G 300M 2.4G Dual Band WiFi Repeater VGA1000-G. Quick Setting Guide 450M 5G 300M 2.4G Dual Band WiFi Repeater VGA1000-G Quick Setting Guide 1 Declaration Copyright 2015 Shenzhen HouTian Network Communication Technology Co.,Ltd. All Rights Reserved,with retained ownership.

More information

Contents. Chapter 1 Product Introduction Package Contents Product Features Product Usage... 2

Contents. Chapter 1 Product Introduction Package Contents Product Features Product Usage... 2 Contents Chapter 1 Product Introduction... 2 1.1 Package Contents... 2 1.2 Product Features... 2 1.3 Product Usage... 2 1.4 Before Installation... 3 1.5 Disable other manufacturers wireless network adapters...

More information

Radiolabs Bridge in a Box Setup

Radiolabs Bridge in a Box Setup Radiolabs Bridge in a Box Setup This manual will guide you through creating a point-to-point bridge using your Radiolabs equipment. Step 1: Preparing for setup. To set the bridge up, start by unboxing

More information

User Manual V1.1 Date: WiFi RS-232 Adapter. Red LED: IP Address Blue LED: TX/RX 5V Out (Pin 9)

User Manual V1.1 Date: WiFi RS-232 Adapter. Red LED: IP Address Blue LED: TX/RX 5V Out (Pin 9) 1. Package Contents: WiFi RS-232 adapter x 1 Battery power line with connector x 1 User manual x 1 USB Cable x 1 2 dbi Dipole Antenna x 1 WiFi RS-232 Adapter White box: Dimension: 10 x 5.5 x 5 (cm) Weight:

More information

CONTENTS 1. Quick Start Hardware Tset Environment Network Connection Data Transmission Test Product Introduction..

CONTENTS 1. Quick Start Hardware Tset Environment Network Connection Data Transmission Test Product Introduction.. USR-G800-42 User Manual File Version: V1.0.5 1/ 32 CONTENTS 1. Quick Start...3 1.1. Hardware Tset Environment... 3 1.2. Network Connection...4 1.3. Data Transmission Test... 5 2. Product Introduction...

More information

BROADBAND 3G/4G MODEM Instruction Manual

BROADBAND 3G/4G MODEM Instruction Manual SKU: WRT2 BROADBAND 3G/4G MODEM Instruction Manual 1. Introduction With an integrated broadband cellular modem and Wi-Fi booster, the WRT2 3G/4G modem can receive 3G/4G mobile phone signals and establish

More information

Application Example (Standalone EAP)

Application Example (Standalone EAP) Application Example (Standalone EAP) CHAPTERS 1. Determine the Network Requirements 2. Build the Network Topology 3. Log In to the EAP 4. Configure the EAP 5. Test the Network This guide applies to: EAP225-Outdoor

More information

NCR. Wi-Fi Setup Assistant. User guide

NCR. Wi-Fi Setup Assistant. User guide NCR Wi-Fi Setup Assistant User guide 15 Contents 1 Getting started... 3 1.1 Features... 3 1.2 System Requirements... 3 1.3 Installing Wi-Fi Setup Assistant... 4 2 Configuring a Wi-Fi Printer... 6 2.1 Setup

More information

The SC receives a public IP address from the DHCP client of the ISP. All traffic is automatically sent out through the WAN interface.

The SC receives a public IP address from the DHCP client of the ISP. All traffic is automatically sent out through the WAN interface. Barracuda NextGen Secure Connectors can connect to the Internet using DHCP client, static, or Wi-Fi client connections. The connections can be configured through the Secure Connector Editor or, for troubleshooting

More information

Grandstream Networks, Inc. GWN76xx Wi-Fi Access Points Master/Slave Architecture Guide

Grandstream Networks, Inc. GWN76xx Wi-Fi Access Points Master/Slave Architecture Guide Grandstream Networks, Inc. GWN76xx Wi-Fi Access Points Master/Slave Architecture Guide Table of Contents INTRODUCTION... 4 DISCOVER AND PAIR GWN76XX ACCESS POINTS... 5 Discover GWN76xx... 5 Method 1: Discover

More information

Wireless USB 600AC USER MANUAL. Dual Band USB Adapter. HNW600ACU Rev

Wireless USB 600AC USER MANUAL. Dual Band USB Adapter. HNW600ACU Rev Wireless USB 600AC Dual Band USB Adapter USER MANUAL HNW600ACU Rev. 2.0 www.hamletcom.com Table of Contents 1. Introduction... 4 1.1 Product Features... 4 1.2 Package contents... 4 2. Wireless USB Adapter

More information

WiFi to RS-232 adapter user manual

WiFi to RS-232 adapter user manual User Manual V1.2 Date: 2015.01.28 WiFi to RS-232 adapter user manual Package Contents: WiFi RS-232 adapter x 1 WiFi to RS-232 adapter 2 dbi dipole antenna x 1 A4 User manual x 1 USB Cable x 1 Power cable

More information

2. If you cannot download Smart Life app, please search Smart Life on Google Play (for Android phone) or Apple Store (for ios phone) to download.

2. If you cannot download Smart Life app, please search Smart Life on Google Play (for Android phone) or Apple Store (for ios phone) to download. How to Download Smart Life App 1. Scan the QR code to download and install Smart Life app for ios or Android phone. 2. If you cannot download Smart Life app, please search Smart Life on Google Play (for

More information

RN-171-EK Evaluation Board

RN-171-EK Evaluation Board RN -17 1-E K-DS RN-171-EK Evaluation Board Features Ultra-low power: 4-uA sleep, 40-mA Rx, 180-mA Tx at 10 dbm Configurable transmit power: 0 to +12 dbm UART hardware interfaces and SPI slave Up to 1 Mbps

More information

Software Manual Net Configuration Tool Rev. 4.05

Software Manual Net Configuration Tool Rev. 4.05 Software Manual Net Configuration Tool Rev. 4.05 http://www.bixolon.com Introduction 1. About this manual... 3 2. Supported Operating Systems... 3 3. Supported Printers... 4 4. Before Startup... 5 5. Installation

More information

3.1 Setting Up a Wireless Connection Using the WPS Button Manually Setting Up a Wireless Connection

3.1 Setting Up a Wireless Connection Using the WPS Button Manually Setting Up a Wireless Connection Contents 1 Product Overview... 1-1 1.1 Supported Features... 1-1 1.2 Ports and Buttons... 1-2 1.3 Indicators... 1-4 2 Hardware Installation... 2-1 2.1 Application Modes... 2-1 2.1.1 WiFi Router Mode...

More information

VONETS VAR11N M Mini WIFI Router. 300Mbps Mini WiFi Router VAR11N-300. Quick Setup Guide

VONETS VAR11N M Mini WIFI Router. 300Mbps Mini WiFi Router VAR11N-300. Quick Setup Guide 300Mbps Mini WiFi Router VAR11N-300 Quick Setup Guide 1 Declaration Copyright 2015 Shenzhen HouTian Network Communication Technology Co.,Ltd. All Rights Reserved,with retained ownership. Without Shenzhen

More information

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM-1.0 Version /8/2011 USER MANUAL

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM-1.0 Version /8/2011 USER MANUAL RN-WIFLY-EVAL-UM WiFly Evaluation Kit 0 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM-.0 Version.0 //0 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks

More information

ROUTER SET UP GUIDE: Huawei B618 LTE-A Router

ROUTER SET UP GUIDE: Huawei B618 LTE-A Router ROUTER SET UP GUIDE: Huawei B618 LTE-A Router A STEP-BY-STEP A STEP-BY-STEP GUIDE GUIDE TO SETTING TO SETTING UP UP YOUR YOUR NEW NEW LTE-A FIBRE ROUTER WIFI ROUTER IN THE BOX Make sure you have the following:

More information

How to establish WDS connection between Vigor2820n and Vigor2800G under WPA mode (Repeater mode)

How to establish WDS connection between Vigor2820n and Vigor2800G under WPA mode (Repeater mode) How to establish WDS connection between Vigor2820n and Vigor2800G under WPA mode (Repeater mode) Below shows how can we establish WDS connection between Vigor2820n and Vigor2800G under WPA mode (here we

More information

Dual-Band Wireless A + G Access Point. Network Layout

Dual-Band Wireless A + G Access Point. Network Layout Network Layout The Dual-Band Wireless A + G Access Point has been designed for use with 802.11g and 802.11b products. With 802.11g products communicating with the 802.11b standard, products using these

More information

How to manually set up EW-7228APn to extender wireless range

How to manually set up EW-7228APn to extender wireless range How to manually set up EW-7228APn to extender wireless range 1. Find out the IP address of your computer. Have your computer get on Internet as normally, without EW-7228APn turning on. If you use a Windows

More information

Model:BL-WR Mbps Wireless N Router

Model:BL-WR Mbps Wireless N Router Quick Installation Guide Model:BL-WR3000 300Mbps Wireless N Router 1.Connecting the device Note: Please use wired network connections only to configure the Router. 1 Connect the WAN port on your Router

More information

Sierra Radio Systems. WiFly Configuration. Quick Reference. Version 1.0

Sierra Radio Systems. WiFly Configuration. Quick Reference. Version 1.0 Sierra Radio Systems WiFly Configuration Quick Reference Version 1.0 Hardware Connections SERIAL PORT CONNECTIONS FOR WIFLY DEVICE PROGRAMMING The serial port on the WiFly device provides a 3.3v logic

More information

E5331 FAQs Q2: Hardware specifications of E5331: Q4: What information displayed on E5331 s OLED screen?... 5

E5331 FAQs Q2: Hardware specifications of E5331: Q4: What information displayed on E5331 s OLED screen?... 5 E5331 FAQs... 2 Q1: Main Features of E5331:... 2 Q2: Hardware specifications of E5331:... 2 Q3: Keys, Interface of E5331... 5 Q4: What information displayed on E5331 s OLED screen?... 5 Q5: The AutoPlay

More information

RAK Video Module APP. User Manual V1.3. Shenzhen Rakwireless Technology Co., Ltd.

RAK Video Module APP. User Manual V1.3. Shenzhen Rakwireless Technology Co., Ltd. RAK Video Module APP User Manual V1.3 Shenzhen Rakwireless Technology Co., Ltd www.rakwireless.com info@rakwireless.com 2016 Rakwireless all rights reserved. Mentioned in this document, the actual company

More information

WIFI232 series product is used for convert data from RS232 to WIFI TCPIP, Two-way transparent

WIFI232 series product is used for convert data from RS232 to WIFI TCPIP, Two-way transparent USR-WIFI232-X quick start guide File version: V1.0.0 Date: 2012-05-04 WIFI232 series product is used for convert data from RS232 to WIFI TCPIP, Two-way transparent transmission, user need not know the

More information

4 Enter an IP address and sub-net mask for the ftp server and. 5 Go to the [System and Maintenance] > [Administrative Tools]

4 Enter an IP address and sub-net mask for the ftp server and. 5 Go to the [System and Maintenance] > [Administrative Tools] $00_WT-4_En.book Page 115 Friday, August 10, 2007 2:02 PM 4 Enter an IP address and sub-net mask for the ftp server and click [OK]. 5 Go to the [System and Maintenance] > [Administrative Tools] control

More information

Quick Installation Guide DN-70495

Quick Installation Guide DN-70495 Quick Installation Guide DN-70495 LED Indicator and Button Status Description LED Indicator Description: Power: Indicate the power status WAN/LAN: Indicate the Ethernet connection status WLAN: Indicate

More information

TELST R A E LITE GAT E WAY QUICK START GUIDE

TELST R A E LITE GAT E WAY QUICK START GUIDE TELST R A E LITE GAT E WAY QUICK START GUIDE WELCOME TO TELSTRA ELITE GATEWAY - THANK YOU FOR CHOOSING US! This guide is to help you get the most out of your Telstra Wireless Mobile Broadband experience.

More information

Web UI Guide. Overview 5-2 Activating Web UI 5-2 Status Screen 5-3 Main Menu 5-3

Web UI Guide. Overview 5-2 Activating Web UI 5-2 Status Screen 5-3 Main Menu 5-3 5 Web UI Guide Overview 52 Activating Web UI 52 Status Screen 53 Main Menu 53 Verification/Changing of Settings 54 Home 54 WiFi 55 Firewall 59 Connection 512 System 515 Help 518 Overview Web UI is a function

More information

WisCloud Access Controller V /6/9

WisCloud Access Controller V /6/9 WISNETWORKS User Manual WisCloud Access Controller V 2.0 2017/6/9 Software Version 3.05.20 Table of contents WISNETWORKS... 1 Chapter 1 Overview... 3 1.1 Access Point...3 1.2 Online Use... 3 1.3 Interferences...3

More information

RAD XD and RAD XD-WM a/b/g Transceiver with Serial Link Quick Start Guide

RAD XD and RAD XD-WM a/b/g Transceiver with Serial Link Quick Start Guide RAD-80211-XD and RAD-80211-XD-WM 802.11a/b/g Transceiver with Serial Link Quick Start Guide 1 This Quick Start Guide is intended to provide adequate information necessary to get a functional system operating.

More information

How to setup the WA232E Serial WiFi adapter

How to setup the WA232E Serial WiFi adapter How to setup the Serial WiFi adapter (based on Windows 10, 32/64-bit) This step-by-step guide explains how to get started using the Serial RS232 WiFi Adapter part. This product has many more advanced features

More information

VDSL Router 4 Port Wi-Fi Dual Band (NT3BB-4PVWN-147) Quick Installation Guide

VDSL Router 4 Port Wi-Fi Dual Band (NT3BB-4PVWN-147) Quick Installation Guide VDSL Router 4 Port Wi-Fi Dual Band (NT3BB-4PVWN-147) Quick Installation Guide 1. Packing List The following table lists the items in the product package. Item Quantity VDSL Router 1 Power Adapter 1 RJ

More information

XPress DR+W Quick Start Guide

XPress DR+W Quick Start Guide Industrial Device Server Quick Start Guide 2006 Copyright Lantronix is a trademark of Lantronix. All rights reserved. 900-446 Rev. A 10/06 XPRESS DR+W QUICK START CONTENTS What s In the Box..........................................................2

More information

Wireless Access Point

Wireless Access Point 802.11g / 802.11b / WPA Wireless Access Point User's Guide TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 Features of your Wireless Access Point... 1 Package Contents... 4 Physical Details... 4 CHAPTER

More information

WAP3205 v2. User s Guide. Quick Start Guide. Wireless N300 Access Point. Default Login Details. Version 1.00 Edition 2, 12/2012

WAP3205 v2. User s Guide. Quick Start Guide. Wireless N300 Access Point. Default Login Details. Version 1.00 Edition 2, 12/2012 WAP3205 v2 Wireless N300 Access Point Version 1.00 Edition 2, 12/2012 Quick Start Guide User s Guide Default Login Details LAN IP Address http://192.168.1.2 Password 1234 www.zyxel.com Copyright 2012 ZyXEL

More information

WAP9112/9114 Quick Start Guide

WAP9112/9114 Quick Start Guide WAP9112/9114 Quick Start Guide Release 7.6 NN47252-308 Issue 02.01 March 2016 Contents Chapter 1: Introduction... 3 Chapter 2: Required Software Components... 4 Chapter 3: Installing or Upgrading Wireless

More information

54Mbps Pocket Wireless Access Point (WL-330g)

54Mbps Pocket Wireless Access Point (WL-330g) 54Mbps Pocket Wireless Access Point (WL-330g) Copyright 2004 ASUSTeK COMPUTER INC. All Rights Reserved. Contents Conventions... 2 Welcome!... 3 Package contents... 3 System requirements... 3 Device installation...

More information

Smart Sensor Gateway Installation Manual

Smart Sensor Gateway Installation Manual TECHNICAL DOCUMENT Smart Sensor Gateway Installation Manual 2019-02-08 1/16 Table of Contents 1 GENERAL 3 2 INSTALLATION 4 2.1 Prerequisites for Installation 4 2.2 Recommended Location 5 2.3 Gateway Configuration

More information

Setup Guide. Setting Up the Machine. Installing the Software. Control Panel Sheet

Setup Guide. Setting Up the Machine. Installing the Software. Control Panel Sheet Setup Guide Setting Up the Machine 1 Installing the Software 2 Control Panel Sheet 1 2 1. Setting Up the Machine 10 cm (4.0 inches) 10 cm (4.0 inches) 20 cm (7.9 inches) 10 cm (4.0 inches) 32 89.6 10

More information

Connecting a CNC to a PC wireless over WiFi

Connecting a CNC to a PC wireless over WiFi Connecting a CNC to a PC wireless over WiFi This guide describes how to wireless connect a CNC machine to a PC using WiFi, thereby being able to send programs from the PC to the CNC machine. The Setup

More information

Using the Cisco Unified Wireless IP Phone 7921G Web Pages

Using the Cisco Unified Wireless IP Phone 7921G Web Pages CHAPTER 4 Using the Cisco Unified Wireless IP Phone 7921G Web Pages You can use the Cisco Unified Wireless IP Phone 7921G web pages to set up and configure settings for the phone. This chapter describes

More information

User Module. WiFi SSID Switch APPLICATION NOTE

User Module. WiFi SSID Switch APPLICATION NOTE User Module WiFi SSID Switch APPLICATION NOTE USED SYMBOLS Used symbols Danger Information regarding user safety or potential damage to the router. Attention Problems that can arise in specific situations.

More information

AcuConnect-LTE-V2 VPN Router Quick Guide

AcuConnect-LTE-V2 VPN Router Quick Guide 1 Overview AcuConnect-LTE-V2 VPN Router Quick Guide AcuConnect- LTE router provides a high-speed, almost never dis-connecting datatransmission communication network, It can meet the needs of Electronic

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide DL-200 Cellular Data logger V1.2_201610 TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 4 1.1 CONTENTS LIST... 5 1.2 HARDWARE INSTALLATION... 6 1.2.1 WARNING... 6 1.2.2 SYSTEM REQUIREMENTS...

More information

AP58GV3. Wireless Bridge. Last edited: Jim B 1/14/2019 Created: jim b

AP58GV3. Wireless Bridge. Last edited: Jim B 1/14/2019 Created: jim b AP58GV3 Wireless Bridge Introduction AP58GV3 is a 5G wireless bridge developed by Optiview for CCTV surveillance equipment. It is an easy-to-use yet delivers a complete CCTV solution for creating highly

More information

Billion BiPAC 7700NR2. Setup Guide

Billion BiPAC 7700NR2. Setup Guide Billion BiPAC 7700NR2 Setup Guide Modem reference & light status sheet On the front of your modem you will notice a number of lights. The below table explains what each of these lights mean: LABEL ACTION

More information

Manual of Wireless Access Point

Manual of Wireless Access Point Manual of Wireless Access Point This is the manual of outdoor CPE, which will approximate guide you how to set and apply the outdoor CPE, it provide a convenient graphical interface for network construction

More information

WIFI232-RS232 quick start guide

WIFI232-RS232 quick start guide WIFI232-RS232 quick start guide File version: V4.0 Date: 2012-12-04 WIFI232 series product is used for convert data from RS232 to WIFI TCPIP, Two-way transparent transmission, user need not know the WIFI

More information

MatchPort E Embedded Device Server Demonstration Kit Quick Start Guide

MatchPort E Embedded Device Server Demonstration Kit Quick Start Guide MatchPort E Embedded Device Server Demonstration Kit Quick Start Guide Part Number 900-486 Revision G May 2013 Copyright and Trademark Warranty Contacts Revisions 2013 Lantronix, Inc. All rights reserved.

More information

Software Embedded Wireless LAN Module b/g/n WYSACVLXY-XX & WBSACVLXY-1 Overview. Version 1.0 March 25 th, 2016

Software Embedded Wireless LAN Module b/g/n WYSACVLXY-XX & WBSACVLXY-1 Overview. Version 1.0 March 25 th, 2016 Software Embedded Wireless LAN Module 802.11b/g/n & WBSACVLXY-1 Overview Version 1.0 March 25 th, 2016 14.0 mm : Software Embedded 802.11b/g/n Module Features SMD type module. with trace ANT IEEE802.11b/g/n

More information

802.11ac Wireless Access Point Model WAC104

802.11ac Wireless Access Point Model WAC104 Point Model WAC104 User Manual October 2016 202-11698-01 350 E. Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. You can visit www.netgear.com/support to register

More information

Smart Machine Smart Decision. R700_User Guide_V1.05 1

Smart Machine Smart Decision. R700_User Guide_V1.05 1 R700_User Guide_V1.05 R700_User Guide_V1.05 1 Document Title R700_User Guide Version 1.05 Date Status Document Control ID Released R700_User Guide_V1.05 General Notes SIMCom offers this information as

More information

USR-W610 User Manual. File Version: V Jinan USR IOT Technology Limited 1

USR-W610 User Manual. File Version: V Jinan USR IOT Technology Limited 1 USR-W610 User Manual File Version: V1.0.1.01 1 Contents USR-W610 User Manual... 1 Features... 4 1.Get Start...5 1.1.Application Diagram... 5 1.2.Hardware... 5 1.2.1.LED...5 1.2.2.Interface... 6 1.2.3.Dimension...6

More information

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Login for the first time, please use http://192.168.1.100 To key in user name and password is for identifying authorization. Default

More information

User Manual. ESP8266 Wifi Shield

User Manual. ESP8266 Wifi Shield User Manual Of ESP8266 Wifi Shield Description The shield is designed based on esp8266 by Espressif Systems, pin-compatible with Arduino UNO/Mega2560 DevBorad. Which can be used as two independent part,

More information

Wireless-Tag WT51822-S4AT

Wireless-Tag WT51822-S4AT Description: WT51822-S4AT is a high performance,low power radio transmit and receive system module use Nordic BLE 4.1 nrf51822 as the controller chips. It has the smallest volume package in the industry,

More information

High Power Wireless N. 600mW Smart Repeater LP 9698SR

High Power Wireless N. 600mW Smart Repeater LP 9698SR High Power Wireless N 600mW Smart Repeater LP 9698SR INTRODUCTION...4 GETTING STARTED...5 Package Contents...5 LED Indicators...6 Back Panel Description...7 SETUP GUIDE...8 Find a Setup Location...8 Connect

More information

1. Introduction This document describes the use of CREATOR pro standard SDK to debug the program, the standard SDK provides IAR project for the user r

1. Introduction This document describes the use of CREATOR pro standard SDK to debug the program, the standard SDK provides IAR project for the user r CREATOR pro Standard SDK V1.0 Shenzhen Rakwireless Technology Co., Ltd. www.rakwireless.com info@rakwireless.com RAK copyright. All rights reserved. Companies and product names referred in the instruction

More information

3G/4G OUTDOOR ROUTER Instruction Manual

3G/4G OUTDOOR ROUTER Instruction Manual 3G/4G OUTDOOR ROUTER Instruction Manual SKU: MRE401 1. Introduction With an integrated mobile modem and Wi-Fi amplifier, the MRE401 outdoor router can receive 3G/4G mobile phone signals and establish a

More information

XBLUE Networks n WiFi Adapter

XBLUE Networks n WiFi Adapter XBLUE Networks 802.11n WiFi Adapter Revision Date Version Supersedes Description January 2012 Version 1.0 Initial Release May 2012 Version 1.0 Issue 2 Version 1.0 Revised programming steps July 2012 Version

More information

HSPA+ WiFi Router with Voice

HSPA+ WiFi Router with Voice NETCOMM LIBERTY SERIES HSPA+ WiFi Router with Voice 3G22WV Quick Start Guide This router has been designed to be placed on a desktop. All of the cables exit from the rear for better organization. The LED

More information