Lab Guide Rev. 0 TWRWIFIG1011MILAB

Size: px
Start display at page:

Download "Lab Guide Rev. 0 TWRWIFIG1011MILAB"

Transcription

1 TWR-WIFI-G1011MI Lab Guide Rev. 0 Freescale Semiconductor Inc. TWRWIFIG1011MILAB

2 Contents 1 Purpose Configure Hardware Configure Software Running the Demos Troubleshooting Wireless Provisioning Embedded Webserver Wi-Fi Protected Setup (WPS) TWR-WIFI-G1011MI Lab Guide Page 2 of 15

3 1 Purpose This lab document describes how to run the MQX web-enabled demonstration applications using the TWR-WIFI-G1011MI Tower peripheral module. The TWR-MCF5225X Tower MCU module is used in these examples, but the basic instructions are the same for other MCU modules the can communicate with the TWR-WIFI-G1011MI. This document also covers how to configure your Tower System and wireless access point to run the demos 2 Configure Hardware To run the demos with the TWR-MCF5225X hardware and software projects, ensure that the jumpers and switches on the TWR-WIFI-G1011MI are in their default locations as shown below. Figure 1. TWR-WIFI-G1011MI Default Jumper Settings Table 1. TWR-WIFI-G1011MI Default Jumper and Switch Settings Jumper Option Setting Description SW1 Power Supply Input TWR PWR (Down) Power from Tower System 3.3V SW2 Mode Selection RUN (Down) GS1011MI in standard "run" mode J3 UART Routing Selection 2-3 Connect GS1011MI UART0 to Tower System J6 Serial Interface Selection 1-2 Enable SPI interface from Tower to GS1011MI J7 Master SPI Port CS Selection N/A No Connection J9 Slave SPI Port CS Selection 1-2 Connect Tower SPI0_CS0 to slave SPI CS on GS1011MI J10 Interrupt Selection 7-8 Connect GS1011MI interrupt to Tower IRQ_A (B62) J11 GS1011MI Reset Selection 2-3 No connection J12 GS1011MI Reset Selection 1-2 Connect GS1011MI Reset to Tower RSTOUT (A63) TWR-WIFI-G1011MI Lab Guide Page 3 of 15

4 The TWR-MCF5225X and TWR-SER should be set to their default settings as described in their respective Quick Start Guides and User s Manuals. Assemble your Tower system consisting of the TWR-MCF5225X, TWR-SER, and TWR-WIFI-G1011MI. Be careful to match the Primary edge of each module to the Primary (or Functional on older systems) TWR-ELEV module. Connect a USB cable between your development PC and the TWR-MCF5225X PWR/OSBDM USB connector. Connect a serial cable from the PC to the DB9 on the TWR-SER. A wireless access point will be required. Setup the wireless access point as desired and take note of the SSID and any security setting (if enabled). Ensure that your development PC can connect to the wireless access point. 3 Configure Software This lab walk-through guide uses the software listed below. Visit the links provided below to download and install the software if you do not already have it installed. 1. CodeWarrior for Microcontrollers v NOTE: Projects for CodeWarrior for ColdFire v7.2 projects are also available for the GainSpan WiFi module. 2. MQX RTOS v NOTE: If you are using a Windows Vista or Windows 7 computer, it is recommended that you install both CW10 and MQX outside of the default C:\Program Files\ directory. Windows UAC prevents writes to that directory if you are not running as administrator. You can also try running CW10 as the administrator if you have problems compiling projects or using the MQX New Project Wizard. 3. MQX GainSpan WiFi Patch NOTE: The GainSpan WiFi Patch will patch against MQX or later and will overwrite the TWRMCF52259 BSP files if installed directly to the existing MQX installation. You may wish to backup the existing BSP if you have other projects using it. You can also install the GainSpan WiFi patch to another directory and manually patch MQX. Refer to the release notes of the MQX GainSpan WiFi patch for more information. You will also need a terminal program (e.g. Hyperterminal, PuTTY, TeraTerm). 4 Running the Demos There are several web enabled demonstrations that come with the MQX RTOS installation. These demos use the Real-Time Communication Suite (RTCS) comprised of a full TCP/IP suite and several applications including an embedded webserver. By default these demos are configured to run using TWR-WIFI-G1011MI Lab Guide Page 4 of 15

5 the Ethernet interface on the selected MCU. However, after installing the MQX GainSpan WiFi Patch, these demos can be run utilizing the TWR-WIFI-G1011MI hardware. This lab guide walks you through the GainSpan webserver demo. This demo can be found in the \rtcs\examples\gstwr_httpsrv folder in the MQX installation directory. Other demos are available such as the standard RTCS httpsrv and rtcs_shell examples that have been modified to support the GainSpan WiFi drivers. These demos can be run using similar instructions to those provided below. This lab also assumes the use of the TWR-MCF5225X and TWR-SER (sold together in the TWR- MCF5225X-KIT) with the TWR-WIFI-G1011MI. However, the labs can be run on other MQX and GainSpan enabled hardware using similar steps. Check the TWR-WIFI-G1011MI tools support page on for the latest demonstration lab guides. Also, refer to Section 5 Integration instructions in the WiFi patch for Freescale MQX RTOS Release Notes for information on how to add GainSpan WiFi support to other MQX BSPs. Follow these steps to run the gstwr_httpsrv demo on the TWR-MCF5225X-KIT with the TWR-WIFI- G1011MI: 1. Review the GainSpan WiFi patch for Freescale MQX RTOS Release Notes. These are available in the GainSpan WiFi patch. A shortcut in the Windows Start menu should be available after installation. 2. Launch CodeWarrior for MCUs. At the welcome screen, set the workspace to the desired directory. The default is C:\CW10\workspace. 3. Close any open projects in the CodeWarrior Projects panel by right-clicking on them and selecting Close Project. 4. Click on File->Import in the menu bar (or right-click in the CodeWarrior Projects panel and select Import ). 5. A dialog box will pop up. Select Existing Projects into Workspace in the General folder. Click Next. 6. Click the radio button to Select root directory: and browse to the mqx\build\cw10\bsp_twrmcf52259 directory in your MQX installation folder. Click Ok. TWR-WIFI-G1011MI Lab Guide Page 5 of 15

