Getting started with the RAK 831 Lora Gateway and RPi3 V1.0 Shenzhen Rakwireless Technology Co., Ltd Rak

Size: px
Start display at page:

Download "Getting started with the RAK 831 Lora Gateway and RPi3 V1.0 Shenzhen Rakwireless Technology Co., Ltd Rak"

Transcription

1 Getting started with the RAK 831 Lora Gateway and RPi3 V1.0 Shenzhen Rakwireless Technology Co., Ltd Rakwireless all rights reserved. Mentioned in this document, the actual company and product names, trademarks are their respective owners. After update the new version, this document without prior notice.

2 1. Introduction This step-by-step guide is aimed at developers who want to develop their very own lora gateway using the awesome RAK831 Lora radio front-end module from RAK Wireless. The Guide assumes basic knowledge of the Raspberry pi eco system, the hardware and the associated Debian OS. The Guide also assumes basic knowledge of the GPIO and peripherals present on the Raspberry Pi. SO Lets get started:

3 2. What is LoRA? LoRa Alliance Technology. LoRaWAN is a Low Power Wide Area Network (LPWAN) specification intended for wireless battery operated Things in a regional, national or global network. LoRaWAN targets key requirements of Internet of Things such as secure bi-directional communication, mobility and localization services. courtesy Semtech The Diagram above shows the various parts of the Lora wireless architecture. Some of the important parts are explained in short below:

4 3. Key Features of LoRa Technology and the LoRaWAN Protocol GEOLOCATION: Enables GPS-free, low power tracking applications LOW COST: Reduces costs three ways: infrastructure investment, operating expenses and end-node sensors STANDARDIZED: Improved global interoperability speeds adoption and roll out of LoRaWAN-based networks and IoT applications LOW POWER: Protocol designed specifically for low power consumption extending battery lifetime up to 20 years LONG RANGE: Single base station provides deep penetration in dense urban/indoor regions, plus connects rural areas up to 30 miles away SECURE: Embedded end-to-end AES128 encryption HIGH CAPACITY: Supports millions of messages per base station, ideal for public network operators serving many customers The RAK 831 is a LorA Radio frontend; i.e. it acts as a receiver of incoming lora data packets and forwards them to a aggregator management software/hardware host. It can also transmit LoRA data packets based on the host boards request. In our case a raspberry pi 3 is the host board controlling the RAK 831 frontend.

5 4. Choosing the backhaul What is a backhaul? Backhaul refers to how the Raspberry Pi will be connected to the Internet.This guide focuses on using Wifi as backhaul, but you could also use Ethernet or 3G/4G. If you do have Ethernet available near the gateway, then prefer it over WiFi or 3G/4G. This is because having an additional radio signal inside the enclosure will cause noise. The software can handle the noisy environment, so it's not a big issue, but the less noisy, the better. You can combine this choice with Power-over-Ethernet to minimize the cabling going all the way up to the gateway. On the other hand, if you choose WiFi instead of Ethernet, then try to use a dongle with external antenna and move the antenna outside the enclosure to have less noise inside the box.

6 5. Setup the hardware Before we connect anything and switch on lets get the following configurations done on the raspberry pi and the RAK 831 module: RASPBERRY PI: 1) Get the raspberry pi 3 board and get a 8gb micro sd card ready with the raspbian software. You can even buy a noobs sd card with the software pre loaded. On how to flash the os on the sd-card please follow the instructions here: 2) Connect the raspberry pi to 5v 2amps power supply. THIS IS VERY IMPORTANT. The lora module may draw 700 ma peak during active wireless transactions and hence have a good power brick to power the raspberry pi raspberry pi v3 RAK 831: 1) Before you even power on the board get the antennae that came in your kit and connect it to the antennae screw terminal. THIS IS ESSENTIAL.

7 Raspberry Pi v3, RAK 831 module and a Lora Node

8 6. Connection details Here is a table showing how to connect the rak831 module with the raspberry pi: rpi v3 to rak 831 pin connection The rak 831 silk screen map to the rak 831 pins. For understanding the Raspberry Pi pin layout head over to: for details Notes: The reset pin can be connected to any of the GPIO on the raspberry pi 3. It is essential to be sure that you connect the power supply pins correctly to avoid damage to the RAK 831 board.

9 7. Supply power to the board As with any wireless projects, they tend to require more power than the host board can provide via the supply pins. The two schemes below shows how you can power the RAK 831 and raspberry pi 3.

10 8. Software installation On the Raspberry pi lets do the following steps to get the essential software installed: Enable SPI: Use raspi-config utility to enable SPI ([5] Interfacing options -> P4 SPI) and also expand the filesystem ([7] Advanced options -> A1 Expand filesystem): Make sure git is installed Manage your wifi connection on the raspberry pi Configure the wifi credentials (check here for additional details) And add the following block at the end of the file, replacing SSID and password to match your network: Clone the installer and start the installation The installation step will ask you if you want to enable remote configuraton. Type y or yes and continue with the installation. At the start of the command line install, the script would show you the gateway EUI which is important for the next steps. NOTE IT DOWN! If you want to use the remote configuration option, please make sure you have created a JSON file named as your gateway EUI (e.g. B827EBFFFE7B80CD.json) in the Gateway Remote Config repository here:

11 Fork the repo, add your <EUI>.json file with the proper configuration and then commit the forked repo. Once done, send a pull request to the master repo and the file should show up in the repo the next day. A sample json is shown below: Note: For a list of valid routers check the link here: By default, the installer changes the hostname of your Raspeberry Pi to ttn-gateway (to prevent collisions with other Raspberry Pis in your network). You can override this in non-remote configuration mode. HURRAY your gateway should now work. Make sure you restart the gateway the next day for your json file to be downloaded properly to the RPi3.

