Getting Started with the RN-XV WiFly

Size: px
Start display at page:

Download "Getting Started with the RN-XV WiFly"

Transcription

1 1 Introduction Getting Started with the RN-XV WiFly October, 2018 Revision 3 This guide will introduce you to using the RN-XV (or RN-171-XV) WiFly wireless LAN module with the Arduino UNO via the Wireless Proto Shield. 1.1 What s Covered This guide will teach you the following: Some general information concerning the hardware involved How to connect the WiFly to the Arduino How to configure the WiFly using only the Arduino s USB to serial interface How to establish a connection between the WiFly and a WLAN access point 1.2 What You ll Need A computer with Arduino IDE installed A USB A to Mini-B cable Arduino UNO Arduino Wireless Proto Shield RN-XV WiFly module WiFi router 2 Hardware Overview 2.1 RN-XV WiFly The WiFly is a Microchip Technology, Inc. (formerly Roving Networks) RN-171 module mounted on a break-out board. Three status LEDs are provided to relay information to user. See Table 2 for a summary of their functions. 1

2 Table 1: WiFly Status LED Summary Condition Red LED (D3) Yellow LED (D2) Green LED (D1) On solid Connected over TCP Fast Blink Not associated Data Transfer No IP address Slow Blink Associated, no Internet IP address OK Off Associated, Internet OK * Table duplicated from [1] 2.2 Wireless Proto Shield The hardware connection between the WiFly and Arduino is accomplished using the Wireless Proto Shield. This Shield has two rows of headers for the WiFly to plug into, a Serial Select Switch, a Reset button and some status LEDs Serial Select Switch The Serial Select Switch connects the WiFly on the Wireless Proto Shield to either one of two devices on the Arudino board: the microcontroller or the USB-to-Serial chip. The USB position allows the WiFly to connect directly to a computer using the USB-to-Serial chip so that it may be configured. The MICRO position connects it to the Arduino s ATmega328P microcontroller for normal operation. Please note that the switch has to be in the USB position to program the Arduino while the Wireless Proto Shield is attached. Figure 1: The Serial Select Switch Table 2: Serial Select Switch Function Summary Position Connection Usage USB WiFly < > USB-to-Serial chip Configuring WiFly using a computer MICRO WiFly < > Arduino microcontroller Normal operation The Arduino cannot be programmed with the switch in this position October, UG-WFLY Rev. 3

3 3 Using the WiFly 3.1 Preparing the Hardware 1. Connect Wireless Proto Shield, Arduino and WiFly together. 2. Using a jumper, short the Reset and GND positions on the WiFly Proto Shield s header as shown in Figure 2. This will hold the Arduino in reset while the WiFly is being configured. 3. Move the Serial Select Switch to USB position. 4. Connect the Arduino to the computer. Figure 2: Shorting Reset to GND 3.2 Configuring the WiFly Entering Command Mode The WiFly has two modes: Data mode and Command mode. Data mode is the normal operating mode of the WiFly and it will output status messages over its serial interface while in this mode. Command mode is used to configure the WiFly. To enter Command do the following: 1. Open the Arduino IDE and bring up the Serial Monitor from the Tools menu 2. Ensure that No Line Ending and 9600 baud are selected 3. Type $$$ in the input field and hit Send; the WiFly will respond with CMD as in Figure 3. Additionally, its green status LED will begin blinking rapidly to indicate that it is in Command mode. 4. The WiFly will only accept commands if they are followed by Carriage Return, so change that setting now. In general, the WiFly will return AOK for most commands, and ERR for invalid commands October, UG-WFLY Rev. 3

4 Figure 3: Successfully Entering Command Mode Factory Reset If the WiFly s configuration is in an unknown state, it s a good idea to perform a Factory Reset and name the device before going any further. 1. Enter Command mode 2. Send factory RESET 3. Send reboot to restart the device and save the default settings 4. Re-enter command mode 5. Send set opt deviceid <string> where <string> is the name your WiFly will have on the network 6. Send save 7. Send reboot Connecting to an Access Point Connecting to an access point is accomplished by doing the following: 1. Enter Command mode 2. Send set wlan ssid <string> where <string> is the name of the access point you wish to connect to 3. Send set wlan join 1 so that the WiFly connects automatically after rebooting 4. Send save 5. Send reboot to restart the device to connect to access point October, UG-WFLY Rev. 3

