Galileo Tutorial Connectivity Basics Senzations 14

Size: px
Start display at page:

Download "Galileo Tutorial Connectivity Basics Senzations 14"

Transcription

1 Galileo Tutorial Connectivity Basics Senzations 14 Biograd na Moru 1. September IoT with Galileo Connectivity WHAT WILL YOU MAKE? Alex Gluhak Intel Labs Europe

2 Outline Learning goals Available connectivity HW on the Galileo Connecting to your Galileo via Ethernet cable Setting up Wifi Enabling SFTP and upload files via an SFTP client Setting up Bluetooth 2 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

3 Ethernet - hardware SoC Block Diagram SoC has 2 * 10/100 Mbps Ethernet controllers Galileo exposes 1 Ethernet port No Ethernet shield needed Use existing Arduino sketches Ethernet port 2 SoC Ethernet Controllers 2 SoC PCIe lanes Galileo Top View 3 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

4 WiFi - hardware SoC has 2 PCI Express* ports Galileo exposes 1 on the bottom of the board through a Mini PCIe slot Plug in card N-135 (Wifi+Bluetooth) or (N-6025) (Wifi only) Also screw in mpcie bracket adapter to hold mpcie card in place Plug in your Antenna(s) You need to use the Linux Image for SD for Wifi to work Mini PCIe Expansion Slot mpcie Bracket Adapter Antennas Galileo Bottom View 4 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

5 Wifi module used in tutorial Intel N135 Single-stream Single-band, 2.4Ghz, up 150Mbit/s Wifi b/g/n Bluetooth 4.0 Supports Wi-Fi Direct 2 antennas for diversity 5 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

6 Ethernet - Software Galileo Ethernet libraries are used by default for the Ethernet port You DONT need to use the Linux Image for SD for Ethernet to work (Flash or Mass storage works) Reference IoT with Galileo Connectivity WHAT WILL YOU MAKE?

7 Wifi - Software Galileo Wifi libraries are used by default for the Wifi card You DO need to use the Linux Image for SD for Wifi to work Reference IoT with Galileo Connectivity WHAT WILL YOU MAKE?

8 Connecting to your Galileo via Ethernet Step 1: Plug Ethernet cable (Cross-connect auto detected) Step 2: Create small Arduino sketch to start the telnet daemon configure the eth0 interface.and upload it onto the Galileo Step 3: Wait until PC acquires link local address Step 4: Connect via ssh/telenet client 8 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

9 Create Ethernet configuration script Step 1: In Ardiuno IDE create new sketch file File->New Step 2: Add two lines to the setup () system() can do any Linux shell invocations Step 3: Save file File->SaveAs Step 4: Upload sketch File->Upload 9 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

10 Connect via ssh/telnet client Assign an address in the same subnetwork to your laptop On Linux/Mac: ssh On Windows: use PuTTY See right side for telnet For ssh use port IoT with Galileo Connectivity WHAT WILL YOU MAKE?

11 Connecting the Wifi module Turn off power Screw on PCI-E mini extension card adapter Attach antenna to MAIN 1 connector Slot into PCI-E mini connector at the back of the Galileo Power on 11 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

12 ESSID: Kongresna sala Password: senzations IoT with Galileo Connectivity WHAT WILL YOU MAKE?

13 Verify network settings Type ifconfig into command line IP address e.g MAC address e.g. 98:4F:EE:00:10:47 Interface id e.g. eth0 13 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

14 Setting up Wifi Step 1: Check for wifi interface adapters Type iwconfig into shell Interface id e.g. wlan0 14 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

15 Setting up the Wifi access (1/3) STEP 1: Configure WPA access point and password using the wpa_passphrase script using ESSID and password wpa_passphrase ESSID password STEP 2: Bring up the interface 15 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

16 Setting up the Wifi access (2/3) STEP 3: SSH into to Galileo via Wifi interface ifconfig // get wlan ip address STEP 4: Bring down the eth0 interface ifconfig eth0 down 16 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

17 Setting up the Wifi access (3/3) STEP 5:Test connection ping // test internet connectivity ping // test DNS STEP 6 (Optional): Configure automated startup Add auto wlan0 into /etc/network/interfaces file 17 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

18 Discovering other access points Use default wireless Linux tools, eg. iwlist wlan0 scanning 18 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

19 SFTP configuration for file transfer Configure proper sftp daemon on default image should work for you STEP1 : Open config file vi /etc/ssh/sshd_config STEP2: Change line entry in the file change Subsystem sftp to Subsystem sftp internal-sftp STEP3: reboot type reboot 19 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

20 Transfer files to/from Galileo STEP1: Connect using SFTP client Linux/Mac: sftp Windows: e.g. WINSCP 20 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

21 Exercise Copy some file over that we need from tutorial 21 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

22 Bluetooth Linux tools Bluetooth only works for Linux, it is not currently compatible with Arduino libraries. hciconfig hci0 up This will get the device up and running. hciconfig Will show you the status of the device. hcitool scan Will scan for Bluetooth devices. Check this one for more: IoT with Galileo Connectivity WHAT WILL YOU MAKE?