6 7. Select the bsp_twrmcf52259 project, and click Finish. Leave the Copy projects into workspace box unchecked. 8. Repeat this step to import the psp_twrmcf52259 project from mqx\build\cw10\psp_twrmcf52259 and the rtcs_twrmcf52259 project from rtcs\build\cw10\rtcs_twrmcf Build all the projects by clicking the Project->Build All option from the menu bar (or Ctrl+B) 10. Close all the open projects in the CodeWarrior Projects panel by right-clicking on them and selecting Close Project. 11. Follow the previous steps to import the httpsrv_twrmcf52259 project from rtcs\examples\gstwr_httpsrv. 12. Ensure that the Int Flash Debug target is selected. If not, hover the pointer over the target (to the right of httpsrv_twrmcf52259 in the CodeWarrior Projects panel), left-click and select the Int Flash Debug target. 13. Expand the project and the Source folder as shown below: TWR-WIFI-G1011MI Lab Guide Page 6 of 15

7 14. Open config.h and modify the settings as needed to match the settings of the wireless access point. Ensure the proper settings of ENET_IPADDR, ENET_IPMASK, DEMOCFG_SSID, DEMOCFG_NW_MODE, DEMOCFG_SECURITY, DEMOCFG_PASSPHRASE, and DEMOCFG_WEP_KEY. NOTE: The DEMOCFG_WEBPARAM_XXXX defines are used by the GS1011MIP embedded webserver and not the MQX RTCS webserver. These settings are used for web provisioning of the GS1011MIP as described in section 5.1. NOTE: By default, this demo uses a static IP address. Ensure that the ENET_IPADDR is set to a valid IP on the subnet of the wireless access point. NOTE: Instead of manually configuring the network settings in config.h, you can follow the steps in Section 5 Wireless Provisioning to automatically set the wireless settings in the GS1011MIP module. 15. Build the project by clicking on the Hammer icon in the toolbar 16. Double click on the httpsrv_twrmcf52259_mcf52259_int_flash.ttf file in the project panel. In the dialog box that comes up, click OK. The file will then open. You can then close it. You only need to do this step once after initially opening the project. TWR-WIFI-G1011MI Lab Guide Page 7 of 15

8 17. Click Run->Debug Configurations in the menu bar, and select the httpsrv_twrmcf52259_int_flash_debug_osbdm configuration. Then hit the debug button in the bottom of the window. 18. The code will then be flashed to the board and the debugger will start it. 19. Launch a terminal program (e.g. Hyperterminal, PuTTY, TeraTerm) 20. Hit the run icon to continue the program execution. 21. You should now see messages similar to the following in the terminal window: 22. Launch the web browser of your choice and type in the IP address assigned to the Tower System (ENET_IPADDR setting) in the address bar. 23. You should now see the web page served by the Tower System TWR-WIFI-G1011MI Lab Guide Page 8 of 15

9 4.1 Troubleshooting If you are unable to communicate wirelessly from a PC to the Tower System through an access point, try the following: 1. Ensure the Tower system is assembled correctly. Each tower module has a primary and secondary card edge connector. The primary side must be connected to the Primary (or Functional in older systems) Elevator. 2. Ensure that the PC is properly configured and able to connect to the wireless access point. In a command window, try ipconfig and ping to test the communication. 3. Ensure any proxy settings in your browser are turned off. 4. Turn off any other network connections (real and virtual). 5. With the target application running, try pinging the target Tower system. If you can t ping the target, then it is unlikely you will be able to connect. 6. Follow the steps below for Wireless Provisioning to automatically set the wireless settings in the GS1011MIP module. 5 Wireless Provisioning The IP-to-Wi-Fi software embedded on the TWR-WIFI-G1011MI module provides support for provisioning the module using multiple methods: 1. Embedded webserver 2. Wi-Fi Protected Setup (WPS) Push Button Either of these methods can be used to connect the Tower System to an access point. Alternatively, the information for the wireless access point can be hard-coded into the MQX demo software (as shown in section 4). WPS Button (SW1) Web Server (SW3) Reset (SW4) Figure 2. TWR-MCF5225X WPS Switch Functions TWR-WIFI-G1011MI Lab Guide Page 9 of 15

10 5.1 Embedded Webserver To enable provisioning using embedded web server: 1. Assemble your Tower system consisting of the TWR-MCF5225X, TWR-SER, and TWR- WIFI-G1011MI 2. Connect a serial cable from a PC running a terminal program (settings: , 8N1) to the DB9 connector on the TWR-SER module 3. Program the TWR-MCF5225X with the gstwr_httpsrv example as shown in Section 4 Running the Demos or any other software that implements the required communication between the MCU and the GS1011MIP module. 4. Reset or cycle power on the Tower. The terminal window should display the startup messages similar to the figure below. 5. Press the SW3 button on the TWR-MCF5225X. The GS1011MIP will enter ad-hoc mode and create an ad-hoc network (GSWebProv) and allow an external wireless device (e.g. PC, smart phone, or tablet) to join. The default settings of the ad-hoc network are as follows: SSID: GSWebProv Channel: 11 Username: admin Password: admin Webserver IP: You should now see messages similar to the following on the terminal window: TWR-WIFI-G1011MI Lab Guide Page 10 of 15