5 3.2.4 Verifying the Connection Now that the WiFly is connected to an access point, use get ip a to verify that the WiFly has been assigned an IP address by the router. Table 3: Some Useful Commands Command Description get mac returns the WiFly s MAC address (can be obtained anytime, no WLAN connection necessary) get ip returns the IP address and the port the WiFly is listening on, along with other settings get ip a returns the IP address only get wlan display information about the current WLAN connection set ip localport 1025 change the port the WiFly listens on to 1025 (default is 2000) join connect to the access point saved in the WiFly s configuration leave disconnect from the access point See [2] For a complete description of the WiFly s commands 3.3 Communicating with the WiFly via TCP over WiFi For this part of the guide, you ll need to connect your computer to the same WiFi access point as the WiFly. In Windows 1, open a command prompt and begin a telnet session by typing telnet and hitting the enter key. The prompt will change to say Mircrosoft Telnet. Now, do the following: 1. Issue o <ip address> 2000 (<ip address> will have the form X.X) to connect to the WiFly 2. Once connected, type some characters into the prompt; they should show up in Arduino IDE s serial monitor 3. Send some characters through the serial monitor as well, they ll show up in the telnet session 3.4 Communicating with the WiFly via the Mercury Competition Router This time, the WiFly will connect to the competition router and your computer will connect to the internet via another access point; that is they will be on separate networks. 1. Get your WiFly s MAC address using get mac 2. Change the port it listens on using set ip localport <port>, where <port> is a four digit number 3. Give the MAC and port number to the person running the router, they will tell you the public IP and port to connect to 4. Once your WiFly is whitelisted on the router, it will connect 5. Telnet into the WiFly using the public IP and port you ve been assigned 1 Telnet has to be enabled in Window 10 October, UG-WFLY Rev. 3

6 References [1] Roving Networks, RN-171-XV b/g Wireless LAN Module, Datasheet, version 1.04, Oct. 29, [Online]. Available: xv- dsv1.04r.pdf. [2] Microchip Technology, Inc., WiFly Command Reference Manual, Manual, version B, Sep [Online]. Available: October, UG-WFLY Rev. 3

Explore Scientific PMC-Eight Application Note PMC8-AN002 DOC-ESPMC8-AN002 Rev July 17 Page 1 of 5

Explore Scientific PMC-Eight Application Note PMC8-AN002 DOC-ESPMC8-AN002 Rev July 17 Page 1 of 5 DOC-ESPMC8-AN002 Rev. 0.1 2017 July 17 Page 1 of 5 Explore Scientific PMC-Eight Application Note PMC8-AN002: Connecting to the PMC-Eight with a Terminal Program to Configure the RN-131 WiFi Interface and

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

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

RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards

RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards 2012 Roving Networks. All rights reserved. RN-131/171-PICTAIL-UM Version 1.0 9/7/2012 USER MANUAL OVERVIEW The RN-131 and RN-171 WiFly radio modules are

More information

linkzone User ManUal

linkzone User ManUal LINKZONE User Manual Getting to Know Your Mobile Hotspot Power key WPS key LED indicator USB jack LED Description Part Power key WPS key LED indicators Charging / USB Port Reset Reboot Description Hold

More information

ET-WiFly GSX. User s Manual of ET-WiFly GSX. ETT CO.,LTD -1-

ET-WiFly GSX. User s Manual of ET-WiFly GSX. ETT CO.,LTD -1- ET-WiFly GSX User s Manual of ET-WiFly GSX ET-WiFly GSX is equipment to convert data system from Wireless LAN to RS232. There are 2 sides; one side is RS232 Serial Port Communication and another one side

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

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

SparkFun Blocks for Intel Edison - Base Block

SparkFun Blocks for Intel Edison - Base Block Page 1 of 5 Edison - Base Block Introduction The Base Block is a great foundation to any Edison stack. The Base is useful for mounting an Edison as a file system on a host computer or accessing the console

More information

RN-WIFLY-SRL-UM. WiFly Serial Adapter Roving Networks. All rights reserved. RN-WIFLY-SRL-UM-1.0 Version /11/2011 USER MANUAL

RN-WIFLY-SRL-UM. WiFly Serial Adapter Roving Networks. All rights reserved. RN-WIFLY-SRL-UM-1.0 Version /11/2011 USER MANUAL RN-WIFLY-SRL-UM WiFly Serial Adapter 0 Roving Networks. All rights reserved. RN-WIFLY-SRL-UM-.0 Version.0 //0 USER MANUAL OVERVIEW The Roving Networks Wi-Fi serial adapters supply a serial-to-wi-fi bridge,

More information

Overview. Introduction. Key Features

Overview. Introduction. Key Features P4S-348 User Manual > Overview Overview Introduction PHPoC Shield for Arduino connects Arduino to Ethernet or Wi-Fi networks. Attach this board over Arduino and connect a LAN cable. After a simple network

