Hands-On LTE-M NB-IoT

Size: px
Start display at page:

Download "Hands-On LTE-M NB-IoT"

Transcription

1 Hands-On LTE-M NB-IoT Workshop on the Vodafone and NB-IoT and LTE-M network SODAQ Author: Jan van Loenen

2 Unboxing 3 Installation 4 Arduino IDE 4 SODAQ Download URL 5 Add Boards 6 Libraries 8 All Things Talk 9 AT Commands 10 Library 13 All Things Talk 14 Send ASCII to ATT 14 Sending the temperature to ATT 17 GPS 19

3 Unboxing - SODAQ SARA AFF - Universal telecom antenna - Usb cable - Vodafone NB-IoT SIM - Vodafone LTE-M SIM

4 Installation Arduino IDE This manual is written to use the Arduino IDE, feel free to use your own Arduino compatible IDE. I prefer to use Visual Studio with Visual Micro. Download the latest Arduino IDE from The Arduino IDE version is while writing this document.

5 SODAQ Download URL Add the Sodaq download URLs Go to File Preferences Add the following url in the Additional Boards Manager URLs This URL is to download SODAQ Arduino compatible SAMD Boards and libraries.

6 Add Boards We need to install the SODAQ SARA board before we can use it. Go to the Boards Manager. Tools Board Boards Manager Install the SODAQ SAMD boards

7 Select the correct Board and Port. The Board must be SODAQ SARA As for the port this name will be the first SAMD board in the list. This can be the SODAQ SARA or an other board, in the image the SAMD boards of Arduino are also installed and Arduino thinks we have an Arduino Zero attached.

8 Libraries Go to Sketch Include Library Manage Libraries Install the following libraries: Sodaq_wdt Sodaq_nbiot Sodaq_LSM303AGR Sodaq_UBlox_GPS

9 All Things Talk Create an account on The device comes pre-loaded with the AllThingsTalk maker software. This software will upload the temperature and gps, when enabled, to AllThingsTalk. With the code on the sticker you can claim your device on AllThingsTalk. Click on the button New Device Type in your activation code, press the find button and confirm to claim your device. Your devices already had the unique ATT Token inside, on the sticker it s called deviceid. You only need this when in a later stage you override this software and want to again use it. When your device is turned on, you should see data in your account.

10 AT Commands The current loaded software has a command mode. To enter the command mode, you have to close the serial monitor (if open). Connect the usb, board to computer. Press the reset button. Check in Arduino if the com port is available. Open the Serial Monitor. Don t forget to change to Both NL & CR.

11 Send the command cmd to enter command mode If successful entered you should see this: In this mode you can send all the available u-blox commands. All commands can be found in this PDF, the most common commands are already in the command men %29_0.pdf

12 By default the operator is set to Vodafone NB-IoT. The printed commands are automatically set for Vodafone NB-IoT To send AT command for Vodafone LTE-M. The 2nd sim card is for Vodafone LTE-M. Send exit to go out of the command mode. Update the Telco in the operator to Vodafone Lte-M with sending the command tlc=2 Telco (tmobile=0, vf-n=1, vf-m=2, kpn=3, mono=4) (tlc=): 1 Go again into into command mode. The AT command list is now updated to the Vodafone LTE-M commands.

13 Library In the Arduino Library manager it is possible to install the sodaq libraries. Search and install the following libraries: Click on an item in the list to get the install button. sodaq_wdt sodaq_nbiot sodaq_ublox_gps sodaq_lsm303agr The LteM library is not released yet. We are still making it ready for the public. Today you will need to download it from iot.sodaq.com Unzip the file Move it to Documents Arduino libraries Reopen Arduino to load the new library

14 All Things Talk Send ASCII to ATT Create a new asset Use ascii as name Choose type: String Load the example from the Arduino IDE to send Hello World! to AllThingsTalk.

15

16 Add your keys to the sketch, you can find these under Settings in your ATT account. Upload the sketch See if you get the data on your All Things Talk account. Change the string something else and reupload the sketch.

17 Sending the temperature to ATT Create a new asset. Name it temp Choose Number Open the LteM_UDP_ATT_Temperature. Add your keys!! And upload your sketch

18 It will send the temperature value every 5 seconds. If you have enabled the data storage you will be able to see the average data over time.

19 GPS Create a new asset. Name it gps Go to the advanced tab. And update it to: { "type": "object", "properties": { "latitude": { "type": "number" }, "longitude": { "type": "number" }, "altitude": { "type": "number" }, "timestamp": { "type": "number" } } }

20 Open the GPS example. Add your keys!! And upload your sketch

21 In AllThingsTalk you will see some JSON block as your data. To be able to show it into a map we have to create a Pinboard

22 Now you have a nice map of where your device is. By default when there is no data if will show 0,0 Your map will update when you have a valid GPS position.

23 More information about LTE-M and NB-IoT can be found here: SODAQ Forum: SODAQ Suport pages:

Hands-On LTE-M NB-IoT

