Documentation for Wifi-Enabled Data Logging - System Control By: Jesse Jenkins

Size: px
Start display at page:

Download "Documentation for Wifi-Enabled Data Logging - System Control By: Jesse Jenkins"

Transcription

1 Documentation for Wifi-Enabled Data Logging - System Control By: Jesse Jenkins Code for this project is found on Github: For getting started with Blynk, check out the following weblinks: Blynk Blink Tutorial: There are lots of examples in the existing Arduino Blynk Library: For implementing more advanced code check out: Documentation for Blynk 1. Setup Hardware 1.1. Connect your ESP device to the MAX6675 thermocouple module with breadboard leads 1.2. Connect your Ksensor to the MAX6675 thermocouple module, these pins may differ depending on your ESP board.comm. Protocol is SPI (Serial Peripheral Interface) VCC (3.3V) - Yellow => 3V GND - Brown => G CLK - Clock line - Blue => D5 => GPIO DO - Digital Sig- Orange => D6 => GPIO Chip Select - Green => D7 => GPIO Plug in USB to ESP and Upload Github Sketch to Blynk Provisioning Install Arduino 1.8.0, it works, Don t use Arduino or web version Download the github repo, the sketch is the *.ino file called Esp_logger Configure sketch for ESP board that you have Optional: Configure pin for LED for indicator This can even be an RGB led!! Optional: Configure Pin for Button functions- (hold down button so you can easily connect device to other networks and apps) Optional: Name the Wifi broadcast SSID i.e. Metabolizer Install the ESP8266 library v or newer in Arduino IDE in tools>boards>board manager..> search for esp8266 and install Select the board in Arduino IDE under tools>board> NodeMCU 1.0 ESP Install the Blynk library v or newer in Arduino IDE in sketch>libraries>add libraries >search for Blynk To compile, the following settings must be selected: board: NodeMCU 1.0 (ESP12-E Module)(this also works for other boards, select your board if you see it in the list). Flash Size: 4M (1M SPIFFS) Debug port:: "Disabled" Debug level: "None" IwIP Variant: "v2 Lower Memory" CPU Frequency: "80 MHz" Upload Speed:

2 works best, higher can also work Erase Flash: "All flash contents" Port: Whatever your USb-FTDI is Once compilation is successful just click upload and wait for it to say Upload Done Plug in ESP to USB power and connect to the ESP network Metabolizer with your computer Open a browser on your computer after connecting to the network and navigate to Enter in the information for your Blynk Server, your internet or local router s SSID and password, and your API device key (key is gathered from Blynk app in Step 2) Your blynk server IP address may differ depending on your setup. For example, if you re using a private or local server you d enter that information. If you re using the default Blynk cloud server the info is: Server: blynk-cloud.com (or whatever your private/local server is called) Port: 8080 (or whatever your private/local server has configured) API Key: adf hasdkfjb (not valid) SSID: Your Network s Name Password: Your Network s password Press submit while you re watching the device over the serial monitor (step 1.3) Troubleshooting: You should see the device successfully connect to Blynk, if you see API key rejected, or Blynk Can t connect, check that your router s information is entered correctly, that it s not an enterprise network,,that it has internet access, that it s not a 5 GHz network. 2. Setup the App on your phone Download and Install Blynk from the App Store on ios or from google Store on Android Create a login/username 2.3. If you re planning to use a local or private server you can click the port icon when logging in and enter the IP and port. Otherwise, just move on as usual. 3. Create a new app/device This will prompt you to enter a device name, and specify the type of device. We re using the ESP8266. Blynk will generate an API key which is how your device will authenticate with the Blynk cloud server. This hexanumerical string needs to be in sync with your device, you can enter it into step Once a device is setup, you can start adding widgets to an App and connect those to your device