More information

TOSR14x. TOSR14x USB/Wireless Relay Module. User Manual. Tinysine 2015 Version 1.2

TOSR14x. TOSR14x USB/Wireless Relay Module. User Manual. Tinysine 2015 Version 1.2 TOSR14x TOSR14x USB/Wireless Relay Module User Manual Tinysine Electronics @ 2015 Version 1.2 1 INTRODUCTION TOSR14x is an upgraded version of TOSR04. It supports password. It can be set to latching or

More information

TOSR-04-5 TOSR-10B/C. LazyBone V4. Smartphone Controlled Switch. User Manual

TOSR-04-5 TOSR-10B/C. LazyBone V4. Smartphone Controlled Switch. User Manual TOSR-04-5 TOSR-10B/C LazyBone V4 Smartphone Controlled Switch User Manual Tinysine Electronics @ 2016 Version 1.0 INTRODUCTION LazyBone is smart switch controlled by our phones via Bluetooth or WiFi, supporting

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

TOSR-04-5 TOSR-10B/C. LazyBone. Smartphone Controlled Switch. User Manual

TOSR-04-5 TOSR-10B/C. LazyBone. Smartphone Controlled Switch. User Manual TOSR-04-5 TOSR-10B/C LazyBone Smartphone Controlled Switch User Manual Tinysine Electronics @ 2014 Version 1.0 INTRODUCTION LazyBone is smart switch controlled by our phones via Bluetooth or WiFi, supporting

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

quick setup tp-link

quick setup tp-link 192.168.0.1 quick setup tp-link M5360 3G Mobile Wi-Fi, 5200mAh Power Bank User Guide and wait the Device to reboot and restore its factory default settings. SIM Card Slot: It's where to insert your SIM

More information

RN-XV-EK Evaluation Board

RN-XV-EK Evaluation Board RN-XV-EK Evaluation Board Features Evaluation board for the RN-XV module, which is based on Roving Networks robust RN-171 Wi-Fi module Supports several antenna options, depending on the RN-XV module selected

More information

Overview. Introduction. Features

Overview. Introduction. Features P4S-348-R2 User Manual > Overview Overview Introduction The P4S-348-R2 (PHPoC Shield 2 for Arduino) is a shield that connects Arduino to a wired or wireless network. After attaching this shield on top

More information

Arduino Dock 2. The Hardware

Arduino Dock 2. The Hardware Arduino Dock 2 The Arduino Dock 2 is our supercharged version of an Arduino Uno R3 board. These two boards share the same microcontroller, the ATmel ATmega328P microcontroller (MCU), and have identical

More information

Quick Installation Guide. Live! Titanium

Quick Installation Guide. Live! Titanium Quick Installation Guide Live! Titanium Contents 1. Live! overview... 2. Installation... 3. Network setup... 4. Wireless setup... 5. Configuring your Live!... 6. Troubleshooting... 2 4 7 8 9 10 1 1. Live!

More information

Canlan INSTALLATION MANUAL

Canlan INSTALLATION MANUAL Canlan INSTALLATION MANUAL August 2014 Table of Contents Introduction... 4 Overview... 5 RJ45 Connector and Status LEDs... 5 Power Input... 6 RS232 / RS485 Connectors... 7 Installing the Canlan Software...

More information

IpAlarm Module Set Up VirtuAlarm model

IpAlarm Module Set Up VirtuAlarm model Page 1 IpAlarm Module Set Up VirtuAlarm model Note: This device is shipped configured for Ethernet connectivity. To use in this mode, connect the BLUE Jack (marked WAN) to your router and wait at least

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

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 5 Arduino Prototype Development Platforms 1 Arduino Boards, Modules And Shields Popular AVR MCU based products Each board has clear markings on the connection pins, sockets and in-circuit connections

More information

RN-134. WiFly GSX Super Module SuRF Board. Features. Description. Applications. ~ page 1 ~ rn-134-ds v1.

RN-134. WiFly GSX Super Module SuRF Board. Features. Description. Applications. ~ page 1 ~  rn-134-ds v1. WiFly GSX Super Module SuRF Board Features UART interface with RS232 and TTL signaling Through hole board simplifies system integration Accepts 3-12VDC Status LEDs to show network status and data transfer

More information

Getting Started with the M30X / M306 Wireless Ethernet Monitor

Getting Started with the M30X / M306 Wireless Ethernet Monitor Microtechnologies, Inc. Plainville, CT 06062 860-747-6004 (voice) 860-356-4823 (fax) www.temperatureguard.com Getting Started with the M30X / M306 Wireless Ethernet Monitor The M30x can operate in either

