AT Command Reference and Applications User s Guide

Size: px
Start display at page:

Download "AT Command Reference and Applications User s Guide"

Transcription

1 A module/product solution provider AT Command Reference and Applications User s Guide V For Ameba firmware V 1.02 SW Engineer SW Supervisor Center Supervisor Nathan Kuo Austin Huang Austin Huang ~ 1 ~

2 Table of Contents Table of Contents... 2 Manual History Introduction Architecture Module Features GPIO pins Pin Out Definition Introduction to GPIO pins UART Port for User Features Command Reference Command Syntax The format to send an AT command is as follows: The received response is show in followings Returning system and error codes Command List AT Commands for Wi-Fi Setting Introduction Client Mode AP Mode Web Server AP Mode Client Mode AT Commands for Networking ATWZ (Read MAC message): ATWD(Disconnect from a network): ATWI (Ping Test): ATWP (Power on/off): ATWS (Scan for Network): ATWR (Scan for Network): ATW? (Show network information): ASDS (Set DNS Server IP): AGDS (Get DNS Server IP): AMDS (Set and Start MDNS ): TCP Client Socket ~ 2 ~

3 Sequence to create a Socket to connect to a dedicate IP: Close Client Socket: TCP Server Socket Sequence to a Socket to accept connections: Close Server Socket: UDP Client Socket Sequence to create a Socket to connect to a dedicate IP: Close UDP Socket: UDP Server Socket Sequence to a Socket to accept connections: Close UDP Socket: TCP and UDP Socket application Introduction: Create a connection to a TCP server: Accept a connection for a TCP client: Connection to UDP server: Accept connection for UDP client: Setting up a Secure (SSL)Connection AT Commands for System Setting ASLP (Deep Sleep): AVRR (Get Version Firmware& Hardware): ARST(Reset System): ACLR(Erase AP or Clien Wi-Fi information): ABUD(Set and query baud rate of the UART in user mode): Over-the-air (OTA) Update ATWO (For firmware update) Appendix A - UART Utility Screenshot Configuration Send AT Command Transmit Data Receive Data Appendix B - Reference ~ 3 ~

4 Manual History Date Releases Features 2016/10/04 V0.1.0 Initial Release 2017/01/03 V0.1.1 Updated AT command and FW OTA function for Ameba firmware V /06/15 V0.1.2 Updated AT command and FW OTA function for Ameba firmware V Section SSL command and usage changed. 2017/07/15 V0.1.3 Updated ACLC and ACLA to ACLR command and Figure2 and 3. ~ 4 ~

5 WG6611 AT command User s Guide 1. Introduction 1.1. Architecture Jorjin Low Power Wi-Fi WG6611 Module is able to be used as a standalone system with Wi-Fi internet capability or a Wi-Fi interface connecting to an existing MCU. The architectures of these two types are shown as follows: AT AT WG6611 WG6611 MCU Command Command (1) (2) Figure 1. Architectures of (1) standalone system and (2) Wi-Fi interface with an existing MCU. The details of how to use USB-URAT dongle to connect to WG6611 Module is shown in Figure 2. By using the dongle, one can send commands WG6611 modules and receives the responses from it. Figure 2. Using USB-URAT dongle to connect to WG6611 Module. ~ 5 ~

6 WG6611 AT command User s Guide 1.2. Module Features Figure 3. Connections of a WG6611 module and an MCU. 1. IC: RTL8711AM 2. Package: QFN56 3. External flash:2m bytes 4. I/O: GPIO pin 6 Reset/Default pin 1 UART command/data mode pin 1 UART PORT 1 JTAG PORT 1 5. AT command FW with UART baud rate default is ~ 6 ~

7 1.3. GPIO pins WG6611 AT command User s Guide Pin Out Definition The definitions of the GPIO pins of Jorjin WG6611 WiFi modules are listed in the following tables. Figure 4. Map for Jorjin WG6611 Module. ~ 7 ~

8 WG6611 AT command User s Guide PIN name PIN defined State Note GPIOA_3 UART_RTS Input PH GPIOA_5 UART_CTS Output PH GPIOA_6 UART_RX Input PH User UART GPIOA_7 UART_TX Output HI GPIOB_0 LOG_TX Output HI GPIOB_1 LOG_RX Input PH Debug UART GPIOB_2 IO Output PL GPIOB_3 IO Output PL GPIOC_0 IO Output PL GPIOC_1 IO Output PL GPIO GPIOC_2 IO Output PL GPIOC_3 IO Output PL GPIOC_4 GPIO INT Input PH GPIO GPIOC_5 GPIO INT Input PL GPIO GPIOE_0 JTAG_TRST Input PH GPIOE_1 JTAG_TDI Input PH GPIOE_2 JTAG_TDO Output PH JTAG GPIOE_3 JTAG_TMS/SWDIO Input PH GPIOE_4 JTAG_CLK/SWCLK Input PH Note : PH = Pull-High, PL=Pull-Low, HI = High-impedance Table 1. GPIO pin definition of Jorjin WG6611 Module Introduction to GPIO pins In the following, the GPIO pins with specified will introduced. Please refer [1] to see the details of those are not addressed GPIOC_4: GPIOC_4 can be used to reset the system and to clean the Wi-Fi setting (AP and Client Mode) by pulling GPIOC_4 from high to low keep over 100 ms to reset system. When pulling GPIOC_4 from high to low and keep over 5 seconds, the system will clean Wi-Fi setting. Notice that, only the Wi-Fi setting of the current Wi-Fi mode will be cleaned and the Wi-Fi mode will not change by the reset action GPIOC_5: GPIOC_5 is used for User UART Port. When it is pulled Hi, the port will be in Command Mode, in which AT Commands can be used. On the contrary, the port will be in Transparent Mode. ~ 8 ~