11 7. Configure the connecting external wireless device using a static IP. The IP address should be in the same subnet as the provisioning WebServer (i.e xxx). Scan and connect wirelessly to the ad-hoc network. The figure below shows the successful connection of a PC using Intel PROSet/Wireless WiFi Connection Utility. 8. Once a connection is established, open a browser and type in the webserver IP address ( ). This will prompt request for user ID and password. TWR-WIFI-G1011MI Lab Guide Page 11 of 15

12 9. Type the default username and password (admin, admin) and press Enter. This will launch the embedded web provisioning page. 10. From here, you may navigate to different pages: a. Wireless Settings (Wi-Fi): On this page you may configure the Wi-Fi related setting. For example, SSID, Channel, Infrastructure type, Security etc. Also you may select Find Available Wireless Network and select the desired network to configure. Click on Save button to save the configuration temporarily. Once saved, click Logout button, and the changes will be sent to the MCU. At this point, you should see messages similar to those in the window below. TWR-WIFI-G1011MI Lab Guide Page 12 of 15

13 NOTE: Once you Logout, you will come out of web provisioning mode and go into infrastructure mode and will try to join the network that was specified. This new network will then become the default network that the Tower system will join every time it powers up, until it is provisioned again to join a different network by pushing the SW3 switch on the MCU board. b. Administration Settings: Here you can change the login ID and password to the node. Click on Save to save the configuration temporarily. Once you press the Logout button, it will send the configuration to the Host processor. Please note that once you logout, you will exit web provisioning mode. c. Logout: Once all changes have been made, select Logout. Once you press the logout button, all configuration parameters with updated values are sent to Host processor and the node is rebooted. 5.2 Wi-Fi Protected Setup (WPS) In order to simplify the process of establishing a secure network, the Wi-Fi Alliance has defined a simplified Wi-Fi Protected Setup protocol allowing credentials to be exchanged between a client and AP without the need for manual creation, entry of the SSID or PSK. Two modes of operation are provided: Personal Information Number (PIN) and Push Button Configuration (PBC). The procedure to use the PBC method is described below. This procedure requires a wireless access point (AP), that supports WPS and the PBC method (e.g. a Linksys WRT160N). To invoke WPS using the PBC method: 1. Assemble your Tower system consisting of the TWR-MCF5225X, TWR-SER, and TWR- WIFI-G1011MI TWR-WIFI-G1011MI Lab Guide Page 13 of 15

14 2. Connect a serial cable from a PC running a terminal program (settings: , 8N1) to the DB9 connector on the TWR-SER module 3. Program the TWR-MCF5225X with the gstwr_httpsrv example as shown in Section 4 Running the Demos or any other software that implements the required communication between the MCU and the GS1011MIP module. 4. Reset or cycle power on the Tower. The terminal window should display the startup messages similar to the figure below. 5. Press the SW1 button on the TWR-MCF5225X. The GS1011MIP module (client) will now enter the WPS PBS mode. Messages similar to those below should now appear in the terminal window. 6. A button on the AP (either a physical button on a clickable button icon in the embedded AP webserver) must be pressed within two minutes of the client entering WPS PBS mode. An exchange will then take place between the client and AP providing the SSID and randomly-generated passphrase that can thereafter be used for secure communications. TWR-WIFI-G1011MI Lab Guide Page 14 of 15

15 TWR-WIFI-G1011MI Lab Guide Page 15 of 15

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

Lab Guide Rev. 1.1 TWRWIFIAR4100LAB

Lab Guide Rev. 1.1 TWRWIFIAR4100LAB TWR-WIFI-AR4100 Lab Guide Rev. 1.1 Freescale Semiconductor Inc. TWRWIFIAR4100LAB Contents 1 Purpose... 3 2 Configuring the TWR-WIFI-AR4100 Hardware... 3 3 Installing the Development Environment... 4 4

More information

GS-AN039. Provisioning Methods with S2W INTRODUCTION SETTING UP WEB PROVISIONING USING LIMITED AP PROVISIONING MODE

GS-AN039. Provisioning Methods with S2W INTRODUCTION SETTING UP WEB PROVISIONING USING LIMITED AP PROVISIONING MODE GS-AN039 Provisioning Methods with S2W INTRODUCTION The Serial to Wi-Fi application supports multiple methods of provisioning the device to connect to the infrastructure (i.e. Access Point) a) Web Provisioning

More information

M52259DEMOKIT One-stop-shop connectivity MCU with USB, Ethernet and CAN, featuring Freescale MQX software solutions

M52259DEMOKIT One-stop-shop connectivity MCU with USB, Ethernet and CAN, featuring Freescale MQX software solutions M52259DEMOKIT Quick Start Guide ColdFire Embedded Controllers M52259DEMOKIT One-stop-shop connectivity MCU with USB, Ethernet and CAN, featuring Freescale MQX software solutions Quick Start Guide Lab Tutorials

More information

Quick Start Guide for TWR-MCF5225X TOWER SYSTEM. MCF5225X ColdFire connectivity MCUs

Quick Start Guide for TWR-MCF5225X TOWER SYSTEM. MCF5225X ColdFire connectivity MCUs Quick Start Guide for TWR-MCF5225X TOWER SYSTEM MCF5225X ColdFire connectivity MCUs TOWER SYSTEM Quick Start Guide for TWR-MCF5225X Get to know the TWR-MCF5225X TOWER SYSTEM Primary Connector RS232 Port

More information

Freescale Tower System