More information

keyestudio Keyestudio MEGA 2560 R3 Board

keyestudio Keyestudio MEGA 2560 R3 Board Keyestudio MEGA 2560 R3 Board Introduction: Keyestudio Mega 2560 R3 is a microcontroller board based on the ATMEGA2560-16AU, fully compatible with ARDUINO MEGA 2560 REV3. It has 54 digital input/output

More information

Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi

Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi Nick Antipa, Li-Hao Yeh, based on labs by Jon Tamir and Frank Ong January 24, 2018 This lab will walk you through setting up your Raspberry Pi

More information

ARDUINO YÚN Code: A000008

ARDUINO YÚN Code: A000008 ARDUINO YÚN Code: A000008 Arduino YÚN is the perfect board to use when designing connected devices and, more in general, Internet of Things projects. It combines the power of Linux with the ease of use

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

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

BT LE RN4020 USB Dongle Datasheet

BT LE RN4020 USB Dongle Datasheet BT LE RN4020 USB Dongle Datasheet Introduction BT LE RN4020 Dongle is a USB Stick type device build around Microchip s RN4020 module which provides a fully command based interface to manage the module.

More information

Getting to Know Your Mobile WiFi

Getting to Know Your Mobile WiFi Quick Start Thank you for purchasing the O2 4G Pocket Hotspot Mobile WiFi. Mobile WiFi allows you to connect to high speed mobile broadband from any Wi-Fi capable device. This document will help you understand

More information

Port Forwarding Setup (RTA1025W Rev2)

Port Forwarding Setup (RTA1025W Rev2) Port Forwarding Setup (RTA1025W Rev2) Port Forwarding Port forwarding enables programs or devices running on your LAN to communicate with the internet as if they were directly connected. This is most commonly

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

Medium parts count, through-hole components (with exception of optional surface mount MAC IC).

Medium parts count, through-hole components (with exception of optional surface mount MAC IC). Introduction The E1.31 DMX Bridge is an interface intended to be used as part of a system to operate a lighting display that consists of DMX or Renard controlled dimmers. To form a complete system, the

More information

STT41AS1 v7.0 FUNCTIONAL DESCRIPTION

STT41AS1 v7.0 FUNCTIONAL DESCRIPTION All things connected Snaptekk www.snaptekk.com The WiFi Wireless Ham Radio Coax Antenna Switch allows a single transceiver to switch between 4 antennas or 4 transceivers to switch to a single antenna.

More information

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT I Contents Overview TA0139... 1 Getting started: Arduino 2 Wheel Drive Wireless Bluetooth Robot Kit using Arduino UNO... 1 2.1. What

More information

Guidelines of Ethernet for Using a Star Dvice. - Windows - Rev. 2.0

Guidelines of Ethernet for Using a Star Dvice. - Windows - Rev. 2.0 Guidelines of Ethernet for Using a Star Dvice - Windows - Rev. 2.0 Guidelines for Using a Star Ethernet Device on Windows The star dvice s IP address must be set in advance to use a star device that supports

More information

Thank you for purchasing the RGB Multi-MCU base and driver board from SuperTech-IT and TheLEDCube.com

Thank you for purchasing the RGB Multi-MCU base and driver board from SuperTech-IT and TheLEDCube.com CONGRATULATIONS Thank you for purchasing the RGB Multi-MCU base and driver board from SuperTech-IT and TheLEDCube.com In this document, MCU means Microcontroller such as the PIC32, ATmega328P, prototype

More information

SR-201 Network Relay Quick Start Guide

SR-201 Network Relay Quick Start Guide SR-201 Network Relay Quick Start Guide Table of Content Connect to your device...2 Change configurations...3 Setup remote control via internet...4 Android software...5 Integrate to your applications...6

More information

TA0297 WEMOS D1 R2 WIFI ARDUINO DEVELOPMENT BOARD ESP8266

TA0297 WEMOS D1 R2 WIFI ARDUINO DEVELOPMENT BOARD ESP8266 TA0297 WEMOS D1 R2 WIFI ARDUINO DEVELOPMENT BOARD ESP8266 Contents 1. Overview TA0297... 3 2. Getting started:... 3 2.1. What is WeMos D1 R2 Wifi Arduino Development Board?... 3 2.2. What is IDUINO UNO?...

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

Field Download of GTOCP4 Software

Field Download of GTOCP4 Software October 17, 2017 Field Download of GTOCP4 Software One of the advantages of the GTOCP4 over the previous GTOCP1-3 is that updates to the software can be made electronically in the field by the customer.