3 3.3. Create an App Drag a widget on to the blank dashboard of the app from the widget-box. You access the widget-box by swiping to the left To add some features you may have to pay a litle bit of money to try them out (smart graphs for example) Add a widget to your dashboard Drag a labeled display widget onto your dashboard Configure, resize, or move around the widget by tapping it or dragging it when you re not in Play mode Configure the labeled display pin to be connected to a virtual pin V Name this widget Temp: C Update Frequency should be set to PUSH (push means the firmware in the device will determine to send new information to Blynk, we use a timer to send the data in the ino file) Create another labeled display widget to be connected to V Call this widget Temp: F Optional: Add a gauge and/or superchart to display data over time Stream data over wifi Make sure your ESP device is powered on and connected to the Blynk server. You can verify this in Arduino IDE with the serial monitor Make sure your mobile device has access to internet and the Blynk server Press the play button in your app on your mobile device If the device is not connected you will see a red flag on the device icon in your Blynk app If the device is connected you should see data coming through your widget boxes Other Tips and Tricks The ESP device can run on battery power and be wireless You can put the device to sleep to conserve energy using the ESP API Read Blynk Documentation for doing more advanced things Cant use delay for more than 1 second with ESP otherwise the watchdog will cause the device to reset with an error code so write your code to be non-blocking and use timers and/or interrupts to control time-sensitive tasks Add an RGB LED for easy visual of device status i.e. Blynk library already has built in library for states : can t connect to network (green), cant connect to Blynk server (aqua blue), error (red), connected (whatever you want), provisioning mode (breathing blue) Add a button to easily put the device into provisioning mode (when its boardcasting its own SSID) Make an enclosure to protect the electronics

4 Device is dependent on an internet connection unless you have a private or local server setup Device can only be connected to 2.4 GHz networks, WPA2-PSK, Absolutely, no 5 GHz, or enterprise systems (with login or splash page) Congratulations you did it! Give yourself a hand.

5

6

7

8

9

10

11

12

13

14

Cassia Hub Bluetooth Router. ios & ANDROID APPLICATION GUIDE

Cassia Hub Bluetooth Router. ios & ANDROID APPLICATION GUIDE Cassia Hub Bluetooth Router ios & ANDROID APPLICATION GUIDE Items Included. Cassia Hub (). Power Adapter (). User Guide () Product Inputs / Controls. LED indicator. USB. Ethernet. Power (VDC) GETTING STARTED

More information

Installing the Linksys app on your Android device via the Google Play Store and Google Play Website

Installing the Linksys app on your Android device via the Google Play Store and Google Play Website User Guide Installing the Linksys app on your Android device via the Google Play Store and Google Play Website The Linksys app is a free mobile application that allows you to securely access your home

More information

The Riverside Robotic Society June 2016 ESP8266

The Riverside Robotic Society June 2016 ESP8266 ESP8266 ESP8266 The ESP8266 is a low-cost Wi-Fi chip with full TCP/IP stack, radio and microcontroller produced by Shanghai-based Chinese manufacturer, Espressif. Features: SOC (System on a Chip) 32-bit

More information

How to connect my TP-Link Smart Plug to my home network via Kasa?

How to connect my TP-Link Smart Plug to my home network via Kasa? How to connect my TP-Link Smart Plug to my home network via Kasa? This Article Applies to: TP-Link smart devices can be controlled by Kasa App locally and remotely. By this means we can easily make the

More information

Troubleshooting Guide for the ESP8266

Troubleshooting Guide for the ESP8266 Troubleshooting Guide for the ESP8266 The ESP8266 has a few common issues, especially when you are trying to flash a new firmware or uploading scripts. This is a companion guide to the Home Automation

More information

Generic Developer Hardware Set up Guide

Generic Developer Hardware Set up Guide Generic Developer Hardware Set up Guide Streamlined instructions for activating imp development kit This guide is intended to help you get any imp based development hardware online, whatever imp it contains

More information

Mi Home Security Camera Connection Guide. (ios)

Mi Home Security Camera Connection Guide. (ios) Mi Home Security Camera Connection Guide (ios) 1. Navigate to the APP Store with your iphone and search for Mi Home, or scan the QR code below to download and install Mi Home APP. 2. Plug in the Mi Home

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

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

SPARK CORE A DIY guide for KingMakers KANDARP JANI DAN TEBBS

SPARK CORE A DIY guide for KingMakers   KANDARP JANI DAN TEBBS SPARK CORE A DIY guide for KingMakers http://www.spark.io KANDARP JANI (janikd@hotmail.com) DAN TEBBS What is the Spark Core? A Wi-Fi based module for connecting sensors, controllers and other gizmos to

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