23 Bluetooth connection Discover Bluetooth devices hcitool scan Edit /etc/bluetooth/rfcomm.conf Add the BT device address to pair to Make the BT discoverable and ready for connection hciconfig hci0 piscan hciconfig hci0 name "galileo hciconfig hci0 sspmode 1 bluetoothd Configure connection to your phone Exercise Write a Sketches that periodically scans for nearby BT devices and return the results over serial 23 IoT with Galileo Connectivity WHAT WILL YOU MAKE?

24

Intel Do-It-Yourself Challenge Lab 2: Intel Galileo s Linux side Nicolas Vailliet

Intel Do-It-Yourself Challenge Lab 2: Intel Galileo s Linux side Nicolas Vailliet Intel Do-It-Yourself Challenge Lab 2: Intel Galileo s Linux side Nicolas Vailliet www.intel-software-academic-program.com paul.guermonprez@intel.com Intel Software 2014-02-01 Prerequisites and objectives

More information

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / 22. www.dragino.com

Yun Shield User Manual VERSION: 1.0. Yun Shield User Manual 1 / 22. www.dragino.com Yun Shield User Manual VERSION: 1.0 Version Description Date 0.1 Initiate 2014-Jun-21 1.0 Release 2014-Jul-08 Yun Shield User Manual 1 / 22 Index: 1 Introduction... 3 1.1 What is Yun Shield... 3 1.2 Specifications...

More information

BEC 6200WZL. 4G/LTE Cellular Broadband Router. Quick Start Guide

BEC 6200WZL. 4G/LTE Cellular Broadband Router. Quick Start Guide BEC 6200WZL 4G/LTE Cellular Broadband Router Quick Start Guide 1 BEC 6200WZL 4G/LTE Cellular Broadband Router PLEASE READ THE QUICK START GUIDE AND FOLLOW THE STEPS CAREFULLY. THIS QUICK START GUIDE WILL

More information

www.dragino.com Yun Shield Quick Start Guide VERSION: 1.0 Version Description Date 1.0 Release 2014-Jul-08 Yun Shield Quick Start Guide 1 / 14

www.dragino.com Yun Shield Quick Start Guide VERSION: 1.0 Version Description Date 1.0 Release 2014-Jul-08 Yun Shield Quick Start Guide 1 / 14 Yun Shield Quick Start Guide VERSION: 1.0 Version Description Date 1.0 Release 2014-Jul-08 Yun Shield Quick Start Guide 1 / 14 Index: 1 Introduction... 3 1.1 About this quick start guide... 3 1.2 What

More information

Table of Contents. P a g e 2

Table of Contents. P a g e 2 Welcome to your personal ADSL Setup Guide. This document will explain how to setup your VoIP enabled ADSL router. Once you ve had a chance to explore the guide, we d love to hear what your comments, suggestions

More information

Workshop Intel Galileo Board

Workshop Intel Galileo Board Workshop Intel Galileo Board Introduction and Basics of Intel Galileo Board Walter Netto November 03th, 2014 Agenda Intel Galileo Board Overview Physical Characteristics Communication Processor Features

More information

Intro to Intel Galileo - IoT Apps GERARDO CARMONA

Intro to Intel Galileo - IoT Apps GERARDO CARMONA Intro to Intel Galileo - IoT Apps GERARDO CARMONA IRVING LLAMAS Welcome! Campus Party Guadalajara 2015 Introduction In this course we will focus on how to get started with the Intel Galileo Gen 2 development

More information

Chapter 1 Installing the Gateway

Chapter 1 Installing the Gateway Chapter 1 Installing the Gateway This chapter describes how to set up the wireless voice gateway on your Local Area Network (LAN), connect to the Internet, and perform basic configuration. For information

More information

Setting up a Raspberry Pi as a WiFi access point

Setting up a Raspberry Pi as a WiFi access point Setting up a Raspberry Pi as a WiFi access point Created by lady ada Last updated on 2015-03-10 04:30:11 PM EDT Guide Contents Guide Contents Overview What you'll need Preparation Check Ethernet & Wifi

More information

WLAN Outdoor CPE For 2.4G. Quick Installation Guide

WLAN Outdoor CPE For 2.4G. Quick Installation Guide WLAN Outdoor CPE For 2.4G Quick Installation Guide Part I: External Installation Direction A. Check the parts in your box CPE SET 1 DC 12V/1.5A Power Adapter 1 PoE DC Injector 1 Hose Clamps 2 Manual &

More information

Lab 9.1.1 Organizing CCENT Objectives by OSI Layer

Lab 9.1.1 Organizing CCENT Objectives by OSI Layer Lab 9.1.1 Organizing CCENT Objectives by OSI Layer Objectives Organize the CCENT objectives by which layer or layers they address. Background / Preparation In this lab, you associate the objectives of

More information

Version 1.0. File System. Network Settings

Version 1.0. File System. Network Settings Factory Default Settings LAN 1 IP Address: 192.168.2.127 Login: root or guest ( telnet guest only) Password: root or guest ( telnet guest only) Serial Console Port: Baud rate: 115200 Data format: 8 Bits,

More information

ROCKET HUB QUICK START GUIDE

ROCKET HUB QUICK START GUIDE ROCKET HUB QUICK START GUIDE 3G27WV-R Internet and Voice Key Features High speed internet Convenient internet access, portable for use anywhere on the Rogers wireless network. Download speeds of up to