9 1.4. UART Port for User WG6611 AT command User s Guide Features UART port can be used to send AT commands or transfer data based on the pull-up/down of GPIOC_5(pull-up for Command Mode and pull-down for Transparent Mode, respectively). An AT command is only sent in the Command Mode and composed of ASCII Code. The interval between two characters of a command is 1ms and the interval between two AT Commands is 10ms. As for Transparent Mode, only the data is forwarded. For instance, when a TCP connection is constructed, a user can use UART port to send/receive the data to/from the peer via Wi-Fi, as indicated in Figure 5. The setting of the UART port is listed as follows: Default baud rate: 9600bps. 1. UART TX Pin = GPIOA_7 2. UARTRX Pin = GPIOA_6. Notice that when the data size is over 1.4 KB or no data is received during 50us, all data in buff will be sent out directly. Figure 5. Transparent Transmission via UART port. ~ 9 ~

10 WG6611 AT command User s Guide 2. Command Reference 2.1. Command Syntax The format to send an AT command is as follows: ATW0=SSID \r \n Data to send out: 0x41,0x54,0x57,0x30,0x3D,0x53,0x53,0x49,0x44,0x0D,0x0A The received response is show in followings Command send success OK\r \n Data to send out: 0x4F,0x4B,0x0D,0x0A Command send success and return messages OK:-70\r \n Data to send out: 0x4F,0x4B, 0x3A, 0x2D,0x37, 0x31,0x0D,0x0A Command send fail and return error messages ERR:0\r \n Data to send out: 0x45,0x52,0x52,0x3A,0x30,0x0D,0x0A ~ 10 ~

11 2.2. Returning system and error codes WG6611 AT command User s Guide Responding Status Code ASCII System Code 0 WIFI status disconnect 1 WIFI status connect 2 WIFI connect fail* 3 WIFI connect timeout* 4 AP mode start 5 AP mode stop 6 web mode start 7 web mode stop 8 WIFI auto connect* 9 socket open* 10 socket close* 11 OTA success 12 OTA fail ASCII Error Code 0 error parameter 1 error format 2 SSID empty 3 IP and port empty 4 WIFI start fail 5 AP start fail 6 WIFI connect fail 7 WIFI disconnect fail 8 WIFI scan fail 9 Ping timeout 10 socket initial fail 11 socket not exist 12 DNS timeout 13 Show network information fail 14 MDNS Initial Failed 15 Unknown Host ~ 11 ~

12 Note: message can show on data mode if marked as* Command List Wi-Fi Setting Commands Client Mode ATW0 Network Set SSID ATW1 Network Set Passphrase ATW2 Network Set Key ID ATWC Join a Network AP Mode ATW3 Set Access Point SSID ATW4 Set Access Point Security Key ATW5 Set Access Point Channel ATWA Activate Access Point ATWE Start Web Server Network Setting and Connecting Commands TCP & UDP Socket ATCP Set IP and Port to Start/Stop TCP Server or Client Mode AUDP Set IP and Port to Start/Stop UDP Server or Client Mode SSL Client ATCP Set IP and Port to connect SSL Server Network ATWZ MAC Address Read and Write ATWD Disconnect From a Network ATWI Ping Test ATWS Scan for Network Access Point ATWR Get RSSI of Associated Network Access Point ATW? Show Network Information ASDS Set DNS Server IP address AGDS Get DNS Server IP address AMDS Set Name and service to start MDNS System Commands ATWP Power On/Off Wi-Fi Module ASLP Deep Sleep AVRR Read Version Firmware & Hardware ARST Reset System WG6611 AT command User s Guide ~ 12 ~

13 ACLR ABUD ATWO Erase AP or Client Wi-Fi Information Set and query baud rate of the UART in user mode Over-the-air (OTA) Update WG6611 AT command User s Guide 3. AT Commands for Wi-Fi Setting 3.1. Introduction Jorjin WG6611 module has two modes, including AP mode and Client Mode. A device with WG6611 module in AP mode can be connected by the other devices WG6611 modules. Notice that, when in AP mode, the device is unable to connect to internet. Normally, AP mode is used by user to setup the device with WG6611 module so that the device can connect to an existing AP. The scenario of a WG6611 device in AP mode is shown in Figure 6. Figure 6. Scenario for WG6611 Module in AP Mode. WG6611 device in client mode can connect to an existing AP with Internet capability so that the device can send data to the Internet, as shown in Figure 7. ~ 13 ~

14 WG6611 AT command User s Guide Figure 7. Scenario for 8711AM Module in Client Mode Client Mode When trying to connect to an existing AP, you have to set the SSID and the passphrase of the AP first and then use command ATWC to connect to the AP. When connect to the existing AP, WG6611 module will receive a DHCP IP automatically. The commands are listed as follows: ATW0=SSID<CR> ATW1=passphrase<CR> ATW2=key id (key id range is 0~3, only needed for WEP mode) ATWC<CR> ATW0=JORJIN ATW1= ATWC The received response messages are as follows: Example (WEP mode): ATW0=JORJIN ATW1= ATW2=1 ATWC ~ 14 ~

15 The received response messages are as follows: WG6611 AT command User s Guide 3.3. AP Mode When acting as an AP, you have to set the SSID, passphrase, and the channel to use. Finally, use command ATWA to activate the setting. Users can connect to the AP by using the setting SSID and passphrase. ATW3=SSID(SSID length can't exceed 30 byte) ATW4=passphrase (passphrase length can't exceed 60 byte) ATW5=Channel (Channel range is 0~11) ATWA<CR> Example : ATW3=JORJIN ATW4= ATW5=5 ATWA If trying to set up the AP, you need to start the web server by using command ATWE after finishing the above setting. ATWE<CR> ATWE ~ 15 ~

16 3.4. Web Server WG6611 AT command User s Guide Web server of WG6611 Module works only on AP mode. After associating with the AP, as shown in Figure 88, and get right IP address, a client can open web browser and visit the web site by entering in the browser to get/set AP and Client settings. Figure 8. Connect to Ameba WG6611 WiFi Module AP Mode In the interface of SoftAP configuration, you can modify the SSID, Security Type, AP Password and Channel of the module. After submitting, the module will reboot to adapt the setting. Figure 9. Interface to setup Ameba 8711AM module for AP mode. Figure 10. Response after pressing submit button in AP mode ~ 16 ~