12 9. Resetting the board When ever we start the raspberry pi, it is a good practice to reset the attached RAK831 lora module. There are two ways to do it: Via Shell script: A small shell script can be written to reset the RAK831 before the LoRa driver can access the hardware. The content of the shell script can look like the following example (which assumes that the GPIO 17 (pin 11) of the Raspberry Pi is connected to the reset pin of the RAK831): These lines can be stored in a file called rak831_reset.sh. The user must call this script once after every boot up in order to get the concentrator IC in a clean state. Via Wiring pi: If the host system is a Raspberry Pi the user can write a small C-Tool to reset set the RAK831. In order to access the GPIO pins of the Raspberry Pi there is a library called wiringpi that takes care of the low level details. The library can be downloaded from Please refer to this site to get installation and usage instructions. The content of the RAK831_reset.c file can look like the following:

13 The user must call this tool once after every boot up in order to get the concentrator IC in a clean state.

14 10. Register the gateway to the TTn network To get your nodes to send data to the cloud TheThingsNetwork provides a cloud service to parse and store the data sent by lora nodes via a lora gateway. You need to register yourself with the thethingsnetwork.org and follow the instructions to register your gateway: Once the gateway is registered you would see the gateway console page like so: Courtesy TheThingsNetwork.org

15 Courtesy TheThingsNetwork.org

16 11. Troubleshooting the gateway If your not able to see the RX light on the RAK 831 turn red check the following: 1) Make sure your <EUI>.json file is commited in the github repo 2) If you enter the following commands a. sudo tail /var/log/syslog -- when it is online, you will see messages from the TTN-Gateway (might need to look beyond the last few lines). 3) Make sure your connections are good and that the RAK 831 power supply LED is bright RED. <DIG> 4) On the gateway UI page in the TTN website make sure te gateway shows up as connected. For some advanced troubleshooting visit:

17 12. Checking connection to TTN The best way to check if the gateway is working is registering it on the TTN Console. Login to thethingsnetwork.org Console Click on Gateways -> register gateway Select the packet forwarder protocol Enter your Gateway EUI (if is printed on start and end of the installer) Enter any description Select Europe 868Mhz as frequency plan or a suitable plan based on your country Select the correct antenna placement according to your plans Confirm clicking Register gateway Now you can see the status (which at this point should be connected if we did everything right) and traffic of your gateway! That s it your lora gateway is up and running. Next tutorial we will see how to connect a LORA node to this gateway.

18 13. Download Code LoraNet gateway Setting up a sx1301 gateway wiki

19 14. Modify Record Version Author Data Modify content V1.0 chace 2017/08/14 Create Document

Computer Network Term Project. Chong-kwon Kim 2018

Computer Network Term Project. Chong-kwon Kim 2018 Computer Network Term Project Chong-kwon Kim 2018 Project Outline Purpose Earn real network protocol design and implementation experiences Understand Low Power Wide Area (LPWA) protocol called LoRaWAN

More information

RAK831 Pilot Gateway User Manual V1.0

RAK831 Pilot Gateway User Manual V1.0 RAK831 Pilot Gateway User Manual V1.0 Shenzhen Rakwireless Technology Co., Ltd www.rakwireless.com info@rakwireless.com 2018 Rakwireless all rights reserved. in this document, the actual company and product

More information

Overo Conduit Setup Guide. Bring-up guide for Gumstix R Overo LoRaWAN gateway board withthethingsnetwork.org

Overo Conduit Setup Guide. Bring-up guide for Gumstix R Overo LoRaWAN gateway board withthethingsnetwork.org Overo Conduit Setup Guide Bring-up guide for Gumstix R Overo LoRaWAN gateway board withthethingsnetwork.org Revised October 2, 2017 Overo Conduit Setup Guide Gumstix, Inc. 2017 October 2, 2017 Contents

More information

Lora-A Revolutionary Technology for IOT LPWAN. Tony Li Vice President of China Sales and Marketing, Semtech Corporation

Lora-A Revolutionary Technology for IOT LPWAN. Tony Li Vice President of China Sales and Marketing, Semtech Corporation Lora-A Revolutionary Technology for IOT LPWAN Tony Li Vice President of China Sales and Marketing, Semtech Corporation IoT Connected Device Opportunity Ericsson Gartner 28B 21B Source:Ericsson. Ericsson

More information

What is LoRa & LoRaWAN

What is LoRa & LoRaWAN LORA / LORAWAN TUTORIAL 2 What is LoRa & LoRaWAN v1.0.0 INTRO In this tutorial I will explain what the difference is between LoRa and LoRaWAN. Several products will be shown in this video. They are not

More information

Quick Start Guide Sentrius RG1xx. Version 2.1

Quick Start Guide Sentrius RG1xx. Version 2.1 A Version 2.1 REVISION HISTORY Version Date Notes Approver 1.0 20 July 2017 Initial Release Jonathan Kaye 1.1 28 July 2017 Minor fixes Dave Drogowski 1.2 3 Aug 2017 Clarified web interface URL in section

More information

Premier Wireless Solutions Provider for IoT. LoRa / LoRaWAN Solution Selection Manual.

Premier Wireless Solutions Provider for IoT. LoRa / LoRaWAN Solution Selection Manual. Premier Wireless Solutions Provider for IoT LoRa / LoRaWAN Solution Selection Manual www.friendcom.com LoRaWAN Module Friendcom LoRaWAN series modules are designed for low power consumption and small size.

More information