Hands-On LTE-M NB-IoT Hands-On LTE-M NB-IoT Workshop 06-07-2018 SODAQ Date: 02-07-2018 Author: Jan van Loenen Unboxing 3 Installation 4 Arduino IDE 4 SODAQ Download URL 5 Add Boards 6 Libraries 8 LTE-M 9 AT Commands 9 Library

More information

Manual. NB-IoT workshop. Sodaq Date: Author: Jan van Loenen

Manual. NB-IoT workshop. Sodaq Date: Author: Jan van Loenen Manual NB-IoT workshop Sodaq Date: 07-03-2018 Author: Jan van Loenen Unboxing 3 Installation 4 Arduino IDE 4 Add Boards 5 Libraries 6 Blink 7 NB-IoT 9 AT commands 10 All Things Talk 12 Sensors on the NB-IoT

More information

Exen Mini. Setup Guide - V1. nerdonic.com

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

More information

Rephone Core 2G-AtmelSAMD21

Rephone Core 2G-AtmelSAMD21 Rephone Core 2G-AtmelSAMD21 SKU 102040046 Introduction RePhone is one of the most unique and interesting development board platform that created by Seeed Studio, ever since its first show on the stage

More information

22080 IoT2 Appendix B: Get Started with Arduino IDE & ExpLoRer

22080 IoT2 Appendix B: Get Started with Arduino IDE & ExpLoRer Contents Purpose... 1 Requirements... 1 Objectives... 2 Procedure... 2 Step 1. Download and Install the Arduino IDE v1.8.5... 2 Step 2. Configure the Sketchbook Location, Board Manager URL & Other Preferences...

More information

Marvin Hookup Guide. Your IoT application with Marvin and MachineQ

Marvin Hookup Guide. Your IoT application with Marvin and MachineQ Marvin Hookup Guide Your IoT application with Marvin and MachineQ Overview 1. 2. 3. 4. Program Marvin using Arduino, please install via the link on the right>> Send data over LoRa Routing your data through

More information

Exen Mini. Setup Guide - V2. nerdonic.com

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

More information

ExpLoRer Starter Kit User Guide

ExpLoRer Starter Kit User Guide ExpLoRer Starter Kit User Guide Introducing: ExpLoRer 2 3 Why Arduino?? Open Source Industry standard Easily accessible Free IDEs No flashing tools needed only a USB cable Simple structure (setup & loop)

More information

Lab 1: Arduino Basics. Rodrigo Carbajales and Marco Zennaro ICTP Trieste-Italy

Lab 1: Arduino Basics. Rodrigo Carbajales and Marco Zennaro ICTP Trieste-Italy Lab 1: Arduino Basics Rodrigo Carbajales and Marco Zennaro ICTP Trieste-Italy Step Zero Clean up your desks! :) Goals of this Lab Learn how the programming takes place Excercises about: installing the

More information

Elektor Uno R4 Installation & Test

Elektor Uno R4 Installation & Test Elektor Uno R4 Installation & Test Prerequisites Elektor Uno R4 USB-A to micro-b cable Computer with Windows (XP or later), Linux or OSX (10.7 or later) Arduino IDE 1.6.7 or higher (not 1.6.8) We highly

More information

RoastLogger Arduino/TC4 driver installation for Windows 9/10/13 By John Hannon (JackH) at Homeroasters.org

RoastLogger Arduino/TC4 driver installation for Windows 9/10/13 By John Hannon (JackH) at Homeroasters.org This procedure was written for the Arduino Uno board with the TC4 shield. Please check the Arduino site for software if you are using a different model. I have not tested it, but this procedure should

More information

G903 NB-IoT GPS Tracker User Manual V1.0

G903 NB-IoT GPS Tracker User Manual V1.0 G903 NB-IoT GPS Tracker User Manual V1.0 Preface Congratulations on choosing the Mictrack G903 NB-IoT GPS tracker. This manual shows how to easily program and setup the tracker for best results. Make sure

More information

ITM-MKR680. User s Guide. Document ITM-MKR680 User s Guide 02/11/2018

ITM-MKR680. User s Guide. Document ITM-MKR680 User s Guide 02/11/2018 ITM-MKR680 User s Guide All information contained in these materials, including products and product specifications, represents information on the product at the time of publication and is subject to change

More information

SLabs-32 User's Guide

SLabs-32 User's Guide SLabs-32 User's Guide Version: SLabs-32_v0.1 Author : Haaris Moosa Applications and Firmware Engineer Startoon Labs Private Limited, INDIA Literature number : SL_DocID_001 January 2018 SLabs-32 Board-

More information

LinkIt ONE. Introduction. Specifications

LinkIt ONE. Introduction. Specifications LinkIt ONE Introduction The LinkIt ONE development board is an open source, high performance board for prototyping Wearables and IoT devices. It's based on the world s leading SoC for Wearables, MediaTek

More information

Hands-On Workshop. Introduction to AT Commands, Sending SMS & GPRS

Hands-On Workshop. Introduction to AT Commands, Sending SMS & GPRS Hands-On Workshop Introduction to AT Commands, Sending SMS & GPRS Towers of Power - Class 02 New York, April 5th 2014 Hardware Micro-controllers Lots of Options Cellphone Modules GSM Modems