More information

ESPWiFi Shield SHIELD ESP WIFI Rev2.0

ESPWiFi Shield SHIELD ESP WIFI Rev2.0 ESPWiFi Shield SHIELD ESP WIFI Rev2.0 User's Manual V2.0 April 2016 Created by Cytron Technologies Sdn. Bhd. All Right Reserved 1 Index 1. Introduction 3 2. Packing List 4 3. Board or Product Layout 5

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

IpAlarm Module Set Up

IpAlarm Module Set Up Page 1 IpAlarm Module Set Up Note: This device is shipped configured for Ethernet connectivity. To use in this mode, connect the BLUE Jack (marked WAN) to your router and wait for the LEDs to stabilize.

More information

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista 8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista Introduction If Vista is not available in your classroom, you may complete this lab by viewing the figures in this document. Print and

More information

Setting up T&D s TR-7wf Data Loggers With the TR-7wf/nw for Windows Software

Setting up T&D s TR-7wf Data Loggers With the TR-7wf/nw for Windows Software Setting up T&D s TR-7wf Data Loggers With the TR-7wf/nw for Windows Software V1.00 The TR-7wf Series of Wi-Fi enabled wireless loggers ship from the factory pre-configured for seamless integration with

More information

VLAN HOW-TO USER GUIDE

VLAN HOW-TO USER GUIDE RAPIDUS WIRELESS NETWORKS VLAN HOW-TO USER GUIDE CONFIGURING VLAN SETTING FOR FIRMWARE REV. 6.X.X Rafael Garrigo 4/5/2018 0 CONFIGURING VLAN HOW-TO VLAN A virtual LAN (VLAN) allows network administrators

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

Setting up ADSL2MUE 2.18-AU firmware for Bridge Mode

Setting up ADSL2MUE 2.18-AU firmware for Bridge Mode Setting up ADSL2MUE 2.18-AU firmware for Bridge Mode Rhod Brown Systems Engineer Cisco-Linksys ANZ Preface A small number of ADSL2MUEs shipped in Australia and New Zealand with a non standard Linksys interface.

More information

RN-174. WiFly GSX Super Module. Features. Description. Applications. rn-174-ds v1.1 1/24/2011

RN-174. WiFly GSX Super Module. Features. Description. Applications.   rn-174-ds v1.1 1/24/2011 www.rovingnetworks.com rn-174-ds v1.1 1/24/2011 WiFly GSX Super Module Features Development board containing the RN-171 module, status LEDs, power regulator Supports chip antenna (-C), PCB Trace antenna

More information

Using the NM150 with Adulticiding

Using the NM150 with Adulticiding Reason Adulticiding 3.5 includes support for the New Mountain NM150 Weather Station. Adulticiding fogger log point details include temperature, wind speed, and wind direction. These can be recorded from

More information

NETAFIM WILL NOT ACCEPT RESPONSIBILITY FOR DAMAGE RESULTING FROM THE USE OF NETAFIM'S PRODUCTS OR THE USE OF THIS MANUAL.

NETAFIM WILL NOT ACCEPT RESPONSIBILITY FOR DAMAGE RESULTING FROM THE USE OF NETAFIM'S PRODUCTS OR THE USE OF THIS MANUAL. [Type text] COPYRIGHT 2011, NETAFIM NO PARTS OF THIS PUBLICATION MAY BE REPRODUCED, STORED IN AN AUTOMATED DATA FILE OR MADE PUBLIC IN ANY FORM OR BY ANY MEANS, WHETHER ELECTRONIC, MECHANICAL, BY PHOTOCOPYING,

More information

RN-171-XV b/g Wireless LAN Module

RN-171-XV b/g Wireless LAN Module RN-171-XV 802.11 b/g Wireless LAN Module Features Drop-in Wi-Fi solution for existing systems that currently use 802.15.4 modules Based on Roving Networks robust RN-171 Wi-Fi module Based on a pseudo-standard

More information

MagicSoft Version 3.02

MagicSoft Version 3.02 MagicSoft Version 3.02 Chapter 1 Introduction MagicSoft is designed to be intuitive and easy to navigate. You ll never find yourself buried deep in a menu without quick access to the screens and tools

More information

XPort Direct+ Demonstration Kit Quick Start Guide

XPort Direct+ Demonstration Kit Quick Start Guide XPort Direct+ Demonstration Kit Quick Start Guide Part Number 900-525 Revision A October 2007 Contents Contents... 1 Introduction... 1 What s in the Box... 1 LEDs... 1 Connect the XPort Direct+ Demonstration