Freescale Tower System 8-, 16- and 32-bit MCUs/MPUs Freescale Tower System Modular development platform Overview The Freescale Tower System is a modular development platform for 8-, 16- and 32-bit MCUs and MPUs that enables

More information

Lab Tutorial for TWR-S08GW64 TOWER SYSTEM. MC9S08GW64 LCD segment MCU for flow meters and energy metering applications

Lab Tutorial for TWR-S08GW64 TOWER SYSTEM. MC9S08GW64 LCD segment MCU for flow meters and energy metering applications Lab Tutorial for TWR-S08GW64 TOWER SYSTEM MC9S08GW64 LCD segment MCU for flow meters and energy metering applications TOWER SYSTEM Get to Know the TWR-S08GW64 MC9S08GW64 Tamper Switch (SW4) User Switch

More information

Quick Start Guide TWR-S08PT60. 5-Volt S08P Family of 8-bit MCUs for Industrial and Appliance Applications TOWER SYSTEM

Quick Start Guide TWR-S08PT60. 5-Volt S08P Family of 8-bit MCUs for Industrial and Appliance Applications TOWER SYSTEM TWR-S08PT60 5-Volt S08P Family of 8-bit MCUs for Industrial and Appliance Applications TOWER SYSTEM Get to Know the TWR-S08PT60 Primary Connector Force BDM Infrared Port Reset Switch Motor Control Daughter

More information

Learn How to Configure EnGenius Wi-Fi Products for Popular Applications

Learn How to Configure EnGenius Wi-Fi Products for Popular Applications Learn How to Configure EnGenius Wi-Fi Products for Popular Applications Operation Modes Access Point (AP) / WDS AP Client Bridge (CB) Repeater WDS Bridge Client Router AP Router Access Point An access

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

Component validity and internal error checking functionality to ensure reliable operation

Component validity and internal error checking functionality to ensure reliable operation October 2013 Overview of Tower system, CodeWarrior v10.3 and MQX 4.0 Easy OS configuration with GUI based interface Using BSP clone wizard to start with BSP porting Kernel debugging with task aware debugger

More information

Quick Start Guide for TWR-S08LL64 TOWER SYSTEM MC9S08LL64. S08 ultra-low-power LCD segment MCU

Quick Start Guide for TWR-S08LL64 TOWER SYSTEM MC9S08LL64. S08 ultra-low-power LCD segment MCU Quick Start Guide for TWR-S08LL64 TOWER SYSTEM MC9S08LL64 S08 ultra-low-power LCD segment MCU TOWER SYSTEM Get to know the TWR-S08LL64 Tower Card Connector (Secondary) LCD Display Potentiometer Mini-B

More information

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

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

More information

NW611. AC600 WiFi Dual Band USB Adapter with 5dBi Antenna

NW611. AC600 WiFi Dual Band USB Adapter with 5dBi Antenna NW611 AC600 WiFi Dual Band USB Adapter with 5dBi Antenna Chapter 1: Introduction..3 1.1 Product Features..3 1.2 Package Contents.3 1.3 Indicator Description.3 CHAPTER 2: Quick Installation Guide.4 2.1

More information

Getting Started with Freescale MQX RTOS for Kinetis SDK and Kinetis Design Studio IDE

Getting Started with Freescale MQX RTOS for Kinetis SDK and Kinetis Design Studio IDE Freescale Semiconductor, Inc. Document Number: KSDKGSKDSUG User s Guide Rev. 1, 04/2015 Getting Started with Freescale MQX RTOS for Kinetis SDK and Kinetis Design Studio IDE 1 Overview This section describes

More information

Freescale MQX RTOS TWR-K64F120M Release Notes

Freescale MQX RTOS TWR-K64F120M Release Notes Freescale Semiconductor Document Number: MQXTWRK64RN Release Notes Rev. 2, 03/2014 Freescale MQX RTOS 4.1.0 TWR-K64F120M Release Notes 1 Introduction These are the Release Notes for the K64F120M standalone

More information

High Gain USB Wireless Adapter RNX-AC600HGUBE. User Manual

High Gain USB Wireless Adapter RNX-AC600HGUBE. User Manual RNX-AC600HGUBE User Manual Table of Contents Chapter 1: Introduction....... 03 1.1 Product Features.... 03 1.2 Package Contents...... 03 1.3 Indicator Description... 03 CHAPTER 2: Quick Installation Guide......

More information

Quick Start Guide TWR-S08DC-PT60. Tower System Daughter Card for the 5-Volt 8-bit MC9S08P Family TOWER SYSTEM

Quick Start Guide TWR-S08DC-PT60. Tower System Daughter Card for the 5-Volt 8-bit MC9S08P Family TOWER SYSTEM Quick Start Guide TWR-S08DC-PT60 Tower System Daughter Card for the 5-Volt 8-bit MC9S08P Family TOWER SYSTEM Quick Start Guide Get to Know the TWR-S08DC-PT60 OSBDM USB Connector Potentiometer Reset Switch

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

Quick Start Guide. TWR-P1025 QorIQ Processor with Networking and Industrial Connectivity and Protocol Offload Engine TOWER SYSTEM

Quick Start Guide. TWR-P1025 QorIQ Processor with Networking and Industrial Connectivity and Protocol Offload Engine TOWER SYSTEM TWR-P1025 QorIQ Processor with Networking and Industrial Connectivity and Protocol Offload Engine TOWER SYSTEM Get to Know the TWR-P1025 TWR-P1025 Freescale Tower System 2 The TWR-P1025 module is part

More information

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

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

More information

Configuring a BELKIN Router. Basic Configuration Steps

Configuring a BELKIN Router. Basic Configuration Steps Configuring a BELKIN Router Basic Configuration Steps Configuring Your Router STEP 1 (a): Connect Your PC to the Router Unbox the router and power up the router. Connect the Act internet cable to the WAN/Internet