More information

Stevens SatComm. Product GUI Quick Start Guide

Stevens SatComm. Product GUI Quick Start Guide Stevens SatComm Product GUI Quick Start Guide Stevens Part #93876 June 2013 Contents 1. Product Overview... 3 2. Opening SatCommSet... 4 3. SatComm Setup Tabs... 6 3.1 SatComm Setup Tab... 6 3.2 Self Timed

More information

TA0297 WEMOS D1 R2 WIFI ARDUINO DEVELOPMENT BOARD ESP8266

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

More information

Skywire LTE Cat 1 AT&T Socket Dial Example

Skywire LTE Cat 1 AT&T Socket Dial Example Skywire LTE Cat 1 AT&T Socket Dial Example NimbeLink Corp Updated: Jan 2017 PN 30260 rev 1 NimbeLink Corp. All Rights Reserved. 1 Table of Content Table of Content 2 1. Introduction 3 1.1. Prerequisites

More information

21-AUG E35. RYR410x. LTE Cat M1 / NB-IoT & GNSS Full / Half-size mini PCIe Card. Datasheet

21-AUG E35. RYR410x. LTE Cat M1 / NB-IoT & GNSS Full / Half-size mini PCIe Card. Datasheet 21-AUG-2018 56312E35 LTE Cat M1 / NB-IoT & GNSS Full / Half-size mini PCIe Card Datasheet 1 PRODUCT DESCRIPTION The series is based on the PCI Express Mini Card standard with a USB 2.0 interface FEATURES

More information

ARDUINO M0 PRO Code: A000111

ARDUINO M0 PRO Code: A000111 ARDUINO M0 PRO Code: A000111 The Arduino M0 Pro is an Arduino M0 with a step by step debugger With the new Arduino M0 Pro board, the more creative individual will have the potential to create one s most

More information

ArcGIS Online Tutorial

ArcGIS Online Tutorial ArcGIS Online Tutorial ArcGIS Online allows users to make interactive maps or applications and easily share them with others. The University of Minnesota has an organizational account that can be logged

More information

PA5000 SERIES USER MANUAL

PA5000 SERIES USER MANUAL PA5000 SERIES 4G CELL PHONE ENTRY SYSTEM USER MANUAL Rev. C Platinum Access Systems Inc. PRODUCT LINE PA5020 --- Cell Phone Entry System PA5022 --- Cell Phone Entry System (Flush Mount) SPECIFICATIONS

More information

Yun Shield Quick Start Guide VERSION: 1.0. Yun Shield Quick Start Guide 1 / 14.

Yun Shield Quick Start Guide VERSION: 1.0. Yun Shield Quick Start Guide 1 / 14. Yun Shield Quick Start Guide VERSION: 1.0 Version Description Date 1.0 Release 2014-Jul-08 1.1 Change Password to dragino 2014-Aug-02 Yun Shield Quick Start Guide 1 / 14 Index: 1 Introduction... 3 1.1

More information

ROUTER SET UP GUIDE: Huawei B618 LTE-A Router

ROUTER SET UP GUIDE: Huawei B618 LTE-A Router ROUTER SET UP GUIDE: Huawei B618 LTE-A Router A STEP-BY-STEP A STEP-BY-STEP GUIDE GUIDE TO SETTING TO SETTING UP UP YOUR YOUR NEW NEW LTE-A FIBRE ROUTER WIFI ROUTER IN THE BOX Make sure you have the following:

More information

CHAPTER GETTING STARTED WITH THE ARDUINO WEB EDITOR (Online IDE) Created by Tum Kurtzman

CHAPTER GETTING STARTED WITH THE ARDUINO WEB EDITOR (Online IDE) Created by Tum Kurtzman CHAPTER - 04 GETTING STARTED WITH THE ARDUINO WEB EDITOR (Online IDE) Created by Tum Kurtzman 1.0 Introduction: The Arduino Web Editor is an online IDE that allows you to write code and upload sketches

More information

.org. IoT Development Platform

.org. IoT Development Platform 1.org IoT Development Platform 2 Q&A How many ARM cores shipped in 2012? 8,700,000,000 Per Day: 23,835,616 Per Hour: 993,151 Per Minute: 16,553 Per Second: 276 2002 1+ billion 2011 billion 2020 25+ 150+

More information

USB Programming (with Bootloader) PICado Mega

USB Programming (with Bootloader) PICado Mega Programming over USB direct from: AtmelStudio Arduino IDE 2017 PICado.ch, Jan Ritschard Page 1 of 10 Table of Contents 1. Installation... 3 1.1. Arduino IDE... 3 1.2. PICado / Arduino IDE modification...

More information

INTRODUCTION SETTING UP USERS AND SECURITY GROUPS

INTRODUCTION SETTING UP USERS AND SECURITY GROUPS INTRODUCTION Using this guide, you will be able to set up the basic structure of your new PinPoint database. To get started and begin adding documents to your system, you will need to have users, security

More information