More information

Adafruit's Raspberry Pi Lesson 3. Network Setup

Adafruit's Raspberry Pi Lesson 3. Network Setup Adafruit's Raspberry Pi Lesson 3. Network Setup Created by Simon Monk Last updated on 2016-01-04 12:07:57 PM EST Guide Contents Guide Contents Overview Using a Wired Network Buying a USB WiFi Adapter Setting

More information

Setup Wireless LAN (WLAN) on the Raspberry Pi

Setup Wireless LAN (WLAN) on the Raspberry Pi Setup Wireless LAN (WLAN) on the Raspberry Pi 1. Introduction Adding a wireless LAN connection to the Raspberry Pi (RPi) requires only a USB wireless access device (also called WLAN dongle and Wi-Fi dongle)

More information

Starting Guide - Poseidon 3265 First steps for remote monitoring with Poseidon & GSM

Starting Guide - Poseidon 3265 First steps for remote monitoring with Poseidon & GSM Poseidon 3265 starting guide Poseidon 3265 Starting Guide - Poseidon 3265 First steps for remote monitoring with Poseidon & GSM 1) Connecting Poseidon 3265 1.1) Check DIP switches settings. For installation

More information

TE100-P21/TEW-P21G Windows 7 Installation Instruction

TE100-P21/TEW-P21G Windows 7 Installation Instruction Hardware Installation TE100-P21/TEW-P21G Windows 7 Installation Instruction 1. Go to http://www.trendnet.com/downloads/ to download the Windows 7 Utility. Save the file to your desktop. 2. Right click

More information

Arduino Wifi shield And reciever. 5V adapter. Connecting wifi module on shield: Make sure the wifi unit is connected the following way on the shield:

Arduino Wifi shield And reciever. 5V adapter. Connecting wifi module on shield: Make sure the wifi unit is connected the following way on the shield: the following parts are needed to test the unit: Arduino UNO R3 Arduino Wifi shield And reciever 5V adapter Connecting wifi module on shield: Make sure the wifi unit is connected the following way on the

More information

Configuring an A Series LED Sign Controller for your Network

Configuring an A Series LED Sign Controller for your Network Configuring an A Series LED Sign Controller for your Network A Series LED displays from Optec support both serial and 10BaseT Ethernet communication. Serial communication via RS232 or RS485 is independent

More information

www.digi.com/support June 2013 v. 0.2

www.digi.com/support June 2013 v. 0.2 Application Note Verizon LTE Provisioning on Digi TransPort www.digi.com/support June 2013 v. 0.2 Page 1 of 7 Contents 1 Introduction... 2 1.1 Purpose... 2 1.2 Necessary Documents / Tools... 2 1.3 Assumptions

More information

Chapter 1 Hardware and Software Introductions of pcduino

Chapter 1 Hardware and Software Introductions of pcduino Chapter 1 Hardware and Software Introductions of pcduino pcduino is a high performance, cost effective mini PC platform that runs PC like OS such as Ubuntu Linux. It outputs its screen to HDMI enabled

More information

Honeywell Internet Connection Module

Honeywell Internet Connection Module Honeywell Internet Connection Module Setup Guide Version 1.0 - Page 1 of 18 - ICM Setup Guide Technical Support Setup - Guide Table of Contents Introduction... 3 Network Setup and Configuration... 4 Setting

More information

CPSC 226 Lab Nine Fall 2015

CPSC 226 Lab Nine Fall 2015 CPSC 226 Lab Nine Fall 2015 Directions. Our overall lab goal is to learn how to use BBB/Debian as a typical Linux/ARM embedded environment, program in a traditional Linux C programming environment, and

More information

How To Connect A Raspberry Pi To The Internet On A Microsoft Moonstone 2 (Microsoft) Microsoft Powerbook 2 (Powerbook 2) (Powerboard 2) And Powerbook 3 (Powerstation 2)

How To Connect A Raspberry Pi To The Internet On A Microsoft Moonstone 2 (Microsoft) Microsoft Powerbook 2 (Powerbook 2) (Powerboard 2) And Powerbook 3 (Powerstation 2) Adafruit's Raspberry Pi Lesson 3. Network Setup Created by Simon Monk Last updated on 2013-11-06 11:45:18 AM EST Guide Contents Guide Contents Overview Using a Wired Network Buying a USB WiFi Adapter Setting

More information

2.4GHz / 5GHz Dual CPU 600Mbps 11N AP/Router

2.4GHz / 5GHz Dual CPU 600Mbps 11N AP/Router Dual Band Concurrent Router ESR7750 2.4GHz / 5GHz Dual CPU 600Mbps 11N AP/Router PRODUCT DESCRIPTION ESR7750 is a Dual Band Concurrent Wireless 11N Broadband Router with dual CPU that offers user unprecedented

More information

You may refer the Quick Installation Guide in the package box for more information.

You may refer the Quick Installation Guide in the package box for more information. Hardware Installation: 1. Turn off your modem. 2. Use one Ethernet cable to connect your modem to WAN port (Blue) port of BR-6228nC. 3. Use another Ethernet cable to connect your PC to one LAN Port (Yellow)

More information