RAK815(RAK813 BreakBoard) Firmware Download Manual V1.1

RAK815(RAK813 BreakBoard) Firmware Download Manual V1.1 RAK815(RAK813 BreakBoard) Firmware Download Manual V1.1 2017 Rakwireless all rights reserved. Mentioned in this document, the actual company and product names, trademarks are their respective owners. After

More information

Getting Started Guide XC9010 Raspberry Pi Starter Kit

Getting Started Guide XC9010 Raspberry Pi Starter Kit Getting Started Guide XC9010 Raspberry Pi Starter Kit The Raspberry Pi has been designed as a computer that anyone can use. If you want to get started with a Raspberry Pi, but don t know where to start,

More information

Raspberry Pi NTP Clock Setup Guide

Raspberry Pi NTP Clock Setup Guide Raspberry Pi NTP Clock Setup Guide Several steps are involved in getting your Raspberry Pi to operate as a NTP Clock. To begin with, you must obtain a LCD Plate (www.adafruit.com) and build it. You must

More information

User Guide Sentrius RG1xx. Version 1.1

User Guide Sentrius RG1xx. Version 1.1 A User Guide Sentrius RG1xx Version 1.1 REVISION HISTORY Version Date Notes Approver 1.0 20 July Initial Release Jonathan Kaye 1.1 3 Aug 2017 Clarified web interface URL in section 4 : Log into the Gateway.

More information

915MHz 8-channel LoRa Gateway Hat for Raspberry Pi HAT-LRGW-915

915MHz 8-channel LoRa Gateway Hat for Raspberry Pi HAT-LRGW-915 ROBOT. HEAD to TOE 915MHz 8-channel LoRa Gateway Hat for Raspberry Pi HAT-LRGW-915 User's Manual V1.0 Aug 2017 Created by Cytron Technologies Sdn. Bhd. All Right Reserved 1 Index 1. Introduction 3 2. Packing

More information

Low Power Wide Area Network (LPWAN) Presented By: Dr. Hafiz Yasar Lateef Director, Telxperts Pty Ltd.

Low Power Wide Area Network (LPWAN) Presented By: Dr. Hafiz Yasar Lateef Director, Telxperts Pty Ltd. Low Power Wide Area Network (LPWAN) Presented By: Dr. Hafiz Yasar Lateef Director, Telxperts Pty Ltd. Low Power Wide Area Network (LPWAN) q Low-Power WAN Technologies are designed for machine-to-machine

More information

RETROPIE INSTALLATION GUIDE

RETROPIE INSTALLATION GUIDE RETROPIE INSTALLATION GUIDE CONTENTS THE FOLLOWING GUIDE WILL COVER THE INSTALLATION, SETUP AND CONFIGURATION OF THE RASPBERRY PI, RASPBIAN OS AND RETROPIE Author: http://rpiarcadebuild.wordpress.com/

More information

ARM mbed Reference Designs

ARM mbed Reference Designs ARM mbed Reference Designs Steve Ogborne Senior Engineer Internet of Things Business Unit mbed Connect / Shenzhen, China 15 th Dec 2015 Contents Intro Smart City Sub-GHz Reference Design Wi-Fi Reference

More information

Raspberry Pi User Guide, 2nd Edition

Raspberry Pi User Guide, 2nd Edition Raspberry Pi User Guide, 2nd Edition Eben Upton, Gareth Halfacree ISBN: 978-1-118-79548-4 312 pages December 2013 Description The essential guide to getting started with the Raspberry Pi The Raspberry

More information

Home automation hub installation and setup guide

Home automation hub installation and setup guide installation and setup guide is placed in a closed off area, the wireless signal strength may be compromised. Note: To prevent radio frequency (RF) interference, we recommend that you place the away from

More information

USER MANUAL: 4G. The PiIoT is a WAN communications board which provides a 2G / 3G / 4G

USER MANUAL: 4G. The PiIoT is a WAN communications board which provides a 2G / 3G / 4G USER MANUAL: 4G The PiIoT is a WAN communications board which provides a 2G / 3G / 4G wireless interface for the Raspberry Pi 2 and 3. Conforming to the HAT specification, the PiIoT also provides location

More information

Practice 20 December 10, Wireless Access. Graduate course in Communications Engineering. University of Rome La Sapienza. Rome, Italy

Practice 20 December 10, Wireless Access. Graduate course in Communications Engineering. University of Rome La Sapienza. Rome, Italy Practice 20 December 10, 2018 Wireless Access Graduate course in Communications Engineering University of Rome La Sapienza Rome, Italy 2018-2019 Wireless Access Networks for Raspberry Pi Wireless Access

More information

Wireless IoT Sensing Solutions

Wireless IoT Sensing Solutions Wireless IoT Sensing Solutions Modularized and Ready-to-Use Solutions High Adaptability for IoT Sensing IoT Sensing Applications LPWAN and Wireless Ethernet IoT Architecture IoT Technology Product Highlights

More information

How to Connect Radio Bridge LoRaWAN Sensors VERSION 1.0 AUGUST 2018

How to Connect Radio Bridge LoRaWAN Sensors VERSION 1.0 AUGUST 2018 How to Connect Radio Bridge LoRaWAN Sensors VERSION 1.0 AUGUST 2018 TABLE OF CONTENTS 1. OVERVIEW... 2 1.1. Introduction...2 1.2. Stand-Alone vs Network Provider...2 1.3. Revision History...2 1.4. Document

More information

Using the BMP085/180 with Raspberry Pi or Beaglebone Black