ETVR360CAMW-User Guide

ETVR360CAMW-User Guide ETVR360CAMW-User Guide TABLE OF CONTENTS 1. PARTS... 3 GETTING STARTED... 6 Charging the Battery... 6 Power On & Power Off... 6 Use Mode... 6 Independent Operation... 6 APP... 6 CONNECTING THROUGH WIFI...

More information

Smart Plug User Guide

Smart Plug User Guide Smart Plug User Guide Version 1.2 Copyright 2016 About This Guide This document introduces to users an example of ESP IOT Platform applications, the Espressif Smart Plug. The document includes the following

More information

IP Cam EdiLife Quick Installation Guide

IP Cam EdiLife Quick Installation Guide IP Cam EdiLife Quick Installation Guide 08-2018 / v1.0 CONTENTS l. Product Information... 3 I-1 System Requirements... 3 II Camera Setup... 4 II-1 Hardware Setup... 4 II-2 EdiLife App... 6 II-2-1 Android

More information

HD WiFi Indoor / Outdoor Camera Kit. Quick Start Guide

HD WiFi Indoor / Outdoor Camera Kit. Quick Start Guide HD WiFi Indoor / Outdoor Camera Kit Quick Start Guide 1 Mobile Setup This quick start guide will help you configure your WiFi camera kit for initial use. Note: Please download and install App and connect

More information

PowerView. Hub QUICK START GUIDE

PowerView. Hub QUICK START GUIDE PowerView Hub QUICK START GUIDE Table of Contents Kit Contents. 3 Connections. 4 Home Automation Integration. 12 Troubleshooting. 13 PowerView Hub Wireless Router Power Supply Repeater The PowerView Hub

More information

FAQ for KULT Basic. Connections. Settings. Calls. Apps. Media

FAQ for KULT Basic. Connections. Settings. Calls. Apps. Media FAQ for KULT Basic 1. What do the Icons mean that can be found in notifications bar at the top of my screen? 2. How can I move an item on the home screen? 3. How can I switch between home screens? 4. How

More information

Congratulations on the purchase of your new Clover Mobile

Congratulations on the purchase of your new Clover Mobile Congratulations on the purchase of your new Clover Mobile Set Up the Hardware What s included Optional Accessories USB wall charger USB cable Clover Mobile Dock Clover Mobile Printer Clover Mobile Clover

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

Instructions for SimplicityTouch ST-700 Gen 3 Configure Router for Wireless Connection. Model Numbers Covered: 70 ST-700, Generation 3

Instructions for SimplicityTouch ST-700 Gen 3 Configure Router for Wireless Connection. Model Numbers Covered: 70 ST-700, Generation 3 Instructions for SimplicityTouch ST-700 Gen 3 Configure Router for Wireless Connection Topics Covered: How to configure internal router for wireless connection Model Numbers Covered: 70 ST-700, Generation

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

Milo R25 Networking Guide

Milo R25 Networking Guide Milo R25 Networking Guide Contents Overview... 1 Configuration... 2 On-Screen Menu Configuration... 2 Network Test... 3 USB Simple Configuration WEP and WPA/WPA2-Personal... 4 USB Simple Configuration

More information

To ensure strong WiFi connectivity, you may need a WiFi Extender. Network Connection Guide

To ensure strong WiFi connectivity, you may need a WiFi Extender. Network Connection Guide To ensure strong WiFi connectivity, you may need a WiFi Extender. Network Connection Guide SkyTrak can be connected to your ipad in two ways: Via a direct Wi-Fi Connection OR Through your home network/wireless

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

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

Creating your first CloudTrax network

Creating your first CloudTrax network CLOUDTAX QUICK STAT GUIDE Creating your first CloudTrax network CloudTrax is a free cloud-based network controller that helps you build, manage and monitor your wireless networks from anywhere in the world.

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

Cloud Frame User's Manual

Cloud Frame User's Manual Cloud Frame User's Manual For ongoing product improvement, this manual is subject to modification without prior notice. MODEL: CPF716 Before Operation Product Introduction 2 Safety Precautions 3 Instructions

More information

Congratulations on the purchase of your new Clover Mini