Sten-SLATE ESP Kit. Description and Programming

Sten-SLATE ESP Kit. Description and Programming Sten-SLATE ESP Kit Description and Programming Stensat Group LLC, Copyright 2016 Overview In this section, you will be introduced to the processor board electronics and the arduino software. At the end

More information

Skywire Development Kit SMS Example

Skywire Development Kit SMS Example Skywire Development Kit SMS Example NimbeLink Corp Updated: March 2017 PN 30049 rev 6 NimbeLink Corp. All Rights Reserved. 1 Table of Contents Table of Contents 2 1. Introduction 3 1.1 Orderable Part Numbers

More information

Arduino Prof. Dr. Magdy M. Abdelhameed

Arduino Prof. Dr. Magdy M. Abdelhameed Course Code: MDP 454, Course Name:, Second Semester 2014 Arduino What is Arduino? Microcontroller Platform Okay but what s a Microcontroller? Tiny, self-contained computers in an IC Often contain peripherals

More information

AT&T IoT Starter Kit (LTE-M, STM32L4) Getting Started Guide

AT&T IoT Starter Kit (LTE-M, STM32L4) Getting Started Guide AT&T IoT Starter Kit (LTE-M, STM32L4) Getting Started Guide Version 1.3 o STM32L4 Discovery Kit IoT Node o Avnet M14A2A WNC Cellular Shield o AT&T Flow Designer 2018 Avnet. All rights reserved. All trademarks

More information

Welcome to this Tuesday s Tech Talk. My name is Kat Snizaski. I m the professional development coordinator for CCIT.

Welcome to this Tuesday s Tech Talk. My name is Kat Snizaski. I m the professional development coordinator for CCIT. Slide 1 Welcome to this Tuesday s Tech Talk. Creating and Uploading PowerPoint Presentations to Blackboard By: Kat Snizaski My name is Kat Snizaski. I m the professional development coordinator for CCIT.

More information

Skywire Development Kit User Manual

Skywire Development Kit User Manual Skywire Development Kit User Manual NimbeLink Corp Updated: March 2016 PN 30005 rev 10 NimbeLink Corp. 2016. All rights reserved. 1 1. Introduction 1.1 Orderable Part Numbers 1.2 Product Overview 1.3 Block

More information

Designed & Developed By: Ms. Jasleen Kaur, PhD Scholar, CSE. Computer Science & Engineering Department

Designed & Developed By: Ms. Jasleen Kaur, PhD Scholar, CSE. Computer Science & Engineering Department Design & Development of IOT application using Intel based Galileo Gen2 board A Practical Approach (Experimental Manual For B.Tech & M.Tech Students) For SoC and Embedded systems in association with Intel

More information

PDF VERIZON 4G LTE TABLET MANUAL EBOOK

PDF VERIZON 4G LTE TABLET MANUAL EBOOK 17 May, 2018 PDF VERIZON 4G LTE TABLET MANUAL EBOOK Document Filetype: PDF 472.96 KB 0 PDF VERIZON 4G LTE TABLET MANUAL EBOOK It uses our 4G LTE network for its Remote Monitoring Center. Find pictures,

More information

Usage guidelines and procedures for SharpCap

Usage guidelines and procedures for SharpCap Usage guidelines and procedures for SharpCap This document is meant to describe the features and configuration items of interest to our project interior to the SharpCap camera control software. Commonly

More information

SysLINK 500 Family Quick Start Guide

SysLINK 500 Family Quick Start Guide 1 QS002 002 1706. Copyright 2017. Information subject to change without notice. SysLINK 500 Family Quick Start Guide SL 500 What s Included Includes SysSCRIPT Lite IoT (Internet of Things) support Remote

More information

This module can be used to build a light controlled switch i.e. switch off lights during day time and switch on lights during night time.

This module can be used to build a light controlled switch i.e. switch off lights during day time and switch on lights during night time. Grove - Light Sensor Introduction The Grove - Light sensor a photo-resistor(light dependent resistor) to detect the intensity of light in the environment. The resistance of photo-resistor decreases when

More information

INTERNET OF THINGS. Eerst denken, dan doen! ELECTRONIC COMPONENT SOLUTIONS LIGHTING

INTERNET OF THINGS. Eerst denken, dan doen! ELECTRONIC COMPONENT SOLUTIONS LIGHTING INTERNET OF THINGS Eerst denken, dan doen! WIRELESS & NETWORKING DISPLAY & TOUCH LED & SOLID STATE EMBEDDED COMPUTING POWER & EMC 1 LIGHTING Alcom Electronics Independent technical distributor 35+ years

More information

OECD work on IoT. Regulatory impacts of IoT or the liberalisation of the SIM-card

OECD work on IoT. Regulatory impacts of IoT or the liberalisation of the SIM-card OECD work on IoT Regulatory impacts of IoT or the liberalisation of the SIM-card Disclaimer The views expressed here are my own and may not be those of the OECD or its member countries. OECD work on IoT

More information

This tutorial will show you how to take temperature readings using the Freetronics temperature sensor and an Arduino Uno.