Using pcduino's WiFi Dongle With the Pi a

Using pcduino's WiFi Dongle With the Pi a Using pcduino's WiFi Dongle With the Pi a learn.sparkfun.com tutorial Available online at: http://sfe.io/t173 Contents Introduction Hardware Setup Edit interfaces Edit wpa_supplicant.conf ifdown and ifup

More information

ESR7550 KEY FEATURES PRODUCT DESCRIPTION

ESR7550 KEY FEATURES PRODUCT DESCRIPTION PRODUCT DESCRIPTION ESR7750 is a Dual Band Concurrent Wireless 11N Broadband Router with dual CPU that offers user unprecedented network performance. WMM support boosts streaming and multimedia intensive

More information

NETVIGATOR Wireless Modem Setup Guide. (TG789Pvn)

NETVIGATOR Wireless Modem Setup Guide. (TG789Pvn) NETVIGATOR Wireless Modem Setup Guide (TG789Pvn) Configure the NETVIGATOR Wireless Modem Make sure that system meets the following requirement prior to NETVIGATOR Wireless Modem usage: - Subscribers who

More information

Automated Penetration Test

Automated Penetration Test Automated Penetration Test TABLE OF CONTENTS Introduction.... 2 Test Structure.... 2 Manually Launching The Automated Penetration Test.... 3 Automatically Launching The Automated Penetration Test On Boot....

More information

HOWTO: Set up a Vyatta device with ThreatSTOP in router mode

HOWTO: Set up a Vyatta device with ThreatSTOP in router mode HOWTO: Set up a Vyatta device with ThreatSTOP in router mode Overview This document explains how to set up a minimal Vyatta device in a routed configuration and then how to apply ThreatSTOP to it. It is

More information

QUICKSTART GUIDE FOR CDI CELLULAR STARTER KIT

QUICKSTART GUIDE FOR CDI CELLULAR STARTER KIT QUICKSTART GUIDE FOR CDI CELLULAR STARTER KIT A softcopy of this document can be found in the Support Center of our website. http://www.commdevices.com/support-center/technical-manuals/ - PA100/200 Cell-QuickStart.

More information

How Do I Recover infiniti Remotes and Line Cards?

How Do I Recover infiniti Remotes and Line Cards? How Do I Recover infiniti Remotes and Line Cards? Date: June 26, 2008 Overview This FAQ contains the following information and procedures pertaining to ids Release 6.0.1 and later: Before Attempting to

More information

LockView 4.2 CompX Database & Network Configuration & Installation Manual

LockView 4.2 CompX Database & Network Configuration & Installation Manual LockView 4.2 CompX Database & Network Configuration & Installation Manual Table of Contents CompX Database & Network Configuration & Installation Manual Introduction... 4 Installation Requirements... 5

More information

Business Wireless Internet quick install guide

Business Wireless Internet quick install guide Read me first Business Wireless Internet quick install guide Wi-Fi and email set-up instructions included Actiontec Wireless Gateway TELUS Internet account information Record your personal account information

More information

PePWave Surf Series PePWave Surf Indoor Series: Surf 200, AP 200, AP 400

PePWave Surf Series PePWave Surf Indoor Series: Surf 200, AP 200, AP 400 PePWave Surf Series PePWave Surf Indoor Series: Surf 200, AP 200, AP 400 PePWave Surf Outdoor Series: Surf AP 200/400-X, PolePoint 400-X, Surf 400-DX User Manual Document Rev. 1.2 July 07 COPYRIGHT & TRADEMARKS

More information

Raspberry Pi Setup Tutorial

Raspberry Pi Setup Tutorial Raspberry Pi Setup Tutorial The Raspberry Pi is basically a miniature linux- based computer. It has an ARM processor on it, specifically the ARM1176JZF- S 700 MHz processor. This is the main reason why

More information

LockView 4.3.1 CompX Database & Network Configuration & Installation Manual

LockView 4.3.1 CompX Database & Network Configuration & Installation Manual LockView 4.3.1 CompX Database & Network Configuration & Installation Manual Table of Contents CompX Database & Network Configuration & Installation Manual Introduction... 4 Installation Requirements...

More information

AdRadionet to IBM Bluemix Connectivity Quickstart User Guide

AdRadionet to IBM Bluemix Connectivity Quickstart User Guide AdRadionet to IBM Bluemix Connectivity Quickstart User Guide Platform: EV-ADRN-WSN-1Z Evaluation Kit, AdRadionet-to-IBM-Bluemix-Connectivity January 20, 2015 Table of Contents Introduction... 3 Things

More information

Digi Connect Wan 3G Application Guide Update the firmware, backup and restore the configuration of a Digi Connect Wan 3G using a USB flash drive.

Digi Connect Wan 3G Application Guide Update the firmware, backup and restore the configuration of a Digi Connect Wan 3G using a USB flash drive. 1. Configure and prepare required files on the USB flash drive to allow firmware update and configuration backup/restore. Objective: Step by step instructions to upgrade the firmware, backup and restore

More information

In the following installation procedures, do not disconnect the Mediatrix 3000 Series while the LEDs are flashing.