17 WG6611 AT command User s Guide Client Mode In the interface of SoftAP configuration, you can modify the STA SSID, and STA Password of upper tier AP that the module tries to connect. After submitting, the module will reboot to adapt the setting. Figure 11. Interface to setup Ameba 8711AM module Client mode. Figure 12. Response after pressing submit button in Client Mode. ~ 17 ~

18 WG6611 AT command User s Guide 4. AT Commands for Networking 4.1. ATWZ (Read MAC message): ATWZ=read_mac 4.2. ATWD(Disconnect from a network): ATWD 4.3. ATWI (Ping Test): ATWI=IP address[y] Comment: y = number of ECHO REQUEST packets. Ping an unused IP, e.g., ATWI= [5]. Message (Ping Success): Message (Ping fail): ~ 18 ~

19 WG6611 AT command User s Guide 4.4. ATWP (Power on/off): ATWP=1 Comment: 1 for Power on ATWP=1 ATWP=0 Comment: 0 for Power off ATWP= ATWS (Scan for Network): ATWS ATWS ATWS:SSID,MAC, SECURITY (report format) ~ 19 ~

20 WG6611 AT command User s Guide Table 2: Wi-Fi security algorithms mapping table ATWR (Scan for Network): ATWR ATWR 4.7. ATW? (Show network information): ATW? ATW? CODE:MODE,SSID,CHANNEL,SECURITY,PASSWORD,MAC,IP,GW,DNS Note: CL=client mode, AP= AP Mode, UN : unknow ~ 20 ~

21 4.8. ASDS (Set DNS Server IP): ASDS=n,IP Comment: n = Choose DNS server(1 or 2). IP = DNS server IP. ASDS=1, WG6611 AT command User s Guide ASDS=2, AGDS (Get DNS Server IP): AGDS=n Comment: n = Choose DNS server(1 or 2). AGDS=1 AGDS= AMDS (Set and Start MDNS ): ~ 21 ~

22 AMDS=name,services ; services=_ services._tcp Comment: n = Choose DNS server(1 or 2). AGDS=user_name,_http._tcp WG6611 AT command User s Guide TCP Client Socket Sequence to create a Socket to connect to a dedicate IP: ATCP=c,<IP>:<port><CR> /c:client; IP=IP or Domain Name; port=port Number/ ATCP=l,<IP><CR> /l:ssl Link; IP=IP or Domainame/ ATCP=c, :5001 AHML=GET / ATCP=c, ~ 22 ~

23 WG6611 AT command User s Guide Close Client Socket: ATCP=close<CR> /close:close TCP Socket/ TCP Server Socket Sequence to a Socket to accept connections: ATCP=s:<port><CR> /s:server; port=port Number/ ATCP=s: Close Server Socket: ATCP=close ~ 23 ~

24 WG6611 AT command User s Guide UDP Client Socket Sequence to create a Socket to connect to a dedicate IP: AUDP=c,<IP>:<port><CR> /c:client; IP=IP or Domain Name; port=port Number/ AUDP=c, : Close UDP Socket: AUDP=close AUDP=close UDP Server Socket Sequence to a Socket to accept connections: AUDP=s:<port><CR> /s:server; port=port Number/ ~ 24 ~

25 AUDP=s:5001 WG6611 AT command User s Guide Close UDP Socket: AUDP=close<CR> /close:close UDP Socket/ AUDP=close TCP and UDP Socket application Introduction: GPIOA_6 GPIOA_7 GPIOC_5 UART_RX UART_TX Command_Mode MCU Command_Mode(GPIOC_5) Hight Level Low Level Command Data Figure 13. Hardware setting of the application scenario Create a connection to a TCP server: Step 1. Switch user UART (reference GPIO pin definition) to Command mode (GPIOC_5 Hi level). Step 2. Connection TCP server (refer to 4.11). ~ 25 ~

26 WG6611 AT command User s Guide Step 3. Switch user UART to Data mode (GPIOC_5 Low level). Step 4. Start to transfer data transfer by using any networking tool. Figure 14. TCP/UDP tools to receive TCP packets from a 8711AM module Accept a connection for a TCP client: Step 1. Switch user UART (reference GPIO pin definition) to command mode(gpioc_5 Hi level). Step 2. Create a TCP socket with a given port to accept TCP connections (refer to 4.12). Step 3. Switch user UART to data mode (GPIOC_5 Low level). Step 4. Start to transfer data. ~ 26 ~

27 WG6611 AT command User s Guide Figure 15. TCP/UDP tools to send TCP packets to a 8711AM module Connection to UDP server: Step 1. Switch user UART (reference GPIO pin definition) to command mode(gpioc_5 Hi level). Step 2. Give the IP and PORT, then connect to a UDP server(refer to 4.13). Step 3. Switch user UART to data mode (GPIOC_5 Low level). Step 4. Start to Transfer data. ~ 27 ~

28 WG6611 AT command User s Guide Figure 16. UDP tools to receive UDP packets from a 8711AM module Accept connection for UDP client: Step 1. Switch user UART (reference GPIO pin definition) to command mode(gpioc_5 Hi level). Step 2. Start an UDP socket and wait for connections (Refer to 4.14). Step 3. Switch user UART to data mode (GPIOC_5 Low level). Step 4. Use UART to transfer data. ~ 28 ~

29 WG6611 AT command User s Guide Figure 17. UDP tools to send UDP packets to a 8711AM module Setting up a Secure (SSL)Connection ATCP = l,host NAME Comment: 1. Connect to a SSL server. 2. l is L lower case. 3. Use Uartutility tool v4.0. ATCP=I, Switch to Data Mode GET / HTTP/1.1 then click Enter twice. Then press button Send block ~ 29 ~