This tutorial will show you how to take temperature readings using the Freetronics temperature sensor and an Arduino Uno. This tutorial will show you how to take temperature readings using the Freetronics temperature sensor and an Arduino Uno. Note that there are two different module types: the temperature sensor module and

More information

Introducing Linxs. Commercial Presentation - Q2/2018

Introducing Linxs. Commercial Presentation - Q2/2018 Introducing Linxs Commercial Presentation - Q2/2018 Company Purpose: Our Linxs 'Connectivity-asa-Service' helps enterprises securely connect 'remote assets' with their cloud infrastructure. 2 1/4: Why?

More information

User Manual MT-1C GPS Tracker (Vehicle/Motorcycle) 1. Specification

User Manual MT-1C GPS Tracker (Vehicle/Motorcycle) 1. Specification User Manual MT-1C GPS Tracker (Vehicle/Motorcycle) 1. Specification GSM module MTK program, GSM 850/900/1800/1900 Support TCP protocol GPS Chipset U-BLOX 7020(Support GPS/Glonass/Galileo/Compass) GPS sensitivity

More information

JANUS EXPLORER. Janus Explorer Version 1.4 Quick Guide

JANUS EXPLORER. Janus Explorer Version 1.4 Quick Guide JANUS EXPLORER Version 1.4 Quick Guide Page 1 TABLE OF CONTENTS Introduction... 3 Installation... 3 Software Guide... 6 Send Commands... 8 Responses... 8 SMS and Dial... 8 Modem and SIM Details... 9 Phone

More information

QUICK-START GUIDE TOUGHBOOK 54 FEBRUARY 2018 CONTACT. Address. Online. Phone & Fax

QUICK-START GUIDE TOUGHBOOK 54 FEBRUARY 2018 CONTACT. Address. Online. Phone & Fax TOUGHBOOK 54 QUICK-START GUIDE FEBRUARY 2018 CONTACT Address Phone & Fax Online KELTEK Incorporated 205 North High Street Baxter, Iowa 50028 United States Free Toll: + 1 855 855 0328 Phone: + 1 641 227

More information

Code&Drive First steps

Code&Drive First steps Code&Drive First steps Now that you have built the Code & Drive, you can set the Build&Code 4in1 board using any of the following software: Arduino IDE, Bitbloq or a visual programming software by blocks

More information

Skywire LTE CAT4 Firmware Update

Skywire LTE CAT4 Firmware Update Skywire LTE CAT4 Firmware Update NimbeLink Corp Updated: September 2018 PN 30270 rev 5 NimbeLink Corp. 2018. All rights reserved. 1 Table of Contents Table of Contents 2 Introduction 3 Options for Updating

More information

Introducing Linxs Executive Summary - Q2/2018. Linxs by New Tinxs NV/SA

Introducing Linxs Executive Summary - Q2/2018. Linxs by New Tinxs NV/SA Introducing Linxs Executive Summary - Q2/2018 Linxs by New Tinxs NV/SA With Linxs, we rent you a secure connection between your remote assets & cloud infrastructure. We will deliver you your IoT data in

More information

GETTING STARTED GUIDE

GETTING STARTED GUIDE SETUP GETTING STARTED GUIDE About Benchmark Email Helping you turn your email list into relationships and sales. Your email list is your most valuable marketing asset. Benchmark Email helps marketers short

More information

Skywire ST Micro Shield and Skywire Sensor Shield User Manual

Skywire ST Micro Shield and Skywire Sensor Shield User Manual Skywire ST Micro Shield and Skywire Sensor Shield User Manual NimbeLink Corp Updated: Nov 2016 PN 30041 rev 2 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Introduction 3 Orderable Part

More information

IoT Hardware and Solutions

IoT Hardware and Solutions JANUS REMOTE COMMUNICATIONS IoT Hardware and Solutions 2018-1 Janus Remote Communications What We Do Janus Remote Communications provides state-of-the-art wireless products and services, including Custom

More information

Title : Applicants Guide to Creating T2/T3. Reference: 1. Revision: 1. Date: 16/03/17

Title : Applicants Guide to Creating T2/T3. Reference: 1. Revision: 1. Date: 16/03/17 Title : Applicants Guide to Creating T2/T3 Reference: 1 Revision: 1 Date: 16/03/17 1 Select Applications 2 Select New Application 3 Select T2-T3 4 Select Local Authority or NRA/TII as applicable. NB: Only

More information

CanWay Planner User s manual

CanWay Planner User s manual 2014 CanWay Planner User s manual 2014/4 1 CONTENTS INSTALL CANWAY PLANNER... 3 CANWAY PLANNER TAB LIST WINDOW... 5 ADD.EDIT,CANCEL WAYPOINT... 6 ADD.EDIT,CANCEL PLANNING ROUTE... 8 ADD.EDIT,DELETE PLANNING

More information

UNV-SIM868 V2.2.5 user manual V1.0

UNV-SIM868 V2.2.5 user manual V1.0 UNV-SIM868 V2.2.5 user manual V1.0 time Descriptions version 2017/5/6 initial V1.0 Getting Started A little preparation goes a long way, so make sure you ve covered the following points: Regarding your