More information

RN-174 WiFly Super Module

RN-174 WiFly Super Module RN- WiFly Super Module Features Evaluation board for the RN- module Supports chip antenna (RN--C), PCB trace antenna (RN--P), wire antenna (RN--W), and U.FL connector for an external antenna (RN--U) Ultra-low

More information

IO Expansion Shield User Manual

IO Expansion Shield User Manual IO Expansion Shield User Manual 1 Features 3-pin & 4-pin sensor interfaces, supports connecting sensors directly without complicate custom connections XBee module connector WIFI-LPT100 wireless module

More information

BC4 Users Guide. Revision 1.1 September 22, Copyright 2008 by BitWise Controls, LLC All Rights Reserved.

BC4 Users Guide. Revision 1.1 September 22, Copyright 2008 by BitWise Controls, LLC All Rights Reserved. TM BC4 Users Guide Revision 1.1 September 22, 2008 Copyright 2008 by BitWise Controls, LLC All Rights Reserved www.bitwisecontrols.com Phone: 866-932-2BWC Contents BC4 Users Guide... 1 Introduction...

More information

XC4614 AT Commands Guide

XC4614 AT Commands Guide XC4614 AT Commands Guide Settings: Factory settings are 115200 baud, 8 bits, one stop bit, no parity. All commands must end in CRLF, and the commands themselves must be upper case. A good way to get to

More information

ARDUINO YÚN MINI Code: A000108

ARDUINO YÚN MINI Code: A000108 ARDUINO YÚN MINI Code: A000108 The Arduino Yún Mini is a compact version of the Arduino YUN OVERVIEW: Arduino Yún Mini is a breadboard PCB developed with ATmega 32u4 MCU and QCA MIPS 24K SoC CPU operating

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

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

EPSON TM-P60 WIRELESS PRINTER. Installation and Setup Guide

EPSON TM-P60 WIRELESS PRINTER. Installation and Setup Guide EPSON TM-P60 WIRELESS PRINTER Installation and Setup Guide Epson TM P60 Wireless Printer Guide Record of Revisions Date Reference: Page, Paragraph Rev. No Squirrel Build Comments July 12/12 Initial Release

More information

Downloaded from manuals search engine. Quick Start

Downloaded from   manuals search engine. Quick Start 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

Manual. Specifications. Contents. Options

Manual. Specifications. Contents. Options Page 1 ATE-501: USB Input Controller - 8 Inputs The ATE-500/600 series is a range of modular I/O controllers. It uses small standardized boards which allows you to configure the system to your requirements.

More information

Internet User Guide. For the ZTE H298N routers. LAN4 LAN3 LAN2 LAN1 WAN Phone USB2 WAN WLAN WLAN

Internet User Guide. For the ZTE H298N routers. LAN4 LAN3 LAN2 LAN1 WAN Phone USB2 WAN WLAN WLAN Internet User Guide For the ZTE H298N routers Power WAN LAN1 Internet LAN3 LAN2 LAN4 WLAN WPS Phone USB1 Reset WPS USB2 LAN4 LAN3 LAN2 LAN1 WAN Phone On/Off Power WLAN Internet seethelight.co.uk User Guide,

More information

Arduino WiFi Shield. Quick Start. Tinyos 2012 Version 1.0

Arduino WiFi Shield. Quick Start. Tinyos 2012 Version 1.0 Arduino WiFi Shield Quick Start Tinyos Electronics @ 2012 Version 1.0 Here is a Tinyos WiFi Shield tutorial. In this tutorial we will show you how to use the software to set the configuration of your WiFi

More information

Vodafone B315. Self-Install Guide for Wireless Broadband

Vodafone B315. Self-Install Guide for Wireless Broadband Vodafone B315 Self-Install Guide for Wireless Broadband Quick start Step 1 Starting your Modem Insert the supplied SIM card into the SIM card slot, until it clicks in place. Connect the power supply to

More information

PowerView. Hub. by LUXAFLEX WINDOW FASHIONs

PowerView. Hub. by LUXAFLEX WINDOW FASHIONs PowerView Hub by LUXAFLEX WINDOW FASHIONs quick start guide Table of Contents Kit Contents...3 Connections... 4 Home Automation Integration... 10 Troubleshooting... 11 The PowerView Hub interfaces with

More information

Exen Mini. Setup Guide - V1. nerdonic.com