30 5. AT Commands for System Setting 5.1. ASLP (Deep Sleep): WG6611 AT command User s Guide ASLP=sec Comment: sec is seconds for the module to be in the deep sleep mode. It can be set form 0 to 3600.sec=0 indicates that the module will be in the deep sleep mode forever and only CHIP_EN pin can be used to wake up the system. ASLP=0 ASLP= AVRR (Get Version Firmware& Hardware): AVRR = [F, H] Comment: F:Firmwareversion, H: Hardware version. AVRR =F AVRR:SDK + firmware Version(report format) AVRR =H ~ 30 ~

31 WG6611 AT command User s Guide *No version information is set in the system ARST(Reset System): ARST ARST 5.4. ACLR(Erase AP or Clien Wi-Fi information): ACLR=[AP, CL] ACLR=AP ACLR=CL Erase AP connection Erase Client connection 5.5. ABUD(Set and query baud rate of the UART in user mode): Set baud rate of the UART in user mode. ABUD=baud rate(9600 bps ~ bps) Comment: Default baud rate is 9600 bps. ABUD= ~ 31 ~

32 Query the current baud rate of the UART in user mode. WG6611 AT command User s Guide ABUD=? ABUD=? ~ 32 ~

33 WG6611 AT command User s Guide 6. Over-the-air (OTA) Update 6.1. ATWO (For firmware update) 1. Put the firmware image file in the folder where the Download Server locates. 2. Edit batch file start.bat to indicate the port and the firmware image file. For the example in the following figure, the port is set to 8082 and the image file is ota.bin, as show in the following figure. Figure 18. Files used for OTA update. Figure 19. The modification of start.bat for OTA update. 3. After executing start.bat, a server is up and waiting for client s request. Figure 20. OTA server waiting for client s request 4. Connect to AP and make sure that the Ameba module and the computer that have the OTA server connect to the same AP 5. Enter command to perform OTA update: ATWO=IP[PORT]. ~ 33 ~

34 WG6611 AT command User s Guide 6. Starting update.after finishing downloading image, device will be auto-rebooted and the boot loader will load new image if it exist. If the update finishes, you can see the progress in OTA server side, as shown in Figure 21. The result of the OTA update will be indicated in the UART console, as indicated in UART log: Update success: Figure 21. OTA update progress shown in OTA server side. Update fail: ~ 34 ~

35 7. Appendix A - UART Utility WG6611 AT command User s Guide 7.1. Screenshot 7.2. Configuration User has to ensure the port number and baud rate in area 1 are correct for the COM port, before clicking Connect button. RTS status shows the state of MODE pin Send AT Command User can send AT command in area 2. Please be noted that the line feed is needed for each command for this application, therefore, please tick Add Line Feed The. utility will automatically changes the state of MODE pin, when clicking Send CMD button. ~ 35 ~

36 7.4. Transmit Data WG6611 AT command User s Guide The data, e.g. HTTP command, could be sent in area 3. If the same data needs to be transmitted periodically, user can tick Auto option of Active Type and set the time interval Receive Data The command response, system information and control signal etc. will be shown in area 4. Hex code is displayed in the left hand side, whereas the ASCII is shown in the right hand side. 8. Appendix B - Reference [1] AT Command Application Note, Realtek, August 25, ~ 36 ~

AT Command Version 2.1 Application Note. This document provides information for controlling Ameba through external UART.

AT Command Version 2.1 Application Note. This document provides information for controlling Ameba through external UART. AT Command Version 2.1 Application This document provides information for controlling Ameba through external UART. Table of Contents 1 Introduction... 4 1.1 Compile guide... 4 1.2 Setup guide... 4 1.3

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

Ameba RTL8195AM+ALC5680 Smart Voice 2-Mic Development Kit User Guide for Baidu DuerOS

Ameba RTL8195AM+ALC5680 Smart Voice 2-Mic Development Kit User Guide for Baidu DuerOS Ameba RTL8195AM+ALC5680 Smart Voice 2-Mic Development Kit User Guide for Baidu DuerOS Realtek Semiconductor Corp. No. 2, Innovation Road II, Hsinchu Science Park, Hsinchu 300, Taiwan Tel.: +886-3-578-0211.

More information

Realtek Ameba-1 Power Modes

Realtek Ameba-1 Power Modes Realtek Ameba-1 Power Modes Table of Contents 1 Power State... 3 1.1 Deep Sleep Mode... 3 1.2 Deep Standby Mode... 4 1.3 Sleep Mode... 4 1.3.1 Wakeup from sleep mode by UART... 4 1.3.1.1 Solution A, select

More information

eztcp Configuration Software ezmanager Manual Version 1.9 Sollae Systems Co., Ltd.

eztcp Configuration Software ezmanager Manual Version 1.9 Sollae Systems Co., Ltd. eztcp Configuration Software ezmanager Manual Version 1.9 Sollae Systems Co., Ltd. http://www.eztcp.com Contents 1 Overview... - 4-1.1 Overview... - 4-1.2 Available products... - 4-2 Window Composition...

More information

User guide of Google Nest s cloud database

User guide of Google Nest s cloud database User guide of Google Nest s cloud database The example guides how to import and get data from Google Nest s cloud database through Ameba and some simple Javascript and Java examples. Table of Contents

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

Firmware Reprogramming Guide

Firmware Reprogramming Guide 8 July. 2016 1 UART Connection Hardware Setup Modules and adaptors may be reprogrammed using the procedure detailed in this document. Normally, our platforms will be delivered with the final firmware already

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

Aport-213 One Port Serial-to-WiFi Gateway User s Guide

Aport-213 One Port Serial-to-WiFi Gateway User s Guide Aport-213 One Port Serial-to-WiFi Gateway User s Guide Version: 1.01 2018 APR. Copyright Artila Electronics Co., Ltd. All Rights Reserved Aport-213 User s Guide Trademarks The Artila logo is a registered

More information

Programming User Guide Version 2.2

Programming User Guide Version 2.2 Programming User Guide Version 2.2 1 Copyright 2013-2017 Feasycom Technology Co., Ltd. All Rights Reserved. Revision History Version Date Notes Author 1.0 2017/6/15 First Release Jerry 1.4 2017/8/17 Add

More information