More information

if only it were real the UGS download unpacked how part of your desktop might look a genuine Arduino NANO

if only it were real the UGS download unpacked how part of your desktop might look a genuine Arduino NANO grasping the nettle Once the A3 Laser is assembled and configured, well happy days, but before that there s a mountain to climb installing the software. A complete account of this might be called A3 Laser

More information

Welcome to Lab! Feel free to get started until we start talking! The lab document is located on the course website:

Welcome to Lab! Feel free to get started until we start talking! The lab document is located on the course website: Welcome to Lab! Feel free to get started until we start talking! The lab document is located on the course website: https://users.wpi.edu/~sjarvis/ece2049_smj/ece2049_labs.html You do not need to keep

More information

RECORDING A WELCOME VIDEO USING WINDOWS LIVE MOVIE MAKER A QUICK AND EASY WAY TO MAKE A RECORDING

RECORDING A WELCOME VIDEO USING WINDOWS LIVE MOVIE MAKER A QUICK AND EASY WAY TO MAKE A RECORDING RECORDING A WELCOME VIDEO USING WINDOWS LIVE MOVIE MAKER A QUICK AND EASY WAY TO MAKE A RECORDING Guide No.: LTD3079 Version No.: 3.0 Update: 11/02/2019 Introduction There are many ways to record a welcome

More information

Last updated: Access to API. SERVER_DOMAIN/api/api.php

Last updated: Access to API. SERVER_DOMAIN/api/api.php Last updated: 2017-01-10 Access to API 1. API is accessed via HTTP URL: SERVER_DOMAIN/api/api.php 2. Additionally to this you must choose which one API to use, server or user. Also API version should be

More information

Intel Edison Workshop

Intel Edison Workshop Note: This presentation was made and provided by Intel during the Intel Embedded Education & Research Summit in March 2015 Intel Edison Workshop Setting up Edison Step by Step Our Workshop Goal: 1.Unbox

More information

SMS Power Controller. User Documentation. V Feb

SMS Power Controller. User Documentation. V Feb SMS Power Controller User Documentation V2.00 8 Feb 2017 www.haute-solutions.com SMS Power Controller Introduction: The SMS Power Controller can be used to remotely control, or schedule, power to a connected

More information

Configuring Skywire CAT 4 LTE and CAT 1 LTE Modems for MBIM Mode on Windows 8 and 10

Configuring Skywire CAT 4 LTE and CAT 1 LTE Modems for MBIM Mode on Windows 8 and 10 Configuring Skywire CAT 4 LTE and CAT 1 LTE Modems for MBIM Mode on Windows 8 and 10 NimbeLink Corp Updated: October 2018 PN 1001793 rev 1 NimbeLink Corp. 2018. All rights reserved. 1 Table of Contents

More information

1. Consider the following code snippet. Describe what the user will see when it is executed.

1. Consider the following code snippet. Describe what the user will see when it is executed. These are some practice problems for your final. These problems only cover the "new" material we have covered since the last exam. However, your final will be cumulative, with approximately 50% on the

More information

Quickstart Guide: Programming the Arduino ESP 8266

Quickstart Guide: Programming the Arduino ESP 8266 Quickstart Guide: Programming the Arduino ESP 8266 V1.0 - March 2018 Part 1: Setting up the Arduino 1. Connect to your wireless network 2. Install Arduino software from www.arduino.cc 3. Check if Windows

More information

Beyond the Blink: Add Drupal to Your IoT Playground. Amber Matz

Beyond the Blink: Add Drupal to Your IoT Playground. Amber Matz Beyond the Blink: Add Drupal to Your IoT Playground Amber Matz Hi. I m Amber. Name: Amber Matz (neé Himes) Drupal.org username: Amber Himes Matz Twitter: @amberhimesmatz My job: Production Manager and

More information

ARDUINO GSM SHIELD 2 (ANTENNA CONNECTOR) Code: A000106

ARDUINO GSM SHIELD 2 (ANTENNA CONNECTOR) Code: A000106 ARDUINO GSM SHIELD 2 (ANTENNA CONNECTOR) Code: A000106 The Arduino GSM Shield 2 allows your Arduino board to make phone calls, send SMS and connect to the Internet. The Arduino GSM Shield 2 allows an Arduino

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

MT825 Cat M1/NB-IoT GPS Tracker User Manual V1.0

MT825 Cat M1/NB-IoT GPS Tracker User Manual V1.0 MT825 Cat M1/NB-IoT GPS Tracker User Manual V1.0 Preface Congratulations on choosing the Mictrack MT825 CAT M1/NB-IoT GPS tracker. This manual shows how to easily program and setup the tracker for best

More information

Installation instructions for the PARTNER TECH PT 6215 Hardware with Corner Store POS

Installation instructions for the PARTNER TECH PT 6215 Hardware with Corner Store POS Installation instructions for the PARTNER TECH PT 6215 Hardware with Corner Store POS Corner Store POS supports PARTNER TECH PT 6215 hardware. This document will detail the process of installing the correct