In the following installation procedures, do not disconnect the Mediatrix 3000 Series while the LEDs are flashing. Discover the Power of Mediatrix 000 Series Installation Warning: In the following installation procedures, do not disconnect the Mediatrix 000 Series while the LEDs are flashing. Thank you for choosing

More information

3.5 EXTERNAL NETWORK HDD. User s Manual

3.5 EXTERNAL NETWORK HDD. User s Manual 3.5 EXTERNAL NETWORK HDD User s Manual Table of Content Before You Use Key Features H/W Installation Illustration of Product LED Definition NETWORK HDD Assembly Setup the Network HDD Home Disk Utility

More information

MediaTek LinkIt Smart 7688 FAQ

MediaTek LinkIt Smart 7688 FAQ Version: 1.0 Release date: 1 st December 2015 Specifications are subject to change without notice. 2015 MediaTek Inc. Unauthorized reproduction of this information in whole or in part is strictly prohibited.

More information

HOWTO: Set up a Vyatta device with ThreatSTOP in bridge mode

HOWTO: Set up a Vyatta device with ThreatSTOP in bridge mode HOWTO: Set up a Vyatta device with ThreatSTOP in bridge mode Overview This document explains how to set up a minimal Vyatta device in a transparent bridge configuration and then how to apply ThreatSTOP

More information

W2CBW0011u (Marvell 88W8786 based Wi-Fi 802.11b/g/n 1 x1 Module, Chip Antenna) Development Kit Quick Start Guide V1.10

W2CBW0011u (Marvell 88W8786 based Wi-Fi 802.11b/g/n 1 x1 Module, Chip Antenna) Development Kit Quick Start Guide V1.10 W2CBW0011u (Marvell 88W8786 based Wi-Fi 802.11b/g/n 1 x1 Module, Chip Antenna) Development Kit Quick Start Guide V1.10 1.0 Contents of Wi2Wi Development Kit for W2CBW0011u Dongle: One W2CBW0011u Evaluation

More information

Hands-on MESH Network Exercise Workbook

Hands-on MESH Network Exercise Workbook Hands-on MESH Network Exercise Workbook Santa Clara County RACES Date: 18 March 2015 Version: 1.0 scco_wifi_intro_exonly_v150318.docx 1 Table of Contents HANDS ON! Exercise #1: Looking at your Network

More information

WISE-4000 Series. WISE IoT Wireless I/O Modules

WISE-4000 Series. WISE IoT Wireless I/O Modules WISE-4000 Series WISE IoT Wireless I/O Modules Bring Everything into World of the IoT WISE IoT Ethernet I/O Architecture Public Cloud App Big Data New WISE DNA Data Center Smart Configure File-based Cloud

More information

Multi-Profile CMOS Infrared Network Camera

Multi-Profile CMOS Infrared Network Camera Multi-Profile CMOS Infrared Network Camera Quick Start Guide About multi-profile Multi-profile stands for simultaneously video stream. The Network Camera and Video Server can generate MPEG4 and MJPEG streaming

More information

Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive

Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive This guide explains how to create and use a Rescue USB flash drive to reinstall and recover the ExtraHop system. When booting

More information

ESR-9753. 802.11b/g/n SOHO Router PRODUCT OVERVIEW. 2.4 GHz 150Mbps 11N Router/AP

ESR-9753. 802.11b/g/n SOHO Router PRODUCT OVERVIEW. 2.4 GHz 150Mbps 11N Router/AP 802.11b/g/n SOHO Router 2.4 GHz 150Mbps 11N Router/AP PRODUCT OVERVIEW is a 1T1R Wireless Single chip 11N Broadband Router that delivers up to 3x faster speeds than 802.11g devices. supports home network

More information

Krontek. KT2000 GPS SNTP Timeserver

Krontek. KT2000 GPS SNTP Timeserver Krontek KT2000 GPS SNTP Timeserver GPS Network Timeserver - 1 - Rev 1.3b 17-Jul-2008 Table of contents Communicating with the Controller... 3 Introduction... 4 Main Menu... 4 1 - Set device Address, Mask,

More information

Machine-to-Machine Management System. Datasheet. Models: mport, mport-s, mpower, mpower Mini, mpower Pro, mfi-cs, mfi-ds, mfi-ths, mfi-msc, mfi-msw

Machine-to-Machine Management System. Datasheet. Models: mport, mport-s, mpower, mpower Mini, mpower Pro, mfi-cs, mfi-ds, mfi-ths, mfi-msc, mfi-msw Machine-to-Machine Management System Models: mport, mport-s, mpower, mpower Mini, mpower Pro, mfi-cs, mfi-ds, mfi-ths, mfi-msc, mfi-msw Automated Machine Control Sensor Data Collection and Analytics Plug

More information

Zebra. Quick Start Guide. Wireless Configuration for 802.11n and Bluetooth Radios for. Link-OS Mobile Printers. P1048352-001 Rev.

Zebra. Quick Start Guide. Wireless Configuration for 802.11n and Bluetooth Radios for. Link-OS Mobile Printers. P1048352-001 Rev. Zebra Wireless Configuration for 802.11n and Bluetooth Radios for Link-OS Mobile Printers Quick Start Guide Table of Contents Proprietary Statement...2 Introduction...3 Applicable Printers...3 Utilities

More information

Communication Setup Application Note