WS2118/WS2119 EVB AT CMD USER GUIDE. Version: A module/product solution provider. Center Supervisor Joshua Guo Louis Lee Austin Huang

WS2118/WS2119 EVB AT CMD USER GUIDE. Version: A module/product solution provider. Center Supervisor Joshua Guo Louis Lee Austin Huang A module/product solution provider WS2118/WS2119 EVB AT CMD USER GUIDE Version: 1.0.2 SW Engineer SW Supervisor Center Supervisor Joshua Guo Louis Lee Austin Huang Copyright JORJIN TECHNOLOGIES INC. LIMITED

More information

G3P-WiFi User Manual Release 1.2

G3P-WiFi User Manual Release 1.2 G3P-WiFi User Manual Release 1.2 Last Update 25/11/2014 1 Appendix Order Codes... 3 Release History... 3 Release 1.0... 3 Release 1.1... 3 Release 1.2... 3 GENERAL FEATURES... 3 1 Tools to begin... 4 1.1

More information

Programming User Guide Version 2.0

Programming User Guide Version 2.0 Programming User Guide Version 2.0 1 Copyright 2013-2017 Feasycom Technology Co., Ltd. All Rights Reserved. Revision History Version Data Notes Author 1.0 2017/6/15 First Release Jerry 1.4 2017/8/17 Add

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

WIZ-SM10 Datasheet. ( Version 0.1 ) 2010 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at

WIZ-SM10 Datasheet. ( Version 0.1 ) 2010 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at WIZ-SM0 Datasheet ( Version 0. ) 00 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at http://www.wiznet.co.kr WIZ-SM0 Datasheet (WIZnet Co., Ltd.) Document Revision History

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

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

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

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

WizFi250 Programmer's Guide

WizFi250 Programmer's Guide 2014/03/11 17:54 1/78 Overview This document provides programmers with all commands and explanations about WizFi250 control. Basically programmers can control WizFi250 with commands set, known as AT command

More information

ezconfig User s Manual

ezconfig User s Manual eztcp Configuration Program ezconfig User s Manual Version 1.2 2009-09-23 Sollae Systems Co., Ltd. http://www.sollae.co.kr Contents Contents... - 1-1 Overview... - 4-1.1 Overview... - 4-1.2 Related Products...

More information

BLUEGIGA WI-FI SOFTWARE

BLUEGIGA WI-FI SOFTWARE BLUEGIGA WI-FI SOFTWARE API DOCUMENTATION Tuesday, 2 June 2015 Version 2.2 Table of Contents 1 Version History - WF121 SW API 5 2 Introduction to Bluegiga Wi-Fi software 7 2.1 Bluegiga Wi-Fi Stack 7 2.2

More information

(1) Device Management tool: enables you to remotely manage AX220xx RS232-to-WiFi devices.

(1) Device Management tool: enables you to remotely manage AX220xx RS232-to-WiFi devices. 1 / 11 Quick Start This chapter provides a high level overview of AXR2W installation and configuration. For detailed introduction about this utility you can refer to AX220xx RS232-to-WiFi Reference Design

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

SSE232-LE Serial Server- User s Manual

SSE232-LE Serial Server- User s Manual www.exemys.com Rev.6 1 Products are in constant evolution to satisfy our customer needs. For that reason, the specifications and capabilities are subject to change without prior notice. Updated information

More information

BLUEGIGA WI-FI SOFTWARE

BLUEGIGA WI-FI SOFTWARE BLUEGIGA WI-FI SOFTWARE API DOCUMENTATION Thursday, 24 November 2016 Version 3.0 Table of Contents 1 Version History - WF121 SW API 5 2 Introduction to Bluegiga Wi-Fi software 7 2.1 Bluegiga Wi-Fi Stack

More information

Industrial Serial Device Server

Industrial Serial Device Server 1. Quick Start Guide This quick start guide describes how to install and use the Industrial Serial Device Server. Capable of operating at temperature extremes of -10 C to +60 C, this is the Serial Device

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

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

Session 4. Embedded Wireless LAN Module. (WizFi210/220) Ultra Low Power. WIZnet EU 2012 MARCH - 1 -

Session 4. Embedded Wireless LAN Module. (WizFi210/220) Ultra Low Power. WIZnet EU 2012 MARCH - 1 - Session 4 Ultra Low Power Embedded Wireless LAN Module (WizFi210/220) WIZnet EU - 1-2012 MARCH Contents Wi-Fi Product Roadmap Specification WizFi210 Feature WIZnet Wi-Fi module comparison Target Application

More information

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation.

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation. Embedded Modbus TCP Module GS11-MT User Manual REV 1.1 SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 About the Embedded Module... 4 1.1 General...4 1.2 Features... 4 1.3 Specifications...4

More information

Wi-Fi Modules. Turnkey Solution for the Internet of Things

Wi-Fi Modules. Turnkey Solution for the Internet of Things Wi-Fi Modules Turnkey Solution for the Internet of Things Connectivity for a Wide Range of Applications Internet of Things (IoT) 2 Sub-1GHz Power Line The right technology to be chosen by evaluating application

More information

kcenergy User Guide Introduction Hardware

kcenergy User Guide Introduction Hardware Introduction Our kcenergy firmware provides an embedded Bluetooth Low Energy (BLE) system on a small footprint preengineered module. The firmware is written for the CSR1010 chipset. kcenergy provides the

More information

Getting Familiar with Wi-Fi Scanner

Getting Familiar with Wi-Fi Scanner Getting Familiar with Wi-Fi Scanner Thank you for choosing Cino FuzzyScan Wi-Fi Cordless Scanner. Powered by the 802.11 WLAN technology, it is not only easily integrated into an existing enterprise wireless

More information

EGW1-IA3-MB User s Manual

EGW1-IA3-MB User s Manual www.exemys.com Rev. 0 1 Products are in constant evolution to satisfy our customer needs. For that reason, the specifications and capabilities are subject to change without prior notice. Updated information

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

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