More information

NCR. Wi-Fi Setup Assistant. User guide

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

More information

Wireless Setup Instructions

Wireless Setup Instructions Wireless Setup Instructions THESE INSTRUCTIONS ARE VERY IMPORTANT TO SECURE YOUR WIRELESS NETWORK The purpose of this procedure is to "lock" your router so other users can not access your network without

More information

Nano USB Wireless Adapter RNX-AC600NUB. User Manual

Nano USB Wireless Adapter RNX-AC600NUB. User Manual RNX-AC600NUB User Manual Table of Contents Chapter 1: Introduction....... 03 1.1 Product Features.... 03 1.2 Package Contents...... 03 1.3 Indicator Description... 03 CHAPTER 2: Quick Installation Guide......

More information

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

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

More information

Spartan -6 LX9 MicroBoard Web Connectivity On Ramp Tutorial

Spartan -6 LX9 MicroBoard Web Connectivity On Ramp Tutorial Spartan -6 LX9 MicroBoard Web Connectivity On Ramp Tutorial Version 13.2.01 Revision History Version Description Date 13.2.01 Initial release with support for ISE 13.2 tools Aug. 10, 2011 Page 2 of 30

More information

WIRELESS 150N USB 2.0 ADAPTER

WIRELESS 150N USB 2.0 ADAPTER WIRELESS 150N USB 2.0 ADAPTER Manual DN-7042-1 Rev.3 Chapter 1. Introduction Thank you for purchasing the wireless 802.11b/g/n USB adapter! This adapter is mini size design and you are able to plug it

More information

How to setup the UCW232/WA-232B Serial WiFi adapter

How to setup the UCW232/WA-232B Serial WiFi adapter How to setup the Serial WiFi adapter (based on Windows 7, 32/64-bit) This step-by-step guide explains how to get started using the Serial RS232 WiFi Adapter part and Serial RS485 / RS422 WiFi adapter part

More information

Mega 100WR ADSL 2+ Router - Easy Start

Mega 100WR ADSL 2+ Router - Easy Start Mega 100WR ADSL 2+ Router - Easy Start Mega 100WR ADSL 2+ Router - Easy Start Chapter 1 Introduction Thank you for purchasing a Mega 100WR Router. This Easy start guide is a complete guide to configuring

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

Setup Guide for Wi-Fi Hotspot Boosting Kit

Setup Guide for Wi-Fi Hotspot Boosting Kit Setup Guide for WI-KIT-02 Wi-Fi Hotspot Boosting Kit Congratulations on purchasing the WI-KIT-02, this contains everything you need to be able to connect to Wi-Fi at a camp site / marina / other location.

More information

Arrayent DevKit Sample Application Quick Start Guide For TI CC3220

Arrayent DevKit Sample Application Quick Start Guide For TI CC3220 Arrayent DevKit Sample Application Quick Start Guide For TI CC3220 28 March 2017 TABLE OF CONTENTS Chapter 1. Overview Audience and Scope Prerequisites Supported Software and Hardware Platforms TI CC3220

More information

Different Application Scenarios to use the TP-Link dual band range extender

Different Application Scenarios to use the TP-Link dual band range extender Different Application Scenarios to use the TP-Link dual band range extender A dual band range extender, it can extend 2.4Ghz and 5Ghz networks at the same time.the settings are configured slight differently

More information

Wireless Security Setup Guide

Wireless Security Setup Guide Wireless Security Setup Guide NF10WV FAQs Wireless Security Overview To guard your home network against attack and prevent unauthorised access, it is very important that you follow this guide to secure

More information

N900 Wireless Dual Band Gigabit Router

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

More information

Codewarrior for ColdFire (Eclipse) 10.0 Setup

Codewarrior for ColdFire (Eclipse) 10.0 Setup Codewarrior for ColdFire (Eclipse) 10.0 Setup 1. Goal This document is designed to ensure that your Codewarrior for Coldfire v10.0 environment is correctly setup and to orient you to it basic functionality

More information

HSPA+ WiFi Router with Voice

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

More information

Billion BiPAC 7700NR2. Setup Guide

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

More information

Freescale Semiconductor Inc. Vybrid DS-5 Getting Started Guide Rev 1.0

Freescale Semiconductor Inc. Vybrid DS-5 Getting Started Guide Rev 1.0 Freescale Semiconductor Inc. Vybrid DS-5 Getting Started Guide Rev 1.0 1 Introduction... 3 2 Download DS-5 from www.arm.com/ds5... 3 3 Open DS-5 and configure the workspace... 3 4 Import the Projects into

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

BR411AP n Wireless Access Point and Bridge

BR411AP n Wireless Access Point and Bridge BR411AP 802.11n Wireless Access Point and Bridge The BR411AP provides connectivity between Ethernet wired networks and radio-equipped wireless devices. It is an easy, web-based setup for installation and

More information

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

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

More information

Wi-Fi Adapter. Operating Instructions Before operating the unit, please read this manual thoroughly and retain it for future reference.

Wi-Fi Adapter. Operating Instructions Before operating the unit, please read this manual thoroughly and retain it for future reference. 4-181-312-12 (1) Wi-Fi Adapter Operating Instructions Before operating the unit, please read this manual thoroughly and retain it for future reference. CBK-WA01 2010 Sony Corporation NOTICE TO USERS Documentation

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

MQX -celeration RTOS-integrated solutions

MQX -celeration RTOS-integrated solutions QoriQ Power Architecture i.mx ColdFire mc56f8xx / 8xxx 9S12 9S08 9RS08 MQX -celeration RTOS-integrated solutions Freescale MQX Software Solutions Freescale streamlines embedded design with a complimentary