Exen Mini. Setup Guide - V1. nerdonic.com nerdonic. Exen Mini Setup Guide - V1 01 Exen Mini - Pinout SWCLK SWDIO RESET 3.3V GND POWER LED SWD HEADER PROGRAMMABLE LED 8 / PA06 3.3-20V INPUT REGULATED TO 3.3V 3.3-20V 3.3V INPUT OR REGULATED 3.3V

More information

Setting up the SL Screen on your wireless network

Setting up the SL Screen on your wireless network Setting up the SL Screen on your wireless network In order to be able to update your screen via www.topazcms.com, you need to connect the screen to the internet via your local Wi-Fi network. Please follow

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

SB72EX User's Manual

SB72EX User's Manual etburner SB72EX User's Manual Revision: 1.8 October 8, 2009 SB72EX User's Manual, 350030-001 Table of Contents Table of Contents...2 Overview of the SB72EX Dual-port Serial to Ethernet Device... 3 Overview

More information

Exen Mini. Setup Guide - V2. nerdonic.com

Exen Mini. Setup Guide - V2. nerdonic.com nerdonic. Exen Mini Setup Guide - V2 01 Setup Guide - Changelog V2 - Added common PC connection and Unknown Device fixes 02 SWCLK SWDIO RESET 3.3V GND Exen Mini - Pinout POWER LED SWD HEADER PROGRAMMABLE

More information

NATIONAL CONTROL DEVICES Wi-Fi Quick Start Guide

NATIONAL CONTROL DEVICES Wi-Fi Quick Start Guide NATIONAL CONTROL DEVICES Wi-Fi Quick Start Guide Internet Access Module N A T I O N A L C O N T R O L D E V I C E S Wi-Fi Internet Access Module National Control Devices, LLC PO Box 455 Osceola, MO 64776

More information

How to upgrade firmware in DSL-xxx series router

How to upgrade firmware in DSL-xxx series router How to upgrade firmware in DSL-xxx series router WARNING: DO NOT upgrade the firmware through a wireless connection. You may damage the router. Note that you will have to reconfigure the router after upgrading.

More information

WIRELESS 150N USB 2.0 ADAPTER

WIRELESS 150N USB 2.0 ADAPTER WIRELESS 150N USB 2.0 ADAPTER DN-70440-1 Rev.2 DN-7042-1 Rev.3 Manual DN-70440-1 Rev.2 DN-7042-1 Rev.3 1 / 38 Chapter 1: Introduction..3 1.1 Product Features..3 1.2 Package Contents.3 1.3 Indicator Description.3

More information

WiSpan Quick Start Guide

WiSpan Quick Start Guide Quick Start Guide 2008 Copyright Lantronix is a trademark of Lantronix. All rights reserved. 900-462 Rev. B 06/08 QUICK START CONTENTS What s In the Box..........................................................2

More information

Quick Installation Guide. PG-9142s. Powerline Ethernet Adapter with WiFi. Copyright Page 1

Quick Installation Guide. PG-9142s. Powerline Ethernet Adapter with WiFi. Copyright Page 1 Quick Installation Guide PG-9142s Powerline Ethernet Adapter with WiFi Copyright 2014 Page 1 Introduction NOTE: An additional PowerGrid 9142s (or PG-9141s or PG- 9141s-PoE unit) and Ethernet cable are

More information

Building Interactive Devices and Objects. Prof. Dr. Michael Rohs, Dipl.-Inform. Sven Kratz MHCI Lab, LMU München

Building Interactive Devices and Objects. Prof. Dr. Michael Rohs, Dipl.-Inform. Sven Kratz MHCI Lab, LMU München Building Interactive Devices and Objects Prof. Dr. Michael Rohs, Dipl.-Inform. Sven Kratz michael.rohs@ifi.lmu.de MHCI Lab, LMU München Schedule # Date Topic Group Ac0vity 1 19.4.2012 Session 1: Introduc5on

More information

Halloween Pumpkinusing. Wednesday, October 17, 12

Halloween Pumpkinusing. Wednesday, October 17, 12 Halloween Pumpkinusing Blink LED 1 What you will need: 1 MSP-EXP430G2 1 3 x 2 Breadboard 3 560 Ohm Resistors 3 LED s (in Red Color Range) 3 Male to female jumper wires 1 Double AA BatteryPack 2 AA Batteries

More information

RV2458 Router User Manual

RV2458 Router User Manual RV2458 Router User Manual For Technical Assistance, please call (800) 638-3600, or visit www.magnadyne.com Contents Establish a WiFi Connection............... 3 Pair RV2400(MV2400)........................

More information

GET STARTED AC 1200 High Power Dual Band Wi-Fi Range Extender