User Manual V1.2 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 White box: Dimension: 10 x 5.5 x 5 (cm) Weight: 122 g WiFi RS-232

More information

USR-TCP User Manual

USR-TCP User Manual USR-TCP232-302 User Manual File Version: V1.0.3.01 1 Contents USR-TCP232-302 User Manual...1 Features...3 1. Get Start...4 1.1. Application Diagram...4 1.2. Hardware Design...5 1.2.1. Hardware Dimensions...5

More information

HOME AUTOMATION, INC. Model 93A00-1. Serial Server. User s Manual

HOME AUTOMATION, INC. Model 93A00-1. Serial Server. User s Manual HOME AUTOMATION, INC. Model 93A00-1 Serial Server User s Manual Document Number 93I00-1 Rev. A December, 2009 Introduction The 93A00-1 is a RS232/RS485 to TCP/IP converter integrated with a robust system

More information

Ethernet to RS-422/485 adapter user manual

Ethernet to RS-422/485 adapter user manual Ethernet to RS-422/485 adapter user manual Ethernet to RS-485 adapter Package Contents: Ethernet RS-485 adapter x 1 A4 User manual x 1 USB Cable x 1 White Box Dimension: 11 x 6 x 5 (cm) Total Package Weight:

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

USR-TCP User Manual

USR-TCP User Manual USR-TCP232-306 User Manual File Version: V1.0.1.01 1 Contents USR-TCP232-306 User Manual...1 Features...3 1. Get Start...4 1.1. Application Diagram...4 1.2. Hardware Design...5 1.2.1. Hardware Dimensions...5

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

BitPipe Cellular Dev- Kit

BitPipe Cellular Dev- Kit BitPipe Cellular Dev- Kit Rev 1.2 2018-03-19 Table of Contents Table of Contents... 2 Table of figures... 3 1 Revision history... 4 2 Introduction... 4 3 Included Material... 4 4 BitPipe Development Kit

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

UG160: Wizard Gecko BGTool User's Guide

UG160: Wizard Gecko BGTool User's Guide UG160: Wizard Gecko BGTool User's Guide This user's guide walks you through the basic uses of the BGTool. This tool allows the developer to quickly test and evaluate Silicon Lab s Wizard Gecko Wi-Fi Module

More information

WF121: b/g/n module. Product Presentation

WF121: b/g/n module. Product Presentation WF121: 802.11 b/g/n module Product Presentation Topics Key features Benefits WF121 overview The Wi-Fi software stack Evaluation tools Certifications Use cases Key features WF121: Key features 802.11 b/g/n

More information

Freescale Semiconductor Inc. TWRWIFIGS1500MLAB. TWR-WIFI-GS1500M Lab Guide Rev. 1

Freescale Semiconductor Inc. TWRWIFIGS1500MLAB. TWR-WIFI-GS1500M Lab Guide Rev. 1 Freescale Semiconductor Inc. TWRWIFIGS1500MLAB TWR-WIFI-GS1500M Lab Guide Rev. 1 Contents 1 Purpose... 3 2 Configure Hardware... 4 3 Configure Software... 6 4 Running the Demos... 7 5 Troubleshooting...

More information

WizFi250 Programmer's Guide

WizFi250 Programmer's Guide 1/85 Overview This document provides programmers with all commands and explanations about WizFi250 control. Basically programmers can control WizFi250 with commands set, known as AT command the character

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

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

ETH to 232 (A) User Manual

ETH to 232 (A) User Manual ETH to 232 (A) User Manual ETH to 232 (A) is data transparent transmission equipment for convert TCP or UDP socket data to RS232, small size, low power, powered by ARM processors, high speed, high Stability.

More information

LiteStation2 LiteStation5 User s Guide

LiteStation2 LiteStation5 User s Guide LiteStation2 LiteStation5 User s Guide Contents Contents... 2 Introduction... 3 Quick Setup Guide... 4 Configuration Guide... 8 Main Settings... 9 Link Setup... 10 Basic Wireless Settings... 10 Wireless

More information

Bluegiga Wi-Fi Software 9/19/2013 1

Bluegiga Wi-Fi Software 9/19/2013 1 Bluegiga Wi-Fi Software 9/19/2013 1 Table of Contents Key Features Benefits Wi-Fi Software Architecture Use cases 9/19/2013 2 Key Features IEEE 802.11 features 802.11 b/g/n 802.11d STA mode AP mode* Security

More information

ICP DAS IOP760AM FAQ. FAQ Version ICP DAS Co., Ltd

ICP DAS IOP760AM FAQ. FAQ Version ICP DAS Co., Ltd ICP DAS IOP760AM FAQ FAQ Version.0 ICP DAS Co., Ltd. 08-- Table of Contents Q: How do I connect IOP760AM without Wi-Fi router?... Q: The roaming interval is not stable. How to make it better?... Q: How

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

HF-LPB300 Low Power WiFi Module User Maunal V 1.0

HF-LPB300 Low Power WiFi Module User Maunal V 1.0 HF-LPB300 Low Power WiFi Module User Maunal V 1.0-1 - TABLE OF CONTENTS LIST OF FIGURES... 3 LIST OF TABLES... 3 HISTORY... 3 PRODUCT OVERVIEW... 4 General Description... 4 Device Features... 4 Device

More information

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

USR-W600 User Manual. File Version: V Jinan USR IOT Technology Limited 1 USR-W600 User Manual File Version: V1.0.6.01 1 Contents USR-W600 User Manual... 1 Features... 3 1.Get Start...4 1.1.Application Diagram... 4 2.Product Functions...5 2.1.WIFI mode... 5 2.1.1.STA mode...5

More information

UART Interface Wlan Adapter Application Note

UART Interface Wlan Adapter Application Note Interface Wlan Adapter Application Note This document provides the SDK guideline for building up an application that use popular interface to connect with Ameba and send/receive data via Ameba WLAN interface.

More information

kcenergy User Guide DRAFT EDITION Introduction Serial Data Communications Hardware Supported Bluetooth Profiles