Communication Setup Application Note Communication Setup Application Note This Application Note describes how to install and set up communication between the inverter and the SolarEdge Monitoring Server. This document contains the following

More information

ASUS WL-5XX Series Wireless Router Internet Configuration. User s Guide

ASUS WL-5XX Series Wireless Router Internet Configuration. User s Guide ASUS WL-5XX Series Wireless Router Internet Configuration User s Guide Contents Chapter 1 Introduction:...1 Chapter 2 Connecting the wireless router...1 Chapter 3 Getting to know your Internet connection

More information

SGI InfiniteStorage NAS 50/100 Quick Start Guide 007-5621-001

SGI InfiniteStorage NAS 50/100 Quick Start Guide 007-5621-001 SGI InfiniteStorage NAS 50/100 Quick Start Guide 007-5621-001 COPYRIGHT 2010 SGI. All rights reserved; provided portions may be copyright in third parties, as indicated elsewhere herein. No permission

More information

Virtual machine W4M- Galaxy: Installation guide

Virtual machine W4M- Galaxy: Installation guide Virtual machine W4M- Galaxy: Installation guide Christophe Duperier August, 6 th 2014 v03 This document describes the installation procedure and the functionalities provided by the W4M- Galaxy virtual

More information

User guide for NANOSTATION 2

User guide for NANOSTATION 2 User guide for NANOSTATION 2 1. Connecting hardware. Connecting your Nanostation 2 to your network is very easy, as it s using the POE (Power Over Ethernet) technology. For this you will need two direct

More information

Adding or replacing a mesh node in an existing mesh network

Adding or replacing a mesh node in an existing mesh network Adding or replacing a mesh node in an existing mesh network Use this procedure to add or replace a in an existing mesh For this procedure to work all nodes running the same firmware version. Before you

More information

POPP Hub Gateway. Manual

POPP Hub Gateway. Manual POPP Hub Gateway Manual 008900 POPP Hub Gateway Manual Quick Start... 2 Hardware... 2 Smart Home User Interface... 2 Applications (Apps) realize the intelligence of your Smart Home... 3 Functions of the

More information

CONNECTING THE RASPBERRY PI TO A NETWORK

CONNECTING THE RASPBERRY PI TO A NETWORK CLASSROOM CHALLENGE CONNECTING THE RASPBERRY PI TO A NETWORK In this lesson you will learn how to connect the Raspberry Pi computer to a network with both a wired and a wireless connection. To complete

More information

Packet Tracer - Connecting a Wired and Wireless LAN Topology

Packet Tracer - Connecting a Wired and Wireless LAN Topology Topology 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 5 Addressing Table Objectives Cloud Cable Modem Router0 Router1 WirelessRouter Part 1: Connect to

More information

CDH installation & Application Test Report

CDH installation & Application Test Report CDH installation & Application Test Report He Shouchun (SCUID: 00001008350, Email: she@scu.edu) Chapter 1. Prepare the virtual machine... 2 1.1 Download virtual machine software... 2 1.2 Plan the guest

More information

MITM Man in the Middle

MITM Man in the Middle MITM Man in the Middle Wifi Packet Capturing and Session Hijacking using Wireshark Introduction The main Objective of this Attack is to make a Fake Access point and send the fake ARP Packets on same Wi-Fi

More information

Create bridges, add ports, show bridge and port statistics, status, as well as the OVS database

Create bridges, add ports, show bridge and port statistics, status, as well as the OVS database 1 Introduction This document provides instructions on how to configure Pica8 s open switches to work in various application scenarios This document assumes the reader with minimal to no knowledge of the

More information

Powerwifi USB Router in combination with the Powerwifi USB outdoor antenna

Powerwifi USB Router in combination with the Powerwifi USB outdoor antenna INSTALLATION MANUAL Powerwifi USB Router in combination with the Powerwifi USB outdoor antenna INTRODUCTION The Powerwifi USB Router can be used together with the Powerwifi USB outdoor antenna. This creates

More information

Quick Note 038. Upgrade Software options and/or VPN Licenses on a Digi Transport router.

Quick Note 038. Upgrade Software options and/or VPN Licenses on a Digi Transport router. Quick Note 038 Upgrade Software options and/or VPN Licenses on a Digi Transport router. Digi Support August 2013 1 Contents 1 Introduction... 2 1.1 Assumptions... 2 2 Version... 2 3 Configuration... 2

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

ICP DAS WF-2571 FAQ. FAQ Version 1.0. ICP DAS Co., Ltd. 2014-12-23

ICP DAS WF-2571 FAQ. FAQ Version 1.0. ICP DAS Co., Ltd. 2014-12-23 ICP DAS WF-2571 FAQ FAQ Version 1.0 ICP DAS Co., Ltd. 2014-12-23 Table of Contents Q1: WF-2571 doesn t work at Ad-Hoc mode. What should I do?... 3 Q2: WF-2571 doesn t work at AP mode. What should I do?...

More information

PowerPanel for Linux Software

PowerPanel for Linux Software PowerPanel for Linux Software User s User's Manual PowerPanel Business Edition Rev. 1 2010/08/26 Rev. 1.5.11 2009/09/03 Table of Contents Getting Help 2 Getting the UPS Status... 2 Getting the Daemon Settings...