Congratulations on the purchase of your new Clover Mini Congratulations on the purchase of your new Clover Mini Set Up the Hardware What s included The white USB cord provided can be used to plug into the Hub and connected to other accessories (such as the

More information

Mini WiFi Camera. Setup Manual

Mini WiFi Camera. Setup Manual Mini WiFi Camera Setup Manual 1 Getting to know your camera This mini WiFi camera features 1080p HD resolution, 140 wide-angle lens and two-way audio. It is also compatible with Google Assistant and Amazon

More information

Cloud Frame User's Manual

Cloud Frame User's Manual Cloud Frame User's Manual For ongoing product improvement, this manual is subject to modification without prior notice. MODEL: CPF1510+ Before Operation Product Introduction Safety Precautions Package

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

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

A doorbell showcase demonstrating wireless configuration and upgrading of embedded Arduino devices by using Captive portal, Hotspot and Arduino OTA.

A doorbell showcase demonstrating wireless configuration and upgrading of embedded Arduino devices by using Captive portal, Hotspot and Arduino OTA. The DoorBell Project v1.2 A doorbell showcase demonstrating wireless configuration and upgrading of embedded Arduino devices by using Captive portal, Hotspot and Arduino OTA. Copyright: the GNU General

More information

Lab 1: Introductory Project to Breadware

Lab 1: Introductory Project to Breadware 1 Lab 1: Introductory Project to Breadware Exploration of Breadware s IoT Development Tools Overview The goal of this lab is to become familiar with the Internet of Things prototyping tools available in

More information

Installing. Download the O365 suite including OneDrive for Business: 1. Open the Google Play Store on your Android device

Installing. Download the O365 suite including OneDrive for Business: 1. Open the Google Play Store on your Android device Mobile Microsoft OneDrive for Business is a part of Office 365 (O365) and is your private professional document library, it uses O365 to store your work files in the cloud and is designed to make working

More information

Salesforce Classic Mobile User Guide for Android

Salesforce Classic Mobile User Guide for Android Salesforce Classic Mobile User Guide for Android Version 41.0, Winter 18 @salesforcedocs Last updated: November 21, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

ESPino - Specifications

ESPino - Specifications ESPino - Specifications Summary Microcontroller ESP8266 (32-bit RISC) WiFi 802.11 (station, access point, P2P) Operating Voltage 3.3V Input Voltage 4.4-15V Digital I/O Pins 9 Analog Input Pins 1 (10-bit

More information

Connecting Your Device to a Wireless Network

Connecting Your Device to a Wireless Network Connecting Your Device to a Wireless Network This manual is designed to be a tutorial for our customers seeking to connect their electronic devices to their home Internet network. This manual will include

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

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

Connecting Tablo to Wi-Fi with PC

Connecting Tablo to Wi-Fi with PC Connecting Tablo to Wi-Fi with PC Once you have taken your Tablo out of the box and you have attached the power, antenna and hard drive, you are ready to set up Tablo via Wi-Fi. Begin by opening your Chrome

More information

1. Press "Speed Test" to find out your actual uplink and downlink speed.

1. Press Speed Test to find out your actual uplink and downlink speed. ASRock G10 Gaming Router 6.4 QoS Settings QoS Add Gaming Boost web page. Gaming Boost: Enable or disable the Gaming Boost. Bandwidth The router supports Gaming Boost natively, which identifies and intelligently

More information

5.1 Configure each Sensor Pin Rename Set Rules Export Data Switching Nodes... 25

5.1 Configure each Sensor Pin Rename Set Rules Export Data Switching Nodes... 25 Hi-Gate User Manual Hi-Gate User Manual Hi-Gate User Manual Contents 1 Introduction... 3 1.1 Hi-Gate... 3 1.1.1 What is Hi-Gate... 3 1.1.2 Specifications... 3 1.1.3 Features... 4 1.2 Hi-Node... 5 1.2.1

More information

Peace of mind, in real-time. User Guide

Peace of mind, in real-time. User Guide Peace of mind, in real-time User Guide The hereo Family User Guide - Table of Contents GETTING STARTED 3 WHAT S IN THE BOX 3 GETTING TO KNOW YOUR HEREO WATCH 3 CHARGING YOUR HEREO WATCH 4 DOWNLOADING THE

More information

Snap. Quick Start Guide SD-H2304

Snap. Quick Start Guide SD-H2304 Snap Quick Start Guide SD-H2304 1 Getting to Know Your Snap Snap is a true wireless IP camera with a built-in rechargeable battery. You can install your Snap anywhere in your home without any complicated

More information

CONTENTS. Working With Feeds Viewing Your Feeds Working With Snippets Deleting Snippets Rev AA

CONTENTS. Working With Feeds Viewing Your Feeds Working With Snippets Deleting Snippets Rev AA CONTENTS Getting Started.............................................. 4 Setting Up Livescribe+...................................................... 4 Connecting Your Smartpen and Device........................................

More information

Salesforce Classic User Guide for Android

Salesforce Classic User Guide for Android Salesforce Classic User Guide for Android Version 36.0, Spring 16 @salesforcedocs Last updated: April 27, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

FireBeetle ESP8266 IOT Microcontroller SKU: DFR0489

FireBeetle ESP8266 IOT Microcontroller SKU: DFR0489 FireBeetle ESP8266 IOT Microcontroller SKU: DFR0489 Introduction DFRobot FireBeetle is a series of low-power-consumption development hardware designed for Internet of Things (IoT). Firebeetle ESP8266 is

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

ZuluDesk Management System is a powerful Mobile Device Management (MDM) solution designed for schools to manage their Apple devices over WiFi.

ZuluDesk Management System is a powerful Mobile Device Management (MDM) solution designed for schools to manage their Apple devices over WiFi. !!! TRIAL GUIDE Introduction ZuluDesk Management System is a powerful Mobile Device Management (MDM) solution designed for schools to manage their Apple devices over WiFi. This guide is designed to support

More information

1080p HD Outdoor WiFi IP Camera

1080p HD Outdoor WiFi IP Camera 1080p HD Outdoor WiFi IP Camera Quick Start Guide Connect with Beam VER-Z3 1 Mobile Setup This quick start guide will help you configure your WiFi camera for initial use. Please plug in and complete this

More information

WI-FI HUB+ TROUBLESHOOTING GUIDE

WI-FI HUB+ TROUBLESHOOTING GUIDE WI-FI HUB+ TROUBLESHOOTING GUIDE Overview This guide is here to provide some answers to some commonly asked questions about your Wi-Fi Hub+. Tip: you can connect to your Wi-Fi Hub+ using an Ethernet cable

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

Congratulations on the purchase of your new Clover Mobile

Congratulations on the purchase of your new Clover Mobile Congratulations on the purchase of your new Clover Mobile Set Up the Hardware What s included Optional Accessories Clover Mobile Dock Clover Mobile Printer Clover Mobile Clover Clip Clover PIN Entry Aid

More information

Voltson Smart Wi-Fi Outlet

Voltson Smart Wi-Fi Outlet Voltson Smart Wi-Fi Outlet Model No.: ESW01-USA Questions or Concerns? (855) 686-3835 1 support@etekcity.com Thank You. Thank you for purchasing the Voltson Smart Wi-Fi Outlet by Etekcity. We are dedicated

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide NEXTAV TM Cloud Hub - Table of Contents Product Features... 1 Ways to Connect... 1 Hardware and Accessories... 2 Product Parameters... 2 Minimum Hardware Requirements... 2 Product

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

Manually setting up the Linksys RE9000

Manually setting up the Linksys RE9000 Manually setting up the Linksys RE9000 In situations where you want to bypass the Linksys RE9000 MU-MIMO Range Extender s setup wizard, you can follow the steps below to manually configure the range extender.

More information

THE SHADE STORE MOTORS WITH AMAZON ALEXA

THE SHADE STORE MOTORS WITH AMAZON ALEXA THE SHADE STORE MOTORS WITH AMAZON ALEXA ABOUT THE SKILL: The Shade Store s motorized window treatments can be voice controlled easily through Amazon Alexa. Simple commands allow you to raise and lower

More information

User Guide. Accept EFTPOS, Visa and Mastercard payments on the go with Kiwibank QuickPay.

User Guide. Accept EFTPOS, Visa and Mastercard payments on the go with Kiwibank QuickPay. User Guide Accept EFTPOS, Visa and Mastercard payments on the go with Kiwibank QuickPay. Kiwibank QuickPay terms and conditions apply. Kiwibank QuickPay is only available for business banking purposes.

More information

Mobile App Installation & Configuration

Mobile App Installation & Configuration Install the mobile app on your mobile device(s) Figure 1 1. Download the AGBRIDGE Mobile app from Google Play or itunes a. Download the free mobile app onto as many mobile devices that may be used to transfer

More information

Welcome to Fetch. Welcome 3. Connect Fetch to your home Wi-Fi 4. Tips to improve Wi-Fi in your home 8. Can t connect to Wi-Fi 10

Welcome to Fetch. Welcome 3. Connect Fetch to your home Wi-Fi 4. Tips to improve Wi-Fi in your home 8. Can t connect to Wi-Fi 10 Wi-Fi User Guide Welcome to Fetch Welcome 3 Connect Fetch to your home Wi-Fi 4 Tips to improve Wi-Fi in your home 8 Can t connect to Wi-Fi 10 Advanced Wi-Fi troubleshooting 1 Welcome This guide will help

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

nettalk DUO WiFi Configuration (using an Android smartphone)

nettalk DUO WiFi Configuration (using an Android smartphone) nettalk DUO WiFi Configuration (using an Android smartphone) Step 1. Activate your Device a. Locate your username and password inside of the box. b. Go to www.nettalk.com/activate and follow the activation

More information

Your Comcast Business. Welcome Guide. For more welcome information, visit business.comcast.com/welcome.

Your Comcast Business. Welcome Guide. For more welcome information, visit business.comcast.com/welcome. Your Comcast Business Welcome Guide For more welcome information, visit business.comcast.com/welcome. Welcome to Comcast Business. We re built for business and we re focused on helping you be productive.

More information

Introduction. Package Checklist. Minimum System Requirements. Registering Your Product. More Help

Introduction. Package Checklist. Minimum System Requirements. Registering Your Product. More Help Introduction Keep a watch on your family, pet, home or office 24/7, even when you re not there. Creative Live! Cam IP SmartHD gives you a live update on your phone, wherever you are. Get activity alerts,

More information

Congratulations on the purchase of your new Clover Flex

Congratulations on the purchase of your new Clover Flex Congratulations on the purchase of your new Clover Flex Set Up the Hardware What s included Clover Flex Charging cradle Receipt paper Power cord (2 for EU) Power brick Screwdriver Clover Flex Features

More information

Introduction All rights are reserved. No part of this document may be reproduced without permission.

Introduction All rights are reserved. No part of this document may be reproduced without permission. User Manual Introduction 2017. All rights are reserved. No part of this document may be reproduced without permission. While all efforts have been made to ensure the accuracy of all contents, we assume

More information

Streaming Smart Stick. Quick Start Guide

Streaming Smart Stick. Quick Start Guide Streaming Smart Stick Quick Start Guide GETTING STARTED 1.1 Inside the Box 1 1.2 Equiso Streaming Smart Stick 2 1.3 Equiso Remote 3 1.4 Using Your Equiso Remote 4 1.5 What You Need 5 1.6 Charging the Remote

More information

In order to update you will have to uninstall the current version and install the newer version using the same procedure.

In order to update you will have to uninstall the current version and install the newer version using the same procedure. Installing the 3M Cloud Library app on your Kindle Fire DISCLAIMER These instructions are to be used as a reference only. Please note that by downloading the 3M Cloud Library app you assume all risk of

More information

Quick Start Guide. Wireless IP Camera. Technical Support QG4_A

Quick Start Guide. Wireless IP Camera. Technical Support QG4_A Technical Support Wireless IP Camera Quick Start Guide For Windows Client & Mac Client, please download the PC software: https://reolink.com/software-and-manual/ For advanced setup, please download the

More information

Installing your Nokia Home

Installing your Nokia Home Installing your Nokia Home 1. Installing the Nokia Home app 2. Plugging in your Nokia Home 3. Pairing your Nokia Home with your Device 4. Installing your Nokia Home: - Creating a Nokia account (optional)

More information

Voltson Smart Wi-Fi Outlet

Voltson Smart Wi-Fi Outlet Voltson Smart Wi-Fi Outlet Model No.: ESW01-USA Questions or Concerns? (855) 686-3835 1 support@etekcity.com Thank You. Thank you for purchasing the Voltson Smart Wi-Fi Outlet by Etekcity. We are dedicated

More information

GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP ANDROID

GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP ANDROID ANDROID GENERAL SET-UP & APP PAIRING/SYNCING FEATURES BATTERY ACCOUNT & DEVICE SETTINGS PRIVACY WARRANTY GENERAL SET-UP & APP WHICH PHONES ARE COMPATIBLE WITH MY SMARTWATCH? Wear OS by Google works with

More information

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

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

More information

Garage Door Control Button. What s inside: Quickstart Guide Model No. WGO x Garage Door Control Button

Garage Door Control Button. What s inside: Quickstart Guide Model No. WGO x Garage Door Control Button Add-On Device Quickstart Guide 1 Garage Door Control Button Quickstart Guide Model No. WGO2001 What s inside: 1x Garage Door Control Button 1x Power Adapter 2x U-fork Wires Mounting Accessories and Double-sided

More information

MivaTek IPC2202 WiFi Home Camera

MivaTek IPC2202 WiFi Home Camera MivaTek IPC2202 WiFi Home Camera User Manual Names of Parts LED Indicator Lens Mode Button microsd Card Slot Stand Speaker Reset Button Micro USB Port English 1 Getting Started Mobile device connects to

More information

Wireless Activity Tracker. Product Manual

Wireless Activity Tracker. Product Manual Wireless Activity Tracker Product Manual Fitbit Zip Product Manual Contents 1 2 3 6 9 9 9 12 12 13 13 15 16 16 16 16 17 17 17 18 18 18 Getting Started What's included Setting Up Your Fitbit Zip (on a computer)

More information

User What s inside Guide

User What s inside Guide BABY MONITOR SYSTEM User Guide PNMSA2 IB 01 What s inside Welcome!... 2 Getting Started... 3 Tour of the System...15 EveryDay Use...17 Alexa... 17 Lullabies... 17 Motion detection...18 Sound detection...18

More information

User Manual DIR-850L. Wireless AC1200 Dual Band Gigabit Router.

User Manual DIR-850L. Wireless AC1200 Dual Band Gigabit Router. User Manual DIR-850L Wireless AC1200 Dual Band Gigabit Router USER MANUAL: DIR-850L Wireless AC1200 Dual Band Gigabit Router SYSTEM REQUIREMENTS Network Requirements Web-based Configuration Utility Requirements

More information

APPLICATION USER GUIDE INTELLIGENT DESK

APPLICATION USER GUIDE INTELLIGENT DESK APPLICATION USER GUIDE INTELLIGENT DESK U S E R ROL ERGO Sweden G U I D E W: www.rolergo.com P: +46 36 36 88 80 Ver. 1.0 INDEX WELCOME TO INTELLIGENT DESK 1. GETTING STARTED 2. CONNECT YOUR DEVICE 2.1

More information

Contents. 1. Downloading the ios Mobile App Configuration Additional Information... 9 LED indications... 9 Operating the Device...

Contents. 1. Downloading the ios Mobile App Configuration Additional Information... 9 LED indications... 9 Operating the Device... Contents 1. Downloading the ios Mobile App... 2 2. Configuration... 2 3. Additional Information... 9 LED indications... 9 Operating the Device... 9 1 1. Downloading the ios Mobile App The Dialog Smartlife

More information

NETGEAR genie Apps. User Manual. 350 East Plumeria Drive San Jose, CA USA. August v1.0

NETGEAR genie Apps. User Manual. 350 East Plumeria Drive San Jose, CA USA. August v1.0 User Manual 350 East Plumeria Drive San Jose, CA 95134 USA August 2012 202-10933-03 v1.0 Support Thank you for choosing NETGEAR. To register your product, get the latest product updates, get support online,

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

Smart Wireless Camera Instructions

Smart Wireless Camera Instructions Smart Wireless Camera Instructions Dear customer, welcome to use our product, if you don t like this camera and want to return it to us, in order to protect your privacy and delete the video history from

More information

TIBO app User Manual

TIBO app User Manual TIBO app User Manual Contents Introduction First time app setup Amazon Alexa setup Navigating the TIBO app Playing music via Spotify Storing Pre-sets Radio Storing Pre-sets Online Playlists Product Settings

More information

Configuring Cisco Mobility Express controller

Configuring Cisco Mobility Express controller There are multiple ways one can configure a Cisco Mobility Express controller. They are as follows: 1 CLI Setup Wizard 2 Over the Air Setup Wizard 3 Network Plug and Play CLI Setup Wizard, page 1 Over-the-Air

More information

WRE6505 v2. User s Guide. Quick Start Guide. Wireless AC750 Range Extender. Default Login Details. Version 1.00 Edition 1, 10/2016

WRE6505 v2. User s Guide. Quick Start Guide. Wireless AC750 Range Extender. Default Login Details. Version 1.00 Edition 1, 10/2016 WRE6505 v2 Wireless AC750 Range Extender Version 1.00 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

Beam Quick Start Guide

Beam Quick Start Guide Beam Quick Start Guide 1 Getting to know your Beam Beam is a Smart WiFi Range Extender with smart hub features. You can use the Beam to connect Zmodo smart accessories to build your smart home. Once you

More information

Wireless IP Bird Box Camera

Wireless IP Bird Box Camera Wireless IP Bird Box Camera Model: 4901-18 Operation and Installation Manual 1 WELCOME... 3 PRODUCT OVERVIEW... 4 HARDWARE INSTALLATION... 4 Attach the External Power Adapter... 4 SMARTPHONE OR TABLET

More information

The R25 Robot Series

The R25 Robot Series The R25 Robot Series Network Setup Guide Contents Overview 2 Configuration 3 On-Screen Menu Configuration 3 Network Test 4 USB Simple Configuration WEP and WPA/WPA2-Personal 5 USB Simple Configuration

More information

Pg 3. Specifications. Hardware Required

Pg 3. Specifications. Hardware Required 1 NodeMCU Dev Board is based on widely explored esp8266 System on Chip from Express if. It combined features of WIFI access point and station + microcontroller and uses simple LUA based programming language.

More information

WIFI BABY MONITOR. User Guide

WIFI BABY MONITOR. User Guide WIFI BABY MONITOR User Guide PNMWIFIAC What s inside Welcome!... 2 Getting started... 3 Tour of the system... 9 Everyday use...13 Motion detection...14 Sound detection...14 Auto-record time...15 Battery

More information

User Guide. AC1200 Max Wi-Fi Range Extender. Model # RE6500

User Guide. AC1200 Max Wi-Fi Range Extender. Model # RE6500 User Guide AC1200 Max Wi-Fi Range Extender Model # RE6500 Table of Contents Product Overview...3 RE6500... 3 How to Install the Range Extender...6 Special Feature Music Streaming... 11 ios... 11 Android*...

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

BlackVue App Manual. Contents

BlackVue App Manual. Contents BlackVue App Manual Contents Connecting to BLACKVUE CLOUD... 3 (A) Create an account... 3 (B) Register your dashcam with your account... 3 (C) Connect your BlackVue dashcam to a Wi-Fi hotspot for Cloud

More information

CONTENTS Getting Started Using the Livescribe+ Menu

CONTENTS Getting Started Using the Livescribe+ Menu CONTENTS Getting Started.............................................. 4 Setting Up Livescribe+...................................................... 4 Connecting Your Smartpen and Device........................................

More information

NETWORK THE HOME 10 FOLDERS APPS

NETWORK THE HOME 10 FOLDERS APPS NID-7006 NAXA NID Tablet User s Guide Table of Contents GETTING STARTED 4 CONNECTING TO A WIRELESS NETWORK 4 USING THE TOUCHSCREEN 4 USING THE HOME SCREENS 5 USING THE NAVIGATION ICONS 6 USING THE ALL

More information

AC1900 WiFi Mesh Extender Essentials Edition

AC1900 WiFi Mesh Extender Essentials Edition AC1900 WiFi Mesh Extender Essentials Edition Model EX6400 User Manual July 2018 202-11611-03 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. You can

More information