kcenergy User Guide DRAFT EDITION Introduction Serial Data Communications Hardware Supported Bluetooth Profiles DRAFT EDITION Introduction Our kcenergy firmware provides an embedded Bluetooth Low Energy (BLE) system on a small footprint preengineered module. The firmware is written for the CSR1010 chipset. kcenergy

More information

SN8000 EVK User Guide

SN8000 EVK User Guide SN8000 EVK User Guide Version: 1.1 Release Date: October 11, 2014 Note: Murata Electronics N.A, Inc (Murata) reserves the right to make changes in specifications at any time and without notice. The information

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

Pmod ESP32 Reference Manual

Pmod ESP32 Reference Manual Pmod ESP32 Reference Manual The Digilent Pmod ESP32 features a radio with support for 802.11 b/g/n Wifi and dualmode Bluetooth. This module is perfect for connecting your FPGA or microcontroller projects

More information

EH-MC-10. Command Interface User Guide. Ver 1.3

EH-MC-10. Command Interface User Guide. Ver 1.3 _ EH-MC-10 Command Interface User Guide Ver 1.3 2014. 4. 9 ShangHai Ehong Technology Inc _ Version Date Comments V1.0 2012-12-09 Release V1.1 2013-03-02 Add ibeacon AT command V1.2 2013-04-02 Add Soc air

More information

PowerStation2 LiteStation2 LiteStation5 User s Guide

PowerStation2 LiteStation2 LiteStation5 User s Guide PowerStation2 LiteStation2 LiteStation5 User s Guide Copyright 2007 Ubiquiti Networks Inc. All rights reserved. Contents INTRODUCTION...2 QUICK SETUP GUIDE...3 CONFIGURATION GUIDE...7 Main Settings...8

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

Wireless LAN Device Series CPE2615. User Manual. v

Wireless LAN Device Series CPE2615. User Manual. v Wireless LAN Device Series CPE2615 User Manual v20080312 Preface To use this guide, you should have experience working with the TCP/IP configuration and be familiar with the concepts and terminology of

More information

MDNET-5W. Wi-Fi/Ethernet/RS485 Converter Operation Manual. Version /03/24

MDNET-5W. Wi-Fi/Ethernet/RS485 Converter Operation Manual. Version /03/24 MDNET-5W Wi-Fi/Ethernet/RS485 Converter Operation Manual Version 01.00 2016/03/24 I. Features & Specification Features: Connect RS485 devices to Ethernet or Wi-Fi network Connect Ethernet device to Wi-Fi

More information

ArduCAM CC3200 UNO board

ArduCAM CC3200 UNO board ArduCAM CC3200 UNO board User Guide Rev 1.2, Mar 2017 Table of Contents 1 Introduction... 2 2 Features... 3 3 Pin Definition... 4 4 Getting Started CC3200 with Energia... 5 4.1 Out of the Box Test... 5

More information

Wireless LAN Device Series CPE2615. User Manual. v

Wireless LAN Device Series CPE2615. User Manual. v Wireless LAN Device Series CPE2615 User Manual v20081230 Preface To use this guide, you should have experience working with the TCP/IP configuration and be familiar with the concepts and terminology of

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

WIZ140SR/WIZ145SR Datasheet

WIZ140SR/WIZ145SR Datasheet WIZ140SR/WIZ145SR Datasheet ( Version 0.9 ) 2010 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at http://www.wiznet.co.kr WIZ140SR/WIZ145SR Datasheet (WIZnet Co., Ltd.)

More information

USR-LG220-L User Manual

USR-LG220-L User Manual USR-LG220-L User Manual File Version: V1.0.6.01 1 Contents USR-LG220-L User Manual... 1 Features... 3 1.Get Start... 4 1.1.Product introduction... 4 1.2.Basic parameters... 4 1.3.Application diagram...

More information

Added released version binaries for TR-CPQ, TR-SL2, TR-SL5, TR-SL9, TR-6, TR-5a, TR- FDD, TR-4.9, TR-Multi, and TR-90X

Added released version binaries for TR-CPQ, TR-SL2, TR-SL5, TR-SL9, TR-6, TR-5a, TR- FDD, TR-4.9, TR-Multi, and TR-90X Upgrading using TRUMP New version of TRUMP has been released to support Tranzeo WiFi radio product binaries up to and including version 5.0.7. TRUMP is Tranzeo s Remote Upgrade Management Program, which

More information

Overview. Introduction. Key Features

Overview. Introduction. Key Features PHPoC WiFi Shield For Arduino > Overview Overview Introduction PHPoC WiFi Shield for Arduino connects Arduino to Wi-Fi networks. Attach this board over Arduino, and connect a WIFI dongle. After a simple

More information

Communication adapter RS232 over the Wi-Fi ELO E231. User manual

Communication adapter RS232 over the Wi-Fi ELO E231. User manual Communication adapter RS232 over the Wi-Fi ELO E231 User manual Table Of Content: 1.0 Introduction...3 1.1 Application...3 2.0 How does it works?...4 3.0 Installation...4 3.1 Wi-Fi connection...4 3.2 RS-232

More information

ECOV-110 User s Manual

ECOV-110 User s Manual ECOV-110 User s Manual 1. Product Introduction 2. Windows Utility 3. Web Console 4. Command Mode 5. Connection Test Appendix A. ECOV-110 Firmware upgrade ECOV-110 1. ECOV-110 Product Introduction: 1.1.

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

GreenEye Monitor. GEM Communication Setup Manual. For GEM model: GEM-W. (Wifi Only Option)

GreenEye Monitor. GEM Communication Setup Manual. For GEM model: GEM-W. (Wifi Only Option) GreenEye Monitor GEM Communication Setup Manual For GEM model: GEM-W (Wifi Only Option) Document Code: COM-W Ver 1.7 2013-10-23 Copyright Brultech Research Inc. 2013 Introduction CONTENTS 1 Introduction...

More information

CONFIGURATION MANUAL. English version