More information

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

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

More information

Installing driver over the network

Installing driver over the network Installing driver over the network Command- line Definition Description Command- line Definition Description /a or /A /n or /N /nd or /ND Specifies

More information

802.11N Wireless Broadband Router

802.11N Wireless Broadband Router 802.11N Wireless Broadband Router Pre-N Wireless Access Point Broadband Internet Access WPS 4-Port Switching Hub User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless Router Features... 1

More information

Wireless Security Setup Guide

Wireless Security Setup Guide Wireless Security Setup Guide NF17ACV FAQs Wireless Security Overview To guard your home network against attack and prevent unauthorised access, it is very important that you follow this guide to secure

More information

Lab: Configure Wireless Security

Lab: Configure Wireless Security 16.3.1 Lab: Configure Wireless Security Introduction Print and complete this lab. In this lab, you will configure and test the wireless settings on the Linksys WRT300N. Recommended Equipment Two computers

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

AirCruiser G Wireless Router GN-BR01G

AirCruiser G Wireless Router GN-BR01G AirCruiser G Wireless Router GN-BR01G User s Guide i Contents Chapter 1 Introduction... 1 Overview...1 Features...1 Package Contents...2 AirCruiser G Wireless Router Rear Panel...2 AirCruiser G Wireless

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

Controller Continuum. for Microcontrollers V6.3. Quick Start

Controller Continuum. for Microcontrollers V6.3. Quick Start Controller Continuum for Microcontrollers V6.3 Quick Start CodeWarrior Development Studio for Microcontrollers V6.x Quick Start SYSTEM REQUIREMENTS Hardware Operating System Disk Space PC with 1 GHz Intel

More information

Quick Start Guide. TWR-K70F120M High-Performance MCUs with Graphics LCD, Connectivity and Security TOWER SYSTEM

Quick Start Guide. TWR-K70F120M High-Performance MCUs with Graphics LCD, Connectivity and Security TOWER SYSTEM TWR-K70F120M High-Performance MCUs with Graphics LCD, Connectivity and Security TOWER SYSTEM Get to Know the TWR-K70F120M Primary Connector Infra-Red General Purpose Tower Plug-In (TWRPI) Socket SW3 (Reset)

More information

MARQUE: GARMIN REFERENCE: EX FRS CODIC: NOTICE

MARQUE: GARMIN REFERENCE: EX FRS CODIC: NOTICE MARQUE: GARMIN REFERENCE: EX3800-100FRS CODIC: 4121198 NOTICE Model EX3800 User Manual May 2015 202-11488-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products.

More information

Quick Start Guide. TWR-KV10Z32 Development Kit for Kinetis KV1x Family TOWER SYSTEM

Quick Start Guide. TWR-KV10Z32 Development Kit for Kinetis KV1x Family TOWER SYSTEM TWR-KV10Z32 Development Kit for Kinetis KV1x Family TOWER SYSTEM Get to Know the TWR-KV10Z32 Thermistor RT4 User s Button SW1 Motor Control Auxiliary Connector Reset Button Thermistor RT1 UART Select Jumper

More information

Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide

Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide Shaw Business Hitron Modem (CGNM-2250) Configuration User Guide Contents 1. How to Login to your Hitron Modem... 3 2. SmartWiFi and Local Area Network (LAN) set up...4 a. LAN Setting -Private Gateway IP

More information

VMware AirWatch: Directory and Certificate Authority

VMware AirWatch: Directory and Certificate Authority Table of Contents Lab Overview - HOL-1857-06-UEM - VMware AirWatch: Directory and Certificate Authority Integration... 2 Lab Guidance... 3 Module 1 - Advanced AirWatch Configuration, AD Integration/Certificates

More information

TWR-K60F120M Quick Start Guide

TWR-K60F120M Quick Start Guide TWR-K60F120M Quick Start Guide High-Performance MCUs with Connectivity and Security Tower System Development Board Platform Get to Know the TWR-K60F120M Board Primary SW1 Potentiometer SD Card Socket Infra-Red

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

WRE6606. User s Guide. Quick Start Guide. Dual-Band Wireless AC1300 Access Point. Default Login Details. Version 1.00 (ABDU.0) Edition 1, 10/2016

WRE6606. User s Guide. Quick Start Guide. Dual-Band Wireless AC1300 Access Point. Default Login Details. Version 1.00 (ABDU.0) Edition 1, 10/2016 WRE6606 Dual-Band Wireless AC1300 Access Point Version 1.00 (ABDU.0) Edition 1, 10/2016 Quick Start Guide User s Guide Default Login Details Web Address http://zyxelsetup http://dhcp-assigned IP www.zyxel.comhttp://192.168.1.2

More information

Neon Signal Mapping with the 3550R and 8800(SX)

Neon Signal Mapping with the 3550R and 8800(SX) The most important thing we build is trust ADVANCED ELECTRONIC SOLUTIONS AVIATION SERVICES COMMUNICATIONS AND CONNECTIVITY MISSION SYSTEMS Neon Signal Mapping with the 3550R and 8800(SX) Operation Guide

More information

Billion BiPAC 7800VDOX. Setup Guide

Billion BiPAC 7800VDOX. Setup Guide Billion BiPAC 7800VDOX Setup Guide MODEM REFERENCE & LIGHT STATUS SHEET On the front of your modem you will notice a number of lights. The below table explains what each of these lights mean: LABEL ACTION

More information

WAP6405. User s Guide. Quick Start Guide. 5GHz AC1750 Gigabit Wireless Bridge. Default Login Details. Version 1.00 Edition 1, 06/2016