More information

Note. The above image and many others are courtesy of - this is a wonderful resource for designing circuits.

Note. The above image and many others are courtesy of   - this is a wonderful resource for designing circuits. Robotics and Electronics Unit 2. Arduino Objectives. Students will understand the basic characteristics of an Arduino Uno microcontroller. understand the basic structure of an Arduino program. know how

More information

Seeeduino LoRaWAN. Description

Seeeduino LoRaWAN. Description Seeeduino LoRaWAN SKU 102010128 LoRaWAN Class A/C Ultra long range communication Ultra low power consumption Arduino programming (based on Arduino Zero bootloader) Embeded with lithim battery management

More information

Emerging Mobile IoT Technologies: Use Cases, Business and Security Requirements

Emerging Mobile IoT Technologies: Use Cases, Business and Security Requirements Emerging Mobile IoT Technologies: Use Cases, Business and Security Requirements Svetlana Grant, Director, Future IoT Networks Connected Living Programme, GSMA ETSI M2M Workshop 9 December 2015 From M2M

More information

Aaronia GPS-Logger Software. Users Guide

Aaronia GPS-Logger Software. Users Guide Aaronia GPS-Logger Software Users Guide Index GPS-Logger Software Version 0.2...3 System Requirements...4 Hardware Overview...5 Top view...6 Back view...7 Software Installation...8 Quickstart...9 Device

More information

A CHILD S GUIDE TO DIRECT DATALOGGING WITH EXCEL. (All brickbats and bouquets gladly received - on the Arduino forum)

A CHILD S GUIDE TO DIRECT DATALOGGING WITH EXCEL. (All brickbats and bouquets gladly received - on the Arduino forum) A CHILD S GUIDE TO DIRECT DATALOGGING WITH EXCEL version 5 (All brickbats and bouquets gladly received - on the Arduino forum) This is an aide memoire for the PLX-DAQ macro for Excel. Parallax do not address

More information

Workshop Arduino English starters workshop 2

Workshop Arduino English starters workshop 2 Workshop Arduino English starters workshop 2 We advice to finish part 1 of this workshop before following this one. There are a set of assignments in this workshop that can be taken individually. First

More information

Getting Started Guide. AT&T IoT Starter Kit Getting Started Guide

Getting Started Guide. AT&T IoT Starter Kit Getting Started Guide Getting Started Guide AT&T IoT Starter Kit Getting Started Guide September 2016 AT&T IoT Starter Kit CONTENTS Introduction Inside the AT&T IoT Starter Kit NXT FRDM-K64F Development Board Avnet Cellular

More information

QUICK-START GUIDE TOUGHBOOK 33 FEBRUARY 2018 CONTACT. Address. Online. Phone & Fax

QUICK-START GUIDE TOUGHBOOK 33 FEBRUARY 2018 CONTACT. Address. Online. Phone & Fax TOUGHBOOK 33 QUICK-START GUIDE FEBRUARY 2018 CONTACT Address Phone & Fax Online KELTEK Incorporated 205 North High Street Baxter, Iowa 50028 United States Free Toll: + 1 855 855 0328 Phone: + 1 641 227

More information

Skywire Development Kit User Manual

Skywire Development Kit User Manual Skywire Development Kit User Manual NimbeLink Corp Updated: October 2017 PN 30005 rev 12 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents 1. Introduction 2 1.1 Orderable Part Numbers 2 1.2

More information

Arduino IDE Friday, 26 October 2018

Arduino IDE Friday, 26 October 2018 Arduino IDE Friday, 26 October 2018 12:38 PM Looking Under The Hood Of The Arduino IDE FIND THE ARDUINO IDE DOWNLOAD First, jump on the internet with your favorite browser, and navigate to www.arduino.cc.

More information

APPENDIX C. Section 1: your mobile any errors in. the database. click here. Figure 2

APPENDIX C. Section 1: your mobile any errors in. the database. click here. Figure 2 APPENDIX C ODOT Mobile Assets Software User s Guide Section 1: Introduction To begin using the ODOT mobile asset software, open the software by clicking on the ODOT Assets program under the Windows Start

More information

4G LTE CAT 4 Skywire User Manual

4G LTE CAT 4 Skywire User Manual 4G LTE CAT 4 Skywire User Manual NimbeLink Corp Updated: April 2017 PN 30229 rev 2 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction 3 1.1 Orderable Part

More information

GPS Watch Tracker USER MANUAL. (Model: WT100)

GPS Watch Tracker USER MANUAL. (Model: WT100) GPS Watch Tracker USER MANUAL (Model: WT100) ELECTRONICS TECHNOLOGY LIMITED Address: Room2007, Tower B, Gaoke Building, Tianhe North Road, Guangzhou, China. Tel: (+86)20-38351400, 38351401 Fax: (+86)20-38351400

More information

IoT for entrepreneurs. faq. Clément Levallois

IoT for entrepreneurs. faq. Clément Levallois IoT for entrepreneurs faq Clément Levallois 2017-10-18 Table of Contents 1. The screen shows nothing................................................................. 1 2. The screen shows a lot of white