CONFIGURATION MANUAL. English version CONFIGURATION MANUAL English version Frama F-Link Configuration Manual (EN) All rights reserved. Frama Group. The right to make changes in this Installation Guide is reserved. Frama Ltd also reserves the

More information

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide Web configuration reference guide 6623-3201 MRD-310 MRD-330 Westermo Teleindustri AB 2008 3G Cellular Modem / Router Web configuration reference guide www.westermo.com Table of Contents 1 Basic Configuration...

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

WiFi A/V Module. (Model: WM-CAM)

WiFi A/V Module. (Model: WM-CAM) WiFi A/V Module (Model: WM-CAM) A/V module: Array size: 1200x1600 (UXGA) Optical format: 1/4 Image transfer rate: UXGA/SXGA @15fps; SVGA@30fps; CIF@60fps WM-module embedded a Single Chip Micro-controller

More information

USR-TCP Serial Device Server

USR-TCP Serial Device Server USR-TCP232-310 Serial Device Server File version: V1.0.0 USR-TCP232-310 is the low-cost version of Serial Device Server.It is an embedded serial networking module, whose function is to realize bidirectional

More information

UART data s integrity UART frame control Agenda Power save management TCP maintenance settings Multiple AP roaming and dual mode Firmware update mode,

UART data s integrity UART frame control Agenda Power save management TCP maintenance settings Multiple AP roaming and dual mode Firmware update mode, UART data s integrity UART frame control Agenda Power save management TCP maintenance settings Multiple AP roaming and dual mode Firmware update mode, MFG mode UART data s integrity UARTWi-Fi data conversion

More information

AplombTech Smart Router Manual

AplombTech Smart Router Manual AplombTech Smart Router Manual (Version: 1.0) 1 Version & Purpose Version Manual version V 1.0 Explanation Corresponds to the initial version of device Purpose This manual describes the function features

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

Reference Manual. mxchipwnet TM -DTU firmware. UART <> Wi-Fi Firmware. 4.0 Date: Reference manual. Overview

Reference Manual. mxchipwnet TM -DTU firmware. UART <> Wi-Fi Firmware. 4.0 Date: Reference manual. Overview mxchipwnet TM -DTU firmware Reference Manual mxchipwnet-dtu UART Wi-Fi Firmware 4.0 Date:2013-09-25 Reference manual Overview mxchipwnet TM firmware is a software system running run on EMW Wi-Fi modules

More information

WIFLY SERIAL ADAPTER RN-370 & RN-374

WIFLY SERIAL ADAPTER RN-370 & RN-374 WiFly Serial Adapter Install Guide WiFly Serial Adapter_bp-ig 8/0/09 WIFLY SERIAL ADAPTER RN-70 & RN-7 Battery Powered 80. b/g Serial Adapter Install Guide and User Manual Version.00 Sept 9 th 009 Copyright

More information

Security SSID Selection: Broadcast SSID:

Security SSID Selection: Broadcast SSID: 69 Security SSID Selection: Broadcast SSID: WMM: Encryption: Select the SSID that the security settings will apply to. If Disabled, then the device will not be broadcasting the SSID. Therefore it will

More information

CC3100 SimpleLink Wi-Fi Network Processor and Internet-of-Things Solution for MCU Applications

CC3100 SimpleLink Wi-Fi Network Processor and Internet-of-Things Solution for MCU Applications CC3100 SimpleLink Wi-Fi Network Processor and Internet-of-Things Solution for MCU Applications Pre-production devices and Software Development Kit (SDK) v0.5.1 Release Notes PAGE: 1/15 TABLE OF CONTENTS

More information

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011

RN-174. WiSnap M2 Super Module. Features. Description. Applications. ~ page 1 ~ rn-174-ds v1.1 6/1/2011 WiSnap M2 Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (RN-174-C), PCB Trace antenna (RN-174-P), wire antenna (RN- 174-W) and

More information

XT200 Intelligent Network Router

XT200 Intelligent Network Router XT200 Intelligent Network Router Installation Manual V0103 SYRIS Technology Corporation 12F, NO.12 Sec. 1, Taijunggang Rd. Taichung city, Taiwan(403) TEL: 04-2207-8888 FAX: 04-2207-9999 Email:service@syris.com

More information

DWR G Integrated Access Device. User Manual

DWR G Integrated Access Device. User Manual DWR-923 4G Integrated Access Device User Manual TABLE OF CONTENTS 1. GETTING TO KNOW THE DWR-923... 2 1.1 Introduction... 2 1.2 Package Contents... 3 1.3 System Requirements... 3 1.4 Hardware Overview

More information

DEMO XTR-8LR100 DEMO XTR-8LR10 User Manual

DEMO XTR-8LR100 DEMO XTR-8LR10 User Manual 0 Picture 1: Demo board XTR-8LR100 Picture 2: Demo board XTR-8LR10 DEMO-BOARD XTR-8LR100 (Picture 1) e DEMO-BOARD XTR-8LR10 (Picture 2) is an evaluation board of the transceiver module XTR-8LR100 and module

More information

DFRobot BLE4.1 Module SKU: TEL0120

DFRobot BLE4.1 Module SKU: TEL0120 DFRobot BLE4.1 Module SKU: TEL0120 Introduction BLE4.1 Module is DFRobot newly developed Bluetooth 4.1 transmission module, adhering to the same usage of Bluno, and increasing the star network function,

More information

BLE Command Line Interface Document

BLE Command Line Interface Document BLE Command Line Interface Document BLE Command Line Interface Sheet 1 of 31 V1.18 Nov 11, 2016 Index: 1. Introduction... 6 Supported Platform... 7 Reference... 7 2. Commands Status Responses... 8 2.1

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

RN-111B-EVAL IGRN111B-EVAL 3/10/2009. WiFly evaluation Kit. Features. Description. Getting Started

RN-111B-EVAL IGRN111B-EVAL 3/10/2009. WiFly evaluation Kit. Features. Description. Getting Started WiFly evaluation Kit Features Contains all hardware and software components required to configure and setup Roving Networks WiFly 802.11 modules. Supprts Windows based computers via serial or USB interface.

More information