More information

AP60. 9 Wireless. Wireless-b/g/n Long Range PoE Access Point. Wireless-b/g/n Long Range Radio. Passive PoE and 4-LAN Ports. IP Finder Management 4 LAN

AP60. 9 Wireless. Wireless-b/g/n Long Range PoE Access Point. Wireless-b/g/n Long Range Radio. Passive PoE and 4-LAN Ports. IP Finder Management 4 LAN -b/g/n Long Range PoE Access Point E ver since AirLive introduced the world s first multi-function in 2002, the AirLive access points have been renowned for their reliability, performance, and rich features.

More information

Using the Internet Outcome1

Using the Internet Outcome1 Using the Internet Outcome1 1.1 Identify different types of connection methods that can be used to access the internet When connecting to the Internet there are many different options available in this

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

MobileLite Wireless G2 5-in-1 Mobile Companion User Manual

MobileLite Wireless G2 5-in-1 Mobile Companion User Manual MobileLite Wireless G2 5-in-1 Mobile Companion User Manual Document No. 480-MLWG2-021315.A00 Kingston MobileLite Wireless Page 1 of 21 Table of Contents Introduction... 3 What s Included:... 3 Getting

More information

Quick Note 32. Using Digi RealPort with a Digi TransPort Router. UK Support September 2012

Quick Note 32. Using Digi RealPort with a Digi TransPort Router. UK Support September 2012 Quick Note 32 Using Digi RealPort with a Digi TransPort Router UK Support September 2012 1 Contents 1 Introduction... 3 1.1 Outline... 3 1.2 Assumptions... 3 1.3 Version... 3 2 Configuration & scenario...

More information

EW-7428HCn User Manual

EW-7428HCn User Manual EW-7428HCn User Manual 08-2012 / v1.0 1 COPYRIGHT Copyright Edimax Technology Co., Ltd. all rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval

More information

Mac OS X Security Checklist:

Mac OS X Security Checklist: Mac OS X Security Checklist: Implementing the Center for Internet Security Benchmark for OS X Recommendations for securing Mac OS X The Center for Internet Security (CIS) benchmark for OS X is widely regarded

More information

[D-View 7 Advanced Hands-On Practice] Version 1.0

[D-View 7 Advanced Hands-On Practice] Version 1.0 [D-View 7 Advanced Hands-On Practice] Version 1.0 Agenda Batch Management Dashboard Management D-View 7 System Management D-View 7 System Troubleshooting 2 Agenda Batch Management Dashboard Management

More information

Matrix 510/520 User Guide

Matrix 510/520 User Guide Matrix 510/520 User Guide Introduction: Matrix 510/520 are ARM9-based Linux ready industrial computer. The key features are as follow: Matrix 520 Layout 1. ARM920T ARM Thumb Processor with 200MIPS at 180MHz,

More information

How to Set Up Your NSM4000 Appliance

How to Set Up Your NSM4000 Appliance How to Set Up Your NSM4000 Appliance Juniper Networks NSM4000 is an appliance version of Network and Security Manager (NSM), a software application that centralizes control and management of your Juniper

More information

File Transfers. Contents

File Transfers. Contents A File Transfers Contents Overview..................................................... A-2................................... A-2 General Switch Software Download Rules..................... A-3 Using

More information

ITRAINONLINE MMTK WIRELESS CLIENT INSTALLATION HANDOUT

ITRAINONLINE MMTK WIRELESS CLIENT INSTALLATION HANDOUT ITRAINONLINE MMTK WIRELESS CLIENT INSTALLATION HANDOUT Developed by: Tomas B. Krag (Linux) Bruno Roger, ESMT (Windows) Edited by: Alberto Escudero Pascual, IT +46 Table of Contents 1.

More information

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter BIT COMMANDER Serial RS232 / RS485 to Ethernet Converter (Part US2000A) Copyrights U.S. Converters 1 Contents Overview and Features... 3 Functions..5 TCP Server Mode... 5 Httpd Client Mode.5 TCP Auto mode....6

More information

PFSENSE Load Balance with Fail Over From Version Beta3

PFSENSE Load Balance with Fail Over From Version Beta3 PFSENSE Load Balance with Fail Over From Version Beta3 Following are the Installation instructions of PFSense beginning at first Login to setup Load Balance and Fail over procedures for outbound Internet

More information

ALL0237R. Wireless N 300Mbit Access Point/Repeater. User s Manual

ALL0237R. Wireless N 300Mbit Access Point/Repeater. User s Manual ALL0237R Wireless N 300Mbit Access Point/Repeater User s Manual ALLNET ALL0237R User Manual Table of Contents About the Device... 3 Minimum System Requirements... 5 Package Contents... 5 Device Overview...

More information

Network Simulator Lab Study Plan

Network Simulator Lab Study Plan The CCNA 640-802 Network Simulator has 300 lab exercises, organized both by type (Skill Builder, Configuration Scenario, Troubleshooting Scenario, and Subnetting Exercise) and by major topic within each

More information

GE Measurement & Control

GE Measurement & Control GE Measurement & Control TransPort PT878 USB Interface Guide 1.0 Introduction The TransPort PT878 portable ultrasonic flowmeter allows the user to update firmware, communicate with a PC running the GE