Using the BMP085/180 with Raspberry Pi or Beaglebone Black Using the BMP085/180 with Raspberry Pi or Beaglebone Black Created by Kevin Townsend Last updated on 2014-06-28 08:31:07 PM EDT Guide Contents Guide Contents Overview A Note on Distributions Configuring

More information

RAK811 LoRa / LoRAWAN module (based on SX1276) 868/915MHz up to 3km range

RAK811 LoRa / LoRAWAN module (based on SX1276) 868/915MHz up to 3km range RAK811 LoRa / LoRAWAN module (based on SX1276) 868/915MHz up to 3km range RAK811 LoRa Module LoRaWAN module base on SX1276 LoRa spread spectrum. Embedded LoRaWAN protocol class A&C. Easily connects to

More information

A Low Cost Internet of Things Network for Contamination Detection in Drinking Water Systems Using Raspberry Pi

A Low Cost Internet of Things Network for Contamination Detection in Drinking Water Systems Using Raspberry Pi A Low Cost Internet of Things Network for Contamination Detection in Drinking Water Systems Using Raspberry Pi Syeda Madeeha Anam 1, M Devender 2 1 M.Tech Scholar, Sudheer Reddy College of Engineering

More information

RaRa Academy: Raspberry Pi. Karl Heinz Kremer - K5KHK

RaRa Academy: Raspberry Pi. Karl Heinz Kremer - K5KHK RaRa Academy: Raspberry Pi Karl Heinz Kremer - K5KHK Why Are We Here? I cannot convert you into a Raspberry Pi (or Linux) expert in two hours I cannot teach you everything there is to know about using

More information

Overview of the Cisco Wireless Gateway for LoRaWAN

Overview of the Cisco Wireless Gateway for LoRaWAN Overview of the Cisco Wireless Gateway for LoRaWAN This chapter provides an overview of the Cisco Wireless Gateway for LoRaWAN and contains the following sections: About Cisco Wireless Gateway for LoRaWANs,

More information

Eclipse IOT day April 3016 LoRa Overview. Wyres SAS 2016

Eclipse IOT day April 3016 LoRa Overview.  Wyres SAS 2016 Eclipse IOT day April 3016 LoRa Overview brian.wyld@wyres.fr www.wyres.eu Wyres SAS 2016 Contents LoRa objectives LoRa PHY overview Licenses / State regulation LoRa MAC : LoRaWAN Other MAC protocols Technology

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide DL-200 Cellular Data logger V1.2_201610 TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 4 1.1 CONTENTS LIST... 5 1.2 HARDWARE INSTALLATION... 6 1.2.1 WARNING... 6 1.2.2 SYSTEM REQUIREMENTS...

More information

How do I setup a Raspberry Pi?

How do I setup a Raspberry Pi? If you would like to setup a Raspberry Pi to run QRUQSP code, the following steps will walk you through downloading an SD image and configuring your Raspberry Pi. Step 1 of 17 - Equipment Required In order

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

Sigma Tile Workshop Guide. This guide describes the initial configuration steps to get started with the Sigma Tile.

Sigma Tile Workshop Guide. This guide describes the initial configuration steps to get started with the Sigma Tile. Sigma Tile Workshop Guide This guide describes the initial configuration steps to get started with the Sigma Tile. 1 Contents Contents... 2 Chapter 1: System Requirements... 3 Chapter 2: Configure Your

More information

Introduction to the Raspberry Pi AND LINUX FOR DUMMIES

Introduction to the Raspberry Pi AND LINUX FOR DUMMIES Introduction to the Raspberry Pi AND LINUX FOR DUMMIES 700Mhz ARM v6 Broadcomm CPU+GPU 512 MB RAM (256MB on Model A) Boots off SD card for filesystem USB, Audio out, LAN (Model B only) HDMI + Composite