More information

AUTHORS / EDITORS result.indd :51:03

AUTHORS / EDITORS result.indd :51:03 AUTHORS / EDITORS result.indd 1 24-01-2018 10:51:03 2 PUBLISHONE SETUP When using the Microsoft Word editor make sure to complete the PublishOne setup. The setup will assure all PublishOne functionalities

More information

DFRduino GPS Shield LEA 6H (SKU:TEL0044)

DFRduino GPS Shield LEA 6H (SKU:TEL0044) DFRduino GPS Shield LEA 6H (SKU:TEL0044) Introduction The LEA-6H is a high performance stand-alone GPS and GALILEO receiver module designed to allow easy, straightforward migration from its LEA-4 predecessors.

More information

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2 Volume 118 No. 20 2018, 751-755 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu AUTOMATED GARBAGE COLLECTION USING GPS AND GSM Shobana G 1, Sureshkumar

More information

QUICK START GUIDE THE PASS DESIGNER

QUICK START GUIDE THE PASS DESIGNER QUICK START GUIDE THE PASS DESIGNER THE PASS DESIGNER The quickest and easiest way to design Pass templates. + + Pass Template Pass Data Certificate = A BEAUTIFUL, USABLE PASS FIRST THINGS FIRST Plan your

More information

Note: Available applications and services are subject to change at any time.

Note: Available applications and services are subject to change at any time. Thanks for choosing Sprint. This guide introduces you to the basics of getting started with Sprint and your NETGEAR Zing Mobile Hotspot. ReadyNow For more help in getting up and running with your new device,

More information

These instructions were adapted from Arduino: Installing Standard Firmata which is licensed under Attribution- NonCommercial-ShareAlike 2.

These instructions were adapted from Arduino: Installing Standard Firmata which is licensed under Attribution- NonCommercial-ShareAlike 2. These instructions were adapted from Arduino: Installing Standard Firmata which is licensed under Attribution- NonCommercial-ShareAlike 2.5 Generic Step 1: Download and Install Arduino Application Your

More information

Description Dashboard 2

Description Dashboard 2 AIRPORT INSPECTION MANAGER AIM MANUAL Description Page Dashboard 2 Work Orders 3 Creating Work Orders 4 Work Order Photos 5 My Work Order Status 6 Work Order Data List 7 Assigning Data Order 8 Completing

More information

AndyMark Arduino Tutorial

AndyMark Arduino Tutorial AndyMark Arduino Tutorial Tank Drive June 2014 Required: Required Software List: - Kit Arduino IDE - Robot Power Cable Kit (am-0975) RobotOpen Arduino Shield Software - Battery Base Package (am-0477) RobotOpen

More information

Arduino IDE The Developer Kit library The JeeLib library for RFM12 transceivers

Arduino IDE The Developer Kit library The JeeLib library for RFM12 transceivers SKU: 810011 The aim of this project is to build a hydrogen powered remote temperature sensor. It is based on the Arduino, Developer Kit fuel cell shield, Maxim DS18B20 1 Wire temperature sensor, and the

More information

Moving Materials from Blackboard to Moodle

Moving Materials from Blackboard to Moodle Moving Materials from Blackboard to Moodle Blackboard and Moodle organize course material somewhat differently and the conversion process can be a little messy (but worth it). Because of this, we ve gathered

More information

SysLINK 1000/1500 Family Quick Start Guide

SysLINK 1000/1500 Family Quick Start Guide 1 QS001 004 1706. Copyright 2017. Information subject to change without notice. SysLINK 1000/1500 Family Quick Start Guide SL 1000 SL 1500 What s Included Wi Fi Antennas (if purchased) Cellular Antennas

More information

EHB Serial Bluetooth

EHB Serial Bluetooth Bluetooth to UART TTL 3.3V & 5V Abandoning the boring communication wire is a dream for most elec fans, this model is designed for this purpose. Using it, you can easy establish a wireless UART/RS232 communication

More information

Quantum HD Unity Software Update Procedure

Quantum HD Unity Software Update Procedure Quantum HD Unity Software Update Procedure Read Thoroughly Updating the Operating Software on a Quantum HD Unity is easy and free. Use the following steps to download the update and upload it to your Quantum

More information

Approvals: 0/1The Previously approved version (17 Aug :29) is available.

Approvals: 0/1The Previously approved version (17 Aug :29) is available. Wiki Approvals: 0/1The Previously approved version (17 Aug 2018 14:29) is available. EVAL-ADL5902-ARDZ Table of Contents EVAL-ADL5902-ARDZ Shield Specifications o Functional Block Diagram Setting Up the

More information

Instructions for Installing FlashUpdate and Downloading Updates for Super Buddy Satellite Meter

Instructions for Installing FlashUpdate and Downloading Updates for Super Buddy Satellite Meter Instructions for Installing FlashUpdate and Downloading Updates for Super Buddy Satellite Meter Updates to the Field Guide and to the instrument firmware are available from the Applied Instruments website.

More information