GET STARTED AC 1200 High Power Dual Band Wi-Fi Range Extender GET STARTED AC 1200 High Power Dual Band Wi-Fi Range Extender Overview 01 Package Contents... 01 Front Panel... 02 LED Descriptions... 03 Using as an Extender 04 Connects to a WIFI network... 04 Acts as

More information

INNOV.NET PTY LTD. User guide

INNOV.NET PTY LTD. User guide User guide Version1 2016 0 Contents Compatibility... 1 What s in the package?... 1 Setup the RM Pro... 1 Meaning of the LED indicators... 2 Setup e-control on your smartphone... 2 Can I program a remote

More information

INNOV.NET PTY LTD. User guide

INNOV.NET PTY LTD. User guide User guide 0 Contents Compatibility... 1 What s in the package?... 1 Add device... 2 Legend... 2 Meaning of the LED indicators... 2 Setup the RM Mini 3... 3 Setup e-control on your smartphone... 3 How

More information

ARDUINO INDUSTRIAL 1 01 Code: A000126

ARDUINO INDUSTRIAL 1 01 Code: A000126 ARDUINO INDUSTRIAL 1 01 Code: A000126 The Industrial 101 is a small form-factor YUN designed for product integration. OVERVIEW: Arduino Industrial 101 is an Evaluation board for Arduino 101 LGA module.

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

Part Number Density Product Type Operation Temperature. W25Q80NESNIG 8Mb 1.2V Serial NOR Flash Memory Industrial (-40 C to +85 C)

Part Number Density Product Type Operation Temperature. W25Q80NESNIG 8Mb 1.2V Serial NOR Flash Memory Industrial (-40 C to +85 C) 1. INTRODUCTION This describes how to use the. The mbed enabled MCU board, which has an Arduino UNO R3 compatible terminal, is used in this description. 2. GENERAL DESCRIPTION The from Winbond Electronics

More information

How to setup EW-7428HCn as a range extender for an existing Wi-Fi network

How to setup EW-7428HCn as a range extender for an existing Wi-Fi network How to setup EW-7428HCn as a range extender for an existing Wi-Fi network Thank you for purchasing Edimax EW-7428HCn High Power Ceiling Mount Wireless PoE Range Extender / Access Point. This guide will

More information

S32K148 EVB QUICK START GUIDE REV1 APPLIES FOR: S32K148 EVB (SCH REV A/B) EXTERNAL USE

S32K148 EVB QUICK START GUIDE REV1 APPLIES FOR: S32K148 EVB (SCH REV A/B) EXTERNAL USE S32K148 EVB QUICK START GUIDE REV1 APPLIES FOR: S32K148 EVB (SCH-29644 REV A/B) Contents: Get to Know S32K148 EVB Out of the Box Setup Introduction to OpenSDA S32DS IDE basics: Download Create a project

More information

CSCI 6907 PROJECT PROPOSAL LIGHTS OUT MANAGEMENT

CSCI 6907 PROJECT PROPOSAL LIGHTS OUT MANAGEMENT CSCI 6907 PROJECT PROPOSAL LIGHTS OUT MANAGEMENT JAMES LEE JAMESLEE@GWU.EDU. Project Abstract I am a system administrator who manages hundreds of Unix systems. One of the essential tools to ensure I don

More information

Getting to Know Your Mobile WiFi Note: Thank you for choosing VIVA LTE Mobile WiFi

Getting to Know Your Mobile WiFi Note: Thank you for choosing VIVA LTE Mobile WiFi GUIDE BOOK 2 Thank you for choosing VIVA LTE Mobile WiFi This document will help you understand your Mobile WiFi so you can start using it right away. Please read this document carefully before using your

More information

8-Port Gigabit Ethernet Smart Managed Plus Switch with Integrated Cable Management User Manual

8-Port Gigabit Ethernet Smart Managed Plus Switch with Integrated Cable Management User Manual 8-Port Gigabit Ethernet Smart Managed Plus Switch with Integrated Cable Management User Manual Model GS908E December 2017 202-11807-03 350 E. Plumeria Drive San Jose, CA 95134 USA Support Thank you for

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

Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system.

Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system. Please note, instructions in this guide are based on a PC running Windows 7. Please adapt the actions to suit your operating system. Please follow these steps to ensure that any changes made by your previous

More information

EC-11 Ethernet Converter

EC-11 Ethernet Converter EC-11 Ethernet Converter PSTN Contact ID to TCP Converter Installation and Operations Manual Version 8.H3.MID 1 Table of Contents About EC-11 Ethernet Converter... 3 Circuit Board Layout and Wiring Diagram...

More information