WAP6405. User s Guide. Quick Start Guide. 5GHz AC1750 Gigabit Wireless Bridge. Default Login Details. Version 1.00 Edition 1, 06/2016 WAP6405 5GHz AC1750 Gigabit Wireless Bridge Version 1.00 Edition 1, 06/2016 Quick Start Guide User s Guide Default Login Details LAN IP Address http://192.168.1.2 (AP Mode) http://192.168.1.5 (Repeater

More information

Si117x Static HRM/SpO2

Si117x Static HRM/SpO2 Si117x Static HRM/SpO2 Software Demo for Wireless STK User s Guide 1.0 Introduction The Silicon Labs Static HRM/SpO 2 software demo for Wireless Starter Kit (EFR32 MG) provides an example application to

More information

Rapidlogger Systems. EnGenius ENS202EXT Access Point

Rapidlogger Systems. EnGenius ENS202EXT Access Point EnGenius ENS202EXT Access Point This tech note describes how to setup the EnGenius Wi-Fi access point and connect it with the Rapidlogger System. This will allow you to wirelessly communicate between your

More information

Software Manual Net Configuration Tool POS Printer Rev. 2.03

Software Manual Net Configuration Tool POS Printer Rev. 2.03 Software Manual Net Configuration Tool POS Printer Rev. 2.03 http://www.bixolon.com Table of Contents 1. Manual Information... 3 2. Operating System (OS) Environment... 3 3. Software Installation & Uninstallation...

More information

Quick Start. Package Contents. Nighthawk AC1900 WiFi Cable Modem Router for XFINITY Internet and Voice Model C7100V

Quick Start. Package Contents. Nighthawk AC1900 WiFi Cable Modem Router for XFINITY Internet and Voice Model C7100V Support Thank you for purchasing this NETGEAR product. You can visit www.netgear.com/support to register your product, get help, access the latest downloads and user manuals, and join our community. We

More information

LiveNX Upgrade Guide from v5.1.2 to v Windows

LiveNX Upgrade Guide from v5.1.2 to v Windows LIVEACTION, INC. LiveNX Upgrade Guide from v5.1.2 to v5.1.3 - Windows UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the

More information

External Headers. USB Host User LEDs. User Switches. E1 Header (Unfitted)

External Headers. USB Host User LEDs. User Switches. E1 Header (Unfitted) Quick Start Cymbet Energy Harvesting Renesas Promotional Board for RX111 External Headers Digilent Pmod Compatible TM USB Function JP2 (not fitted) J-Link LED USB Host User LEDs External Headers Reset

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

Yealink T48S Wireless Settings

Yealink T48S Wireless Settings Yealink T48S Wireless Settings Wireless Network Yealink T48S Wireless Settings Overview Wi-Fi is a popular wireless networking technology that uses radio waves to provide wireless High speed Internet and

More information

Do More. AC1750 Smart WiFi Router. Model R6400v2

Do More. AC1750 Smart WiFi Router. Model R6400v2 Do More AC1750 Smart WiFi Router Model R6400v2 WiFi Network Name and Password The preassigned WiFi network name (SSID) and network key (password) are unique to your router, like a serial number. Because

More information

Quick Start Guide. TWR-K70F120M High-Performance MCUs with Graphics LCD, Connectivity and Security TOWER SYSTEM

Quick Start Guide. TWR-K70F120M High-Performance MCUs with Graphics LCD, Connectivity and Security TOWER SYSTEM TWR-K70F120M High-Performance MCUs with Graphics LCD, Connectivity and Security TOWER SYSTEM Get to Know the TWR-K70F120M Primary Connector Infra-Red General Purpose Tower Plug-In (TWRPI) Socket SW3 (Reset)

More information

IT Department. Basic WIFI Troubleshooting on ACC SSID. October 2017

IT Department. Basic WIFI Troubleshooting on ACC SSID. October 2017 October 2017 IT Department Basic WIFI Troubleshooting on ACC SSID Many times WIFI issues can be solved with a few simple fixes. Some of the most common example are below: Symptom 1 Desired Wireless network

More information

A5500 Configuration Guide

A5500 Configuration Guide A5500 Configuration Guide Sri Ram Kishore February 2012 Table of contents Gateway Configuration... 3 Accessing your gateway configuration tool... 3 Configuring your broadband Internet access... 3 Configuring

More information

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

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

More information

Zilog TCP/IP Software Suite

Zilog TCP/IP Software Suite QS004914-1211 Introduction This quick start guide helps you to get started with the Zilog TCP/IP Software Suite for Zilog s ez80acclaim! family, which includes the ez80f91, ez80f92 and ez80f93 microcontrollers

More information

EX-6014WI RS232 to WiFi Wireless Adapter, w/ Mounting Kit

EX-6014WI RS232 to WiFi Wireless Adapter, w/ Mounting Kit EX-6014WI RS232 to WiFi Wireless Adapter, w/ Mounting Kit Thank you for purchasing this RS232 to WiFi Wireless Adapter (hereinafter referred to as WiFi-Adapter ), it is designed to communicate with RS232

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

1 Connect a computer and the NF10WV using an Ethernet cable. (A yellow Ethernet cable was provided with your NF10WV).

1 Connect a computer and the NF10WV using an Ethernet cable. (A yellow Ethernet cable was provided with your NF10WV). Wireless Setup Guide NF10WV FAQs Wireless Setup guide Login to Web User Interface 1 Connect a computer and the NF10WV using an Ethernet cable. (A yellow Ethernet cable was provided with your NF10WV). 2

More information

Troubleshooting Guide