More information

ENHWI-N3. 802.11n Wireless Router

ENHWI-N3. 802.11n Wireless Router ENHWI-N3 802.11n Wireless Router Product Description Encore s ENHWI-N3 802.11n Wireless Router s 1T1R Wireless single chip can deliver up to 3x faster speed than of 802.11g devices. ENHWI-N3 supports home

More information

Contents. Part 1 SSH Basics 1. Acknowledgments About the Author Introduction

Contents. Part 1 SSH Basics 1. Acknowledgments About the Author Introduction Acknowledgments xv About the Author xvii Introduction xix Part 1 SSH Basics 1 Chapter 1 Overview of SSH 3 Differences between SSH1 and SSH2 4 Various Uses of SSH 5 Security 5 Remote Command Line Execution

More information

DT01 WiFi/3G VoIP PBX / ATA User Manual

DT01 WiFi/3G VoIP PBX / ATA User Manual DT01 WiFi/3G VoIP PBX / ATA User Manual Document Version: 1.0 Firmware Version: v1.3.5 Version Description Date 1.0 Initiate 2015-Feb-26 DT01 WiFi/3G VoIP PBX / ATA User Manual 1 / 23 Index: 1 Introduction...

More information

CT505-30 LANforge-FIRE VoIP Call Generator

CT505-30 LANforge-FIRE VoIP Call Generator 1 of 11 Network Testing and Emulation Solutions http://www.candelatech.com sales@candelatech.com +1 360 380 1618 [PST, GMT -8] CT505-30 LANforge-FIRE VoIP Call Generator The CT505-30 supports SIP VOIP

More information

CT522-128 LANforge WiFIRE Chromebook 802.11a/b/g/n WiFi Traffic Generator with 128 Virtual STA Interfaces

CT522-128 LANforge WiFIRE Chromebook 802.11a/b/g/n WiFi Traffic Generator with 128 Virtual STA Interfaces 1 of 8 Network Testing and Emulation Solutions http://www.candelatech.com sales@candelatech.com +1 360 380 1618 [PST, GMT -8] CT522-128 LANforge WiFIRE Chromebook 802.11a/b/g/n WiFi Traffic Generator with

More information

Software Installation Guideline & User Manual of HeartBook & SmartHelper System

Software Installation Guideline & User Manual of HeartBook & SmartHelper System Software Installation Guideline & User Manual of HeartBook & SmartHelper System: Introduction: The software component of this system consists of client-sided, server-sided applications and MCU s programs.

More information

How To Set Up A Network Map In Linux On A Ubuntu 2.5 (Amd64) On A Raspberry Mobi) On An Ubuntu 3.5.2 (Amd66) On Ubuntu 4.5 On A Windows Box

How To Set Up A Network Map In Linux On A Ubuntu 2.5 (Amd64) On A Raspberry Mobi) On An Ubuntu 3.5.2 (Amd66) On Ubuntu 4.5 On A Windows Box CSC-NETLAB Packet filtering with Iptables Group Nr Name1 Name2 Name3 Date Instructor s Signature Table of Contents 1 Goals...2 2 Introduction...3 3 Getting started...3 4 Connecting to the virtual hosts...3

More information

You will find the following information contained in this document: Requirements for performing a Self-Install of your Internet service

You will find the following information contained in this document: Requirements for performing a Self-Install of your Internet service Subject : Internet Self-Install You will find the following information contained in this document: Requirements for performing a Self-Install of your Internet service Step-by-step instruction on connecting

More information

Backup Methods for your BBB or RPi2 Node

Backup Methods for your BBB or RPi2 Node Backup Methods for your BBB or RPi2 Node PLEASE NOTE THESE INSTRUCTIONS APPLY STARTING WITH BBB 1.2 AND RPi2 Images It is very important to do periodic backups of your node especially if you make lots

More information

Acano solution. Acano Solution Installation Guide. Acano. January 2014 76-1002-03-B

Acano solution. Acano Solution Installation Guide. Acano. January 2014 76-1002-03-B Acano solution Acano Solution Installation Guide Acano January 2014 76-1002-03-B Contents Contents 1 Introduction... 3 1.1 Before You Start... 3 1.1.1 Safety information... 3 1.1.2 You will need the following

More information

How To. Simply Connected. XWR-1750 Basic Configuration INTRODUCTION

How To. Simply Connected. XWR-1750 Basic Configuration INTRODUCTION XWR-1750 Basic Configuration How To DOCUMENT INTRODUCTION This document will guide you through the initial setup of the XWR-1750 for basic functionality. What should I do? We recommend, you change your

More information

Web Authentication Proxy on a Wireless LAN Controller Configuration Example

Web Authentication Proxy on a Wireless LAN Controller Configuration Example Web Authentication Proxy on a Wireless LAN Controller Configuration Example Document ID: 113151 Contents Introduction Prerequisites Requirements Components Used Conventions Web Authentication Proxy on

More information

Mesh Potato Small Enterprise / Campus Network. User Guide

Mesh Potato Small Enterprise / Campus Network. User Guide Mesh Potato Small Enterprise / Campus Network User Guide SECN_UserGuideV1d7d 1 SECN User Guide by T L Gillett is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. Based on

More information