More information

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy Wireless Connectivity Options for IoT By: MIST Makers John Varela and Nicholas Landy Outline Introduction to the Internet of Things (IoT) Wireless Communication in IoT Current Standards IEEE 802.11 (Wi-

More information

Wirnet ifemtocell DATASHEET. Indoor LoRaWAN gateway for smart IoT chain. 1. Hardware Key Features. 1.1 Hardware block diagram.

Wirnet ifemtocell DATASHEET. Indoor LoRaWAN gateway for smart IoT chain. 1. Hardware Key Features. 1.1 Hardware block diagram. Wirnet ifemtocell Indoor LoRaWAN gateway for smart IoT chain Unlicensed band Long Range (LoRa ) bidirectional communications capabilities Supported bands: 863-873MHz, 902-928MHz, 915-928MHz (depending

More information

Lab: Setting up PL-App with a Raspberry Pi

Lab: Setting up PL-App with a Raspberry Pi Lab Topology Objectives Set up a Raspberry Pi board as a PL-App device Use PL-App Launcher to provision and discover PL-App devices Background Cisco Prototyping Lab is a set of hardware and software components

More information

Run an X-Carve CNC Machine Wirelessly with a Raspberry Pi

Run an X-Carve CNC Machine Wirelessly with a Raspberry Pi Run an X-Carve CNC Machine Wirelessly with a Raspberry Pi Created by Todd Treece Last updated on 2015-08-18 01:20:14 PM EDT Guide Contents Guide Contents Setting Up the Proxy Hardware Requirements Raspberry

More information

Gateway, routing data between sensors and cloud

Gateway, routing data between sensors and cloud Data Sheet, routing data between sensors and cloud for routing data between sensors/repeaters and the cloud, ReCalc. Route data to and from up to 500 sensors. Transmits data to ReCalc using Ethernet, mobile

More information

RAK811 TrackerBoard User Manual V1.0

RAK811 TrackerBoard User Manual V1.0 RAK811 TrackerBoard User Manual V1.0 2017 Rakwireless all rights reserved. Mentioned in this document, the actual company and product names, trademarks are their respective owners. After update the new

More information

Getting started with Raspberry Pi (and WebIoPi framework)

Getting started with Raspberry Pi (and WebIoPi framework) Getting started with Raspberry Pi (and WebIoPi framework) 1. Installing the OS on the Raspberry Pi Download the image file from the Raspberry Pi website. It ll be a zip file as shown below: Unzip the file

More information

High Voltage Module Raspberry Pi Documentation Page 1

High Voltage Module Raspberry Pi Documentation Page 1 Raspberry Pi Setup High Voltage Documentation Instrumentation Development Lab Department of Physics and Astronomy University of Hawaii at Manoa AUTHOR: Cameron Asaoka DATE: 7/6/2017 High Voltage Module

More information

WISNODE-UART WIFI EVB QUICK START GUIDE WisNode-UART WIFI EVB Quick Start Guide Shenzhen Rakwireless Technology Co., Ltd

WISNODE-UART WIFI EVB QUICK START GUIDE WisNode-UART WIFI EVB Quick Start Guide Shenzhen Rakwireless Technology Co., Ltd WisNode-UART WIFI EVB Quick Start Guide Shenzhen Rakwireless Technology Co., Ltd www.rakwireless.com info@rakwireless.com 2015 Rakwireless all rights reserved. Mentioned in this document, the actual company

More information

RAK WisCam. Quick Start Guide V1.4

RAK WisCam. Quick Start Guide V1.4 RAK WisCam Quick Start Guide V1.4 Shenzhen Rakwireless Technology Co., Ltd www.rakwireless.com info@rakwireless.com 2015 Rakwireless Reserves All Rights The Name Of Actual Companies And Products Mentioned

More information

ugreen DAB Board Instructions v6

ugreen DAB Board Instructions v6 ugreen Instructions v6 1 Introduction The v4 is a revised and more efficient new version of the. Its smaller layout allows a better integration into most Raspberry Pi enclosures. It is available in two

More information

DYNAMIC SMART WIRELESS

DYNAMIC SMART WIRELESS DYNAMIC SMART WIRELESS SAM-LAN: The Wireless Network for Local and District Heating Systems READY SMART IN FLOW CONTROL. COMMUNICATION AND TECHNOLOGY RELIABLE COMMUNICATION Interface for LoRaWAN technology

More information

Document Version: 1.0. LG308 LoRaWAN Gateway User Manual. LoRaWAN Gateway User Manual ---Update: / 30

Document Version: 1.0. LG308 LoRaWAN Gateway User Manual. LoRaWAN Gateway User Manual ---Update: / 30 LG308 LoRaWAN Gateway User Manual Document Version: 1.0 Firmware Version: LG02_LG08--build-v5.1.1542210480-20181114-2349 Version Description Date 1.0 Release 2018-Nov-17 LoRaWAN Gateway User Manual ---Update:2018-11-17

More information

Beginning Sensor. Networks with Arduino. and Raspberry Pi. Apress- Charles Bell

Beginning Sensor. Networks with Arduino. and Raspberry Pi. Apress- Charles Bell Beginning Sensor Networks with Arduino and Raspberry Pi Charles Bell Apress- Contents About the Author About the Technical Reviewer Acknowledgments Introduction xv xvii xix xxi Chapter 1: Introduction

More information

A practical component-oriented approach to IoT design and implementation

A practical component-oriented approach to IoT design and implementation A practical component-oriented approach to IoT design and implementation for students in Computer Science smartcomputerlab.org P.Bakowski Table of Contents 1. Introduction 1.1 Specification blocks symbols

More information

Smart Sensor Gateway Installation Manual

Smart Sensor Gateway Installation Manual TECHNICAL DOCUMENT Smart Sensor Gateway Installation Manual 2019-02-08 1/16 Table of Contents 1 GENERAL 3 2 INSTALLATION 4 2.1 Prerequisites for Installation 4 2.2 Recommended Location 5 2.3 Gateway Configuration

More information

Compute Module IO Board Plus User Manual

Compute Module IO Board Plus User Manual Compute Module IO Board Plus User Manual OVERVIEWS This is an Expansion board of Compute Module 3 and Compute Module 3 Lite. It is compatible with Compute Module IO Board V3 from Raspberry Pi Foundation,

More information

March 21, BT22 Datasheet. Amp ed RF Technology, Co., Ltd.

March 21, BT22 Datasheet. Amp ed RF Technology, Co., Ltd. March 21, 2011 BT22 Datasheet Amp ed RF Technology, Co., Ltd. BT22 Features Bluetooth features Bluetooth qualified Bluetooth v2.1+edr Class 2 radio Range up to 30m LOS Description 10.4 mm x 13.5 mm Our

More information

You will need to know the IP address or the hostname of the pi (as discussed above) to continue and login to your pi via putty over Ethernet.

You will need to know the IP address or the hostname of the pi (as discussed above) to continue and login to your pi via putty over Ethernet. MEGR3092 Advanced Motorsports Instrumentation. Raspberry pi project. V0.38 10/4/16 Logger build guide: You will likely find this easier with a HDMI cord and a usb keyboard. If those are not available,

More information

Overview of the Raspberry Pi Models 3B & 2B

Overview of the Raspberry Pi Models 3B & 2B Overview of the Raspberry Pi Models 3B & 2B (Let's look at the hardware!) Rick Commo, K7LOG Max Vaughan, KF7MAX What's really different between the original 2B and the 3B? Parameter Architecture CPU

More information

XLink Kai Raspberry Pi Beginners Tutorial

XLink Kai Raspberry Pi Beginners Tutorial XLink-Kai-Raspberry-Pi-Beginners-Tutorial.md XLink Kai Raspberry Pi Beginners Tutorial Hi! This tutorial will guide you through setting up XLink Kai on a Raspberry Pi to play multiplayer system link Xbox

More information

Raspberry Pi 3 Starter Kit Hookup Guide

Raspberry Pi 3 Starter Kit Hookup Guide Page 1 of 11 Raspberry Pi 3 Starter Kit Hookup Guide Introduction Now that the Raspberry Pi 3 is the latest and greatest in the line of Raspberry Pi Single Board Computers, what s new? This hookup guide

More information

ugreen DAB Board Instructions v5

ugreen DAB Board Instructions v5 ugreen Instructions v5 1 Introduction The v4 is a revised and more efficient new version of the. Its smaller layout allows a better integration into most Raspberry Pi enclosures. It is available in two

More information

Adafruit NFC/RFID on Raspberry Pi

Adafruit NFC/RFID on Raspberry Pi Adafruit NFC/RFID on Raspberry Pi Created by Kevin Townsend Last updated on 2018-08-22 03:31:24 PM UTC Guide Contents Guide Contents Overview Freeing UART on the Pi Step One: Run raspi-conf Step Two: Disable

More information

NANO-SPOT Personal Digital Hotspot

NANO-SPOT Personal Digital Hotspot NANO-SPOT Personal Digital Hotspot User's Manual REVISION 1.01 Micro-Node International, Inc. - Henderson, Nevada Table of Contents 1.0 NANO-SPOT DESCRIPTION... 3 2.0 INCLUDED ACCESSORIES... 3 3.0 GETTING

More information

Meraki MR58 POINT TO POINT AND POINT TO MULTI-POINT NETWORK DESIGN GUIDE

Meraki MR58 POINT TO POINT AND POINT TO MULTI-POINT NETWORK DESIGN GUIDE Meraki MR58 POINT TO POINT AND POINT TO MULTI-POINT NETWORK DESIGN GUIDE Meraki s Large Scale Wireless Solution The Meraki MR58 is a device designed for large scale wireless deployments, spanning long

More information

I-GREENHOUSE Aquaponics connected greenhouse

I-GREENHOUSE Aquaponics connected greenhouse April, 2018 I-GREENHOUSE Aquaponics connected greenhouse Project carried out by SURIER GAROFALO Aurélien FERREIRA Joffrey OZENDA Thomas Tutored by PALIX Nicolas Summary Introduction I - Project bases 1

More information

Getting the files for the first time...2. Making Changes, Commiting them and Pull Requests:...5. Update your repository from the upstream master...

Getting the files for the first time...2. Making Changes, Commiting them and Pull Requests:...5. Update your repository from the upstream master... Table of Contents Getting the files for the first time...2 Making Changes, Commiting them and Pull Requests:...5 Update your repository from the upstream master...8 Making a new branch (for leads, do this

More information

RaspiDigiHamClock. Raspberry Pi Amateur Radio Digital Clock. v WA4EFH R.Grokett

RaspiDigiHamClock. Raspberry Pi Amateur Radio Digital Clock. v WA4EFH R.Grokett RaspiDigiHamClock Raspberry Pi Amateur Radio Digital Clock v2018-07-08 WA4EFH R.Grokett Overview Amateur Radio Operators (aka HAM Radio) use 24 hour UTC (Universal Coordinated Time) for much of their operation.

More information

1. USB to Serial cable driver installation instructions 2. Instructions for use with Raspberry Pi 3. Instructions for use with WRT54g and similar

1. USB to Serial cable driver installation instructions 2. Instructions for use with Raspberry Pi 3. Instructions for use with WRT54g and similar TechnoFix This document contains three sections: 1. USB to Serial cable driver installation instructions 2. Instructions for use with Raspberry Pi 3. Instructions for use with WRT54g and similar Please

More information

Cooking with Team 279

Cooking with Team 279 Cooking with Team 279 Intro to the Raspberry Pi FIRST Team 279 Tech Fusion http://team279.com - https://twitter.com/team_279 Author: Michael Lehman What is a System on a Chip? From Wikipedia: A system

More information

Embedded Linux With Raspberry Pi IOT

Embedded Linux With Raspberry Pi IOT Embedded Linux With Raspberry Pi IOT Module 1 : Raspberry Pi Set up & Configurations Program Raspberry Pi : a credit-card sized computer Python programming for Raspberry Pi Interacting and configuring

More information

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

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

More information

Deployment of an Artificial Intelligence (AI) IoT Gateway. Daniele Cleri AAEON Europe on behalf of Texim Europe

Deployment of an Artificial Intelligence (AI) IoT Gateway. Daniele Cleri AAEON Europe on behalf of Texim Europe Deployment of an Artificial Intelligence (AI) IoT Gateway Daniele Cleri AAEON Europe on behalf of Texim Europe 1 Company Name: AAEON Technology Inc. Founded: 1992 (Acquired by ASUS in 2011) Employees:

More information

I, J, K. Ethernet.begin() method, 274. Future Technology Devices International (FTDI), 24

I, J, K. Ethernet.begin() method, 274. Future Technology Devices International (FTDI), 24 Index A Analog to digital converters (ADCs), 181 Application programming interface (API), 170 Arduino clone boards (see Arduino clones) components list, 96 DHT22 sensor error code, 76 hardware setup, 75

More information

BT-22 Product Specification

BT-22 Product Specification BT-22 Product Specification Features Amp ed RF, Inc. Description 10.4 mm x 13.5 mm Our micro-sized Bluetooth module is the smallest form factor available providing a complete RF platform. The BT-22 is

More information

Semtech Alliance T. Melly - 24th November 2015

Semtech Alliance T. Melly - 24th November 2015 Semtech Alliance T. Melly - 24th November 2015 IoT Segment Trade-offs LAN Short Range Communicating Devices LPWAN Long Range w/ Battery Internet of Objects Cellular Long Range w/power Traditional M2M Well

More information

IoT Edge Router Getting Started Guide Published on Silver Spring Networks STAGE (

IoT Edge Router Getting Started Guide Published on Silver Spring Networks STAGE ( IoT Edge Router Developer Kit Build your own edge application Order a Developer Kit [1] This Getting Started Guide will quickly get you up and running with the IoT Edge Router and put you on the path toward

More information

USER MANUAL FOR MF0200 GATEWAY BOX VERSION 2.0

USER MANUAL FOR MF0200 GATEWAY BOX VERSION 2.0 USER MANUAL FOR MF0200 GATEWAY BOX VERSION 2.0 COPYRIGHT & TRADEMARKS 2016 Mentor Graphics Corporation, all rights reserved. This document contains information that is proprietary to Mentor Graphics Corporation

More information

Advanced Embedded Systems

Advanced Embedded Systems Advanced Embedded Systems Practical & Professional Training on Advanced Embedded System Course Objectives : 1. To provide professional and industrial standard training which will help the students to get

More information

RASPBERRY PI MEGA-IO EXPANSION CARD USER'S GUIDE VERSION 2.3

RASPBERRY PI MEGA-IO EXPANSION CARD  USER'S GUIDE VERSION 2.3 RASPBERRY PI MEGA-IO EXPANSION CARD www.sequentmicrosystems.com USER'S GUIDE VERSION 2.3 GENERAL DESCRIPTION... 2 BOARD LAYOUT... 3 BLOCK DIAGRAM... 4 COMPONENT DESCRIPTION... 5 CONFIGURATION JUMPERS...

More information

IoT connectivity made easier STM32 MCUs & LoRa

IoT connectivity made easier STM32 MCUs & LoRa IoT connectivity made easier STM32 MCUs & LoRa Summary 2 1. What is IoT? 2. Communication technologies Overview 3. LPWAN 4. LoRa and LoRa Alliance 5. LoRa technology modulation and LoRaWAN network protocol

More information

Embedded Technosolutions

Embedded Technosolutions We Are India s one of the Leading Trainings & Jobs Providing Organization Embedded Technosolutions is a Professional & Corporate Training Institute & a Company which Working for Indian MNCs & Medium/Small

More information

802.11ac Wireless Access Point Model WAC104

802.11ac Wireless Access Point Model WAC104 Point Model WAC104 User Manual October 2016 202-11698-01 350 E. Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. You can visit www.netgear.com/support to register

More information

MQTT Protocol Support. Cloud Ready Gateway. Modular Architecture

MQTT Protocol Support. Cloud Ready Gateway. Modular Architecture LoRaWAN Gateway with 8 Channels MODBUS / PROFIBUS Support MQTT Protocol Support Cloud Ready Gateway Modular Architecture Gateway with a Modular Architecture With the ever increasing topologies in the IoT

More information

IoT WITH THE RASPBERRY-PI3

IoT WITH THE RASPBERRY-PI3 Dpto de Telemática y Electrónica Universidad Politécnica de Madrid IoT WITH THE RASPBERRY-PI3 Sergio Esquembri 2018 E T S I S. T e l e c o m u n i c a c i ó n U n i v e r s i d a d P o l i t é c n i c

More information

USER MANUAL: Raspberry Pi 2

USER MANUAL: Raspberry Pi 2 USER MANUAL: Raspberry Pi 2 The PiIoT is a WAN communications board which provides an HSPA wireless interface for the Raspberry Pi 2 and 3. Conforming to the HAT specification, the PiIoT also provides

More information

Experiments 1 How to set up Raspberry Pi B+ The little computer you can cook into DIY tech projects

Experiments 1 How to set up Raspberry Pi B+ The little computer you can cook into DIY tech projects Experiments 1 How to set up Raspberry Pi B+ The little computer you can cook into DIY tech projects The Raspberry Pi is a computer about the size of a credit card. The darling of the do-it-yourself electronics

More information

N A T H A N P R E N T I C E I 6 N T P

N A T H A N P R E N T I C E I 6 N T P RASPBERRY PI AMATEUR RADIO M N A T H A N P R E N T I C E I 6 N T P WHAT IS A RASPBERRY PI Low cost computer Credit card sized Originally made by The Raspberry Pi Foundation to encourage young children

More information

OSS-7 AN OPEN SOURCE DASH7 STACK

OSS-7 AN OPEN SOURCE DASH7 STACK OSS-7 AN OPEN SOURCE DASH7 STACK GLENN ERGEERTS glenn.ergeerts@uantwerpen.be UNIVERSITY OF ANTWERP IMEC IDLAB http://idlab.technology http://idlab.uantwerpen.be DASH7 ALLIANCE PROTOCOL WHEN ACTIVE RFID

More information

Networked Thermal Printer using Raspberry Pi and CUPS

Networked Thermal Printer using Raspberry Pi and CUPS Networked Thermal Printer using Raspberry Pi and CUPS Created by Phillip Burgess Last updated on 2017-12-18 09:16:47 PM UTC Guide Contents Guide Contents Overview First-Time System Setup Connect and Configure

More information

NETGEAR Trek N300 Travel Router and Range Extender

NETGEAR Trek N300 Travel Router and Range Extender Trek N300 Travel Router and Range Extender PR2000 Installation Guide Reset /LAN LAN Contents Get Started........................................... 3 Connect in the Home.................................

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

XEELAS NODE MANUAL X-COM VERSION 1.0

XEELAS NODE MANUAL X-COM VERSION 1.0 This document is the official manual for the Xeelas LoRa Node. In this document, all the functions and technical specifications are described. X-COM VERSION 1.0 XEELAS NODE MANUAL Manual for Software version

More information

User Manual V4.0. Element14 element14.com/pidesktop 1

User Manual V4.0. Element14 element14.com/pidesktop 1 User Manual Element14 element14.com/pidesktop 1 Table of Contents 1. Introduction... 3 1.1 Overview... 3 1.2 Features... 3 1.3 Kit Content... 3 2. Getting Started... 4 2.1 Additional Required Items...

More information

MAKEVMP " 320 x 480 TOUCHSCREEN FOR RASPBERRY PI (ILI9341) USER MANUAL

MAKEVMP  320 x 480 TOUCHSCREEN FOR RASPBERRY PI (ILI9341) USER MANUAL 3.5" 320 x 480 TOUCHSCREEN FOR RASPBERRY PI (ILI9341) USER MANUAL USER MANUAL 1. Introduction To all residents of the European Union Important environmental information about this product This symbol on

More information

ARDUINO YÚN Code: A000008

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

More information

SmartPath EMS VMA Virtual Appliance Quick Start Guide

SmartPath EMS VMA Virtual Appliance Quick Start Guide LWN600VMA SmartPath Enterprise Wireless System Virtual Appliance SmartPath EMS VMA Virtual Appliance Quick Start Guide Provides the speed, range, security, adapability, and manageability to replace wired

More information

IOT BREDE, ANTOINE, GUILLAUME, ADRIEN

IOT BREDE, ANTOINE, GUILLAUME, ADRIEN 2018 IOT BREDE, ANTOINE, GUILLAUME, ADRIEN Table of content 1. PROJECT INFORMATION 2 2. BACKGROUND AND THEORETICAL INFORMATION 2 3. PROJECT GOALS 3 4. RESEARCH QUESTION 3 5. PROJECT BOUNDARIES 3 6. PROJECT

More information

Die Brummbeere Documentation

Die Brummbeere Documentation Die Brummbeere Documentation Release 0.0.1 Peter Bouda February 21, 2016 Contents 1 owncloud Music Player 1 2 Contents 3 2.1 Compile for desktop........................................... 3 2.2 Embedded

More information

Home Automation & Security Projects for Raspberry Pi (Book 2) Tim Rustige

Home Automation & Security Projects for Raspberry Pi (Book 2) Tim Rustige Home Automation & Security Projects for Raspberry Pi (Book 2) Tim Rustige Home Automation & Security Projects for Raspberry Pi (Book 2) Tim Rustige First published: May 2017 Published by TR Computers Limited.

More information

Md380tools on Pi-Star

Md380tools on Pi-Star Md380tools on Pi-Star From PiStar Wiki Jump to: navigation, search PLEASE CONSIDER THIS GUIDE IN BETA UNTIL IT HAS BEEN TESTED BY A FEW MEMBERS.** 1. Confirm that you have a large enough SD card in your

More information

Ai-Thinker. ESP-12S Datasheet. Version V0. Copyright 2018 ESP-12S WIFI MODULE V0. Shenzhen Ai-Thinker Technology Co., Ltd All Rights Reserved

Ai-Thinker. ESP-12S Datasheet. Version V0. Copyright 2018 ESP-12S WIFI MODULE V0. Shenzhen Ai-Thinker Technology Co., Ltd All Rights Reserved Copyright 2018 Shenzhen Technology Co., Ltd All Rights Reserved ESP-12S Datasheet Version V0 Copyright 2018 Disclaimer and Copyright Notice Information in this document, including URL references, is subject

More information

Raspberry Pi 3 Model B

Raspberry Pi 3 Model B Raspberry Pi 3 Model B Product Name Raspberry Pi 3 Product Description The Raspberry Pi 3 Model B is the third generation Raspberry Pi. This powerful credit-card sized single board computer can be used

More information

Product Brief. Model: TLM922S-P01A. Ver.1.0

Product Brief. Model: TLM922S-P01A. Ver.1.0 Product Brief Model: TLM922S-P01A Ver.1.0 1 Index 1. Overview... 3 2. Product Features... 3 3. Application... 4 4. Product Specifications... 4 5. PIN Definition... 6 6. PCB Dimension... 7 7. Pin Configuration...

More information

Specifications for: OSOP Raspberry Shake 3D

Specifications for: OSOP Raspberry Shake 3D Specifications for: OSOP Raspberry Shake 3D Unit - Your 3D Personal Seismograph - An IoT home-automation device Born on: February, 2017 http://shop.raspberryshake.org/ sales@raspberryshake.org Last updated:

More information

Ai-Thinker. ESP-01F Datasheet. Version V1 Copyright Copyright 2018 Shenzhen Ai-Thinker Technology Co., Ltd All Rights Reserved

Ai-Thinker. ESP-01F Datasheet. Version V1 Copyright Copyright 2018 Shenzhen Ai-Thinker Technology Co., Ltd All Rights Reserved Copyright 2018 Shenzhen Technology Co., Ltd All Rights Reserved ESP-01F Datasheet Version V1 Copyright 2018 Disclaimer and Copyright Notice Copyright 2018 Shenzhen Technology Co., Ltd All Rights Reserved

More information

ARDUINO INDUSTRIAL 1 01 Code: A000126

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

More information