Troubleshooting Guide Troubleshooting Guide Wireless Vehicle Bus Adapter Technical Support September 2016 Contents 1 Introduction... 4 1.1 Wireless Vehicle Adapter Troubleshooting Guide... 4 1.2 Equipment for Testing... 4 1.3

More information

NETWORK USER S GUIDE. Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless Ethernet Multi-function Print Server

NETWORK USER S GUIDE. Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless Ethernet Multi-function Print Server Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless Ethernet Multi-function Print Server NETWORK USER S GUIDE This Network User's Guide provides useful information of wired and wireless

More information

Quick Start Guide. TWR-MPC8309 PowerQUICC Processor with Industrial Connectivity and Protocol Off-Load Engine TOWER SYSTEM

Quick Start Guide. TWR-MPC8309 PowerQUICC Processor with Industrial Connectivity and Protocol Off-Load Engine TOWER SYSTEM TWR-MPC8309 PowerQUICC Processor with Industrial Connectivity and Protocol Off-Load Engine TOWER SYSTEM -P23345-TWR-MPC8309-o1v6.indd 1 Get to Know the TWR-MPC8309 Display Header RS232 Header SD Slot (bottom)

More information

Application Notes for Infoblox DNSone in an Avaya Communication Manager Wireless IP Telephony Infrastructure Issue 1.0

Application Notes for Infoblox DNSone in an Avaya Communication Manager Wireless IP Telephony Infrastructure Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Infoblox DNSone in an Avaya Communication Manager Wireless IP Telephony Infrastructure Issue 1.0 Abstract These Application Notes describe

More information

Wi-Fi 300N USER MANUAL. Nano USB Adapter HNWU300NN.

Wi-Fi 300N USER MANUAL. Nano USB Adapter HNWU300NN. Wi-Fi 300N Nano USB Adapter USER MANUAL HNWU300NN www.hamletcom.com Table of Contents 1. Introduction... 4! 1.1 Product Features... 4! 1.2 Package contents... 4! 2. Wireless USB Adapter Installation...

More information

How to setup the range extender by using the

How to setup the range extender by using the How to setup the range extender by using the Setup Wizard in CD Disc Thank you for purchasing Edimax Wireless Access Point. We hope this instruction can help you setup the extender to extend your existing

More information

Wireless Troubleshooting Guide

Wireless Troubleshooting Guide Wireless Troubleshooting Guide NF10WV FAQs Wireless Troubleshooting guide First, check whether your modem/router s Wi-Fi is turned ON or not. Check LED light status for WiFi. If WiFi light is OFF, it means

More information

Using the Lantronix SGX 5150 Serial Device Server

Using the Lantronix SGX 5150 Serial Device Server 5 Gould Road, PO Box 2155 New London, NH 03257 USA Voice: (603) 526-9800 info@canarysystems.com www.canarysystems.com Using the Lantronix SGX 5150 Serial Device Server Application Note #28 - Revision 12/2018

More information

How to setup the WA232E Serial WiFi adapter

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

More information

Quick-Start Guide. BNS Solutions. QSK62P Plus

Quick-Start Guide. BNS Solutions. QSK62P Plus BNS Solutions Quick-Start Guide QSK62P Plus RS-232 Port Link LED 8-character x 2-line LCD Expansion Port (2) Reset Switch Power LED Thermistor I/O Ring (4) M16C MCU Analog Adjust Pot MCU Crystal Expansion

More information

LAB #1: The CSM12C32 Module and PBMCUSLK Project Board

LAB #1: The CSM12C32 Module and PBMCUSLK Project Board CS/EE 5780/6780 Handout #1 Spring 2007 Myers LAB #1: The CSM12C32 Module and PBMCUSLK Project Board Lab writeup is due to your TA at the beginning of your next scheduled lab. Don t put this off to the

More information

Table of contents. Digifobpro User Instructions - WiFi Module Page - 2

Table of contents. Digifobpro User Instructions - WiFi Module Page - 2 Table of contents WiFi Module - What is it? 3 Configure WiFi on your digifobpro 4 Server Settings 5-7 Connecting digifobpro to your PC 8 Functions menu in digiconnect 9 Configuring WiFi using digiconnect

More information

Product Family: Networking Hardware Number: AN-NH-012

Product Family: Networking Hardware Number: AN-NH-012 APPLICATION NOTE THIS INFORMATION PROVIDED BY AUTOMATIONDIRECT.COM TECHNICAL SUPPORT These documents are provided by our technical support department to assist others. We do not guarantee that the data

More information

Video Surveillance System for $300

Video Surveillance System for $300 READYNAS SOLUTIONS SERIES Video Surveillance System for $300 Infrant Technologies, Inc. 3065 Skyway Court, Fremont, CA 94539 www.infrant.com Introduction The Video Surveillance market is expected to top

More information

Quick Start Guide TWR-PXR bit Power Architecture MCU for High-Performance Real-Time Applications TOWER SYSTEM

Quick Start Guide TWR-PXR bit Power Architecture MCU for High-Performance Real-Time Applications TOWER SYSTEM Quick Start Guide TWR-PXR40 32-bit Power Architecture MCU for High-Performance Real-Time Applications TOWER SYSTEM Quick Start Guide Get to Know the TWR-PXR40 User LEDs OSJTAG Interface CAN JTAG Interface

More information

Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist

Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Summary This document explains how to configure the TP-Link

More information

APP NOTES Onsight Rugged Smart Camera Wireless Network Configuration

APP NOTES Onsight Rugged Smart Camera Wireless Network Configuration APP NOTES Onsight Rugged Smart Camera Wireless Network Configuration July 2016 Table of Contents 1. Overview... 4 1.1 Onsight Setup Wizard... 4 1.2 Onsight Wireless Manual Setup... 4 1.3 Hotspot Login...

More information