Adafruit Ultimate GPS Breakout On the Raspberry Pi. NERP: Not Exclusively Raspberry Pi

Size: px
Start display at page:

Download "Adafruit Ultimate GPS Breakout On the Raspberry Pi. NERP: Not Exclusively Raspberry Pi"

Transcription

1 Adafruit Ultimate GPS Breakout On the Raspberry Pi NERP: Not Exclusively Raspberry Pi Craig LeMoyne Chicago Electronic Distributors Tutorial excerpts courtesy Adafruit Industries GPS refresher, courtesy Wikipedia: The Global Positioning System (GPS) is a space- based satellite navigation system that provides location and time information in all weather conditions, anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites. It is maintained by the United States government and is freely accessible to anyone with a GPS receiver. The GPS system became fully operational in Interesting fact: After Korean Air Lines Flight 007, a Boeing 747 carrying 269 people, was shot down in 1983 after straying into the USSR's prohibited airspace, President Ronald Reagan issued a directive that would make GPS freely available for civilian use, A GPS receiver calculates its position by precisely timing the signals sent by GPS satellites high above the Earth. Each satellite continually transmits messages that include the time the message was transmitted satellite position at time of message transmission The receiver uses the messages it receives to determine the transit time of each message and computes the distance to each satellite using the speed of light. Each of these distances and satellites' locations define a sphere. The receiver is on the surface of each of these spheres when the distances and the satellites' locations are correct. These distances and satellites' locations are used to compute the location of the receiver using the navigation equations.

2 Bill of Materials Raspberry Pi Model A or B $25 or $35 Adafruit Ultimate GPS: $39 USB TTL (Terminal) Cable: $9 Power supply: $10 External GPS antenna: $15 (optional, but useful) SD card: $10 Setting everything up The easiest way to get the GPS module working is by connecting it to the Raspberry Pi with a USB TTL adaptor Cable. The module can be hooked up via UART as well. First, solder the header pins onto the GPS module. We then connect the TTL cable to the GPS module as follows: Once you plug the USB cable into the Pi, the adapter should show up as /dev/ttyusb0 (though the '0' may be different if you have other ttyusb adapters present). To list the active USB terminal connections: ls /dev/ttyusb* You can confirm the attached USB devices by typing sudo lsusb To check the data coming out of the GPS: sudo cat /dev/ttyusb0 Next, run the following command to install the GPS Daemon and required packages: sudo apt- get install gpsd gpsd- clients python- gps Then we need to tell the GPS Daemon where our module is: sudo gpsd /dev/ttyusb0 - F /var/run/gpsd.sock

3 Testing it out cgps - s Occasionally, you may find that you need to restart the GPS service to get a fix, use the following command to do so: sudo killall gpsd sudo gpsd /dev/ttyusb0 - F /var/run/gpsd.sock gpxlogger is a tool for logging GPS output. Example: gpxlogger - d - f trip.log" It is easy to take the output and upload it to a site like gpsvisualizer.com and come up with a map like this;

4 A few things to note about using the Raspberry Pi in a car: Finding a suitable display can be a little tricky. Anything that runs on Composite will have poor resolution. We got around this with a 4.3 NTSC display and large text output. With this combination, CGPS worked pretty well. Here I am at the Skyway McDonalds: As we all know, the Pi needs a good power source. You can run the Pi off a cigarette lighter USB dongle, but these are not all created equal. Make sure it puts out 1 amp of power. If you really want a good solution, check out MausBerry Circuit s Kickstarter project: pi- car- power- supply- ignition- switch?ref=live The power supply maintains power until the Pi has safely finished the boot- down process and then removes power. The supply is most easily installed by connecting to 3 wires behind your radio: the +12V(car battery), ground and ACC (switched ignition) wires.

5 Other fun projects: Wardriving with a GPS enabled Kismet server. Wardriving is the practice of driving around scanning for WiFi networks. We can t endorse such activity, but this is a good way to see if your networks are secure. Kismet includes GPS support, and a quick Google search shows a lot of people that have figured this out. Appendix / other fun stuff PiFM, an FM Transmitter Did you know your Pi can be an FM Transmitter? Obviously this can only be used in an anechoic chamber. Assuming you have an RF isolation chamber, all you need is the code in the link below and a 20 cm wire on GPIO pin 4. Check out the tutorial here: M_Transmitter Adding a 7 segment clock to your Pi This is also a quick and gratifying project! This helps keep me on time. All you need is the $10 Adafruit 7- segment display and their example code. back- to- basics- building- a- 7- segment- display- clock- for- a- raspberry- pi

Adafruit 16 Channel Servo Driver with Raspberry Pi

Adafruit 16 Channel Servo Driver with Raspberry Pi Adafruit 16 Channel Servo Driver with Raspberry Pi Created by Kevin Townsend Last updated on 2014-04-17 09:15:51 PM EDT Guide Contents Guide Contents Overview What you'll need Configuring Your Pi for I2C

More information

Adafruit 16-Channel PWM/Servo HAT & Bonnet for Raspberry Pi

Adafruit 16-Channel PWM/Servo HAT & Bonnet for Raspberry Pi Adafruit 16-Channel PWM/Servo HAT & Bonnet for Raspberry Pi Created by lady ada Last updated on 2018-03-21 09:56:10 PM UTC Guide Contents Guide Contents Overview Powering Servos Powering Servos / PWM OR

More information

Outernet L-band on Rasbian Documentation

Outernet L-band on Rasbian Documentation Outernet L-band on Rasbian Documentation Release 1.0a2 Outernet Inc May 22, 2017 Contents 1 Guide contents 3 i ii This guide shows how to deploy Outernet software on a Raspberry Pi

More information

Adafruit 16-Channel PWM/Servo HAT for Raspberry Pi

Adafruit 16-Channel PWM/Servo HAT for Raspberry Pi Adafruit 16-Channel PWM/Servo HAT for Raspberry Pi Created by lady ada Last updated on 2017-05-19 08:55:07 PM UTC Guide Contents Guide Contents Overview Powering Servos Powering Servos / PWM OR Current

More information

Adafruit's Raspberry Pi Lesson 8. Using a Servo Motor

Adafruit's Raspberry Pi Lesson 8. Using a Servo Motor Adafruit's Raspberry Pi Lesson 8. Using a Servo Motor Created by Simon Monk Last updated on 2016-11-03 06:17:53 AM UTC Guide Contents Guide Contents Overview Parts Part Qty Servo Motors Hardware Software

More information

Make sure you have these items handy

Make sure you have these items handy Quick Start Guide Make sure you have these items handy What we ve sent you: A. Fetch box B. Ethernet Cable (3m) (You ll receive 3 of these if you ve ordered a Power Line Adaptor 1 x 3m & 2 x 1.5m) G.

More information

GPS Tracking System Using Car Charger

GPS Tracking System Using Car Charger Computer Science and Information Technology 5(4): 135-139, 2017 DOI: 10.13189/csit.2017.050403 http://www.hrpub.org GPS Tracking System Using Car Charger Kavish Atul Sanghvi *, Prianka Manoj Mestry Thakur

More information

CodeBug I2C Tether Documentation

CodeBug I2C Tether Documentation CodeBug I2C Tether Documentation Release 0.3.0 Thomas Preston January 21, 2017 Contents 1 Installation 3 1.1 Setting up CodeBug........................................... 3 1.2 Install codebug_i2c_tether

More information

era, eric, era-lora, eric-lora & eric-sigfox Evaluation Board with GNSS

era, eric, era-lora, eric-lora & eric-sigfox Evaluation Board with GNSS This board can be used for the evaluation and range testing of the following LPRS RF Modules: era400, era900, eric4, eric9, era-lora, eric-lora and eric-sigfox. The board is provided with a u-blox GNSS

More information

Mesh Networking Mathison Ott KJ6DZB QSL.net/kj6dzb/ham

Mesh Networking Mathison Ott KJ6DZB QSL.net/kj6dzb/ham Mesh Networking Mathison Ott KJ6DZB QSL.net/kj6dzb/ham Spectrum Allocations Multiple band plans EXIST! 13 Centimeters Band 2.4gh ARRL (2300-2310 and 2390-2450 MHz) 10cm Centimeters Band 3ghz ARRL (3300-3500

More information

GLOBAL NAVIGATION SATELLITE SYSTEMS (GNSS) ECE 2526E Tuesday, 24 April 2018

GLOBAL NAVIGATION SATELLITE SYSTEMS (GNSS) ECE 2526E Tuesday, 24 April 2018 GLOBAL NAVIGATION SATELLITE SYSTEMS (GNSS) ECE 2526E Tuesday, 24 April 2018 MAJOR GLOBAL NAVIGATION SATELLITE SYSTEMS (GNSS) Global Navigation Satellite System (GNSS) includes: 1. Global Position System

More information

SIMPLE Raspberry Pi VHF TRANSCEIVER & TNC

SIMPLE Raspberry Pi VHF TRANSCEIVER & TNC Simple Circuits Inc. SIMPLE Raspberry Pi VHF TRANSCEIVER & TNC 2 Meter Transceiver & TNC Simple Circuits Inc. 2015-2018 4/1/2018 Simple Raspberry Pi VHF Transceiver and TNC Introduction: This document

More information

Assembling the board. Getting started with Enviro phat

Assembling the board. Getting started with Enviro phat Getting started with Enviro phat Enviro phat is an environmental sensing board that lets you measure temperature, pressure, light, colour, motion and analog sensors. It's the perfect board for building

More information

Setting up Volumio to get great audio

Setting up Volumio to get great audio Home News DAC Digi Amp Shop Guides/Support About us About us 0 items My Account Home Guides Setting up Volumio to get great audio Setting up Volumio to get great audio Here is a simple way to use a HiFiBerry

More information

nrf24l01+ Transceiver Hookup Guide

nrf24l01+ Transceiver Hookup Guide Page 1 of 6 nrf24l01+ Transceiver Hookup Guide Introduction These breakout boards provide SPI access to the nrf24l01+ transceiver module from Nordic Semiconductor. The transceiver operates at 2.4 GHz and

More information

@ The ULTIMATE Manual

@ The ULTIMATE Manual @ The ULTIMATE Console @ Manual CONSOLE The Ultimate Console runs the jzintv emulator on a Raspberry Pi. You will see some computer code with loading, but I ve tried to keep this to a minimum. It takes

More information

Installation guide. Activate. Install your TV. Uninstall. 1 min 10 mins. 30 mins

Installation guide. Activate. Install your TV. Uninstall. 1 min 10 mins. 30 mins Installation guide 1 Activate 2 Uninstall 3 Install your TV 1 min 10 mins 30 mins INT This guide contains step-by-step instructions on how to: 1 Activate Before we do anything else, reply GO to the text

More information

UNITED NATIONS UNIVERSITY Institute for Environment & Human Security (UNU-EHS) Bonn, Germany

UNITED NATIONS UNIVERSITY Institute for Environment & Human Security (UNU-EHS) Bonn, Germany UNITED NATIONS UNIVERSITY Institute for Environment & Human Security (UNU-EHS) Bonn, Germany Introduction to GPS technology Prof. Dr. Jörg Szarzynski Education Programme Director Head of Section EduSphere

More information

3.0 Payload Sensors Subsystem

3.0 Payload Sensors Subsystem 3.0 Payload Sensors Subsystem If the C&DH subsystem is the brain of the CubeSat, then the Payload Sensors Subsystem is the eyes and nose of the CubeSat. The payload sensors subsystem consists of several

More information

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr.

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Jonathan Chisum Table of Contents 1 Introduction 3 2 Problem Statement and Proposed Solution

More information

USB GPS Dongle 65 channels With AGPS Function User s Manual

USB GPS Dongle 65 channels With AGPS Function User s Manual USB GPS Dongle 65 channels With AGPS Function User s Manual Pure white Shine silver Galaxy Black 1 General description of what GPS is and how it works GPS (Global Positioning System) is the only system

More information

가치창조기술. Motors need a lot of energy, especially cheap motors since they're less efficient.

가치창조기술. Motors need a lot of energy, especially cheap motors since they're less efficient. Overview Motor/Stepper/Servo HAT for Raspberry Pi Let your robotic dreams come true with the new DC+Stepper Motor HAT. This Raspberry Pi add-on is perfect for any motion project as it can drive up to 4

More information

Arduino Lesson 1. Blink. Created by Simon Monk

Arduino Lesson 1. Blink. Created by Simon Monk Arduino Lesson 1. Blink Created by Simon Monk Guide Contents Guide Contents Overview Parts Part Qty The 'L' LED Loading the 'Blink' Example Saving a Copy of 'Blink' Uploading Blink to the Board How 'Blink'

More information

Digital Guitar Effects Box

Digital Guitar Effects Box Digital Guitar Effects Box Jordan Spillman, Electrical Engineering Project Advisor: Dr. Tony Richardson April 24 th, 2018 Evansville, Indiana Acknowledgements I would like to thank Dr. Richardson for advice

More information

HASP Payload Specification and Integration Plan

HASP Payload Specification and Integration Plan Payload Title: High Altitude X-Ray Detector Testbed (HAXDT) Payload Class: Small Large (circle one) Payload ID: 3 Institution: Contact Name: University of Minnesota Twin Cities Seth Frick Contact Phone:

More information

Primer on GPS Operations

Primer on GPS Operations MP Rugged Wireless Modem Primer on GPS Operations 2130313 Rev 1.0 Cover illustration by Emma Jantz-Lee (age 11). An Introduction to GPS This primer is intended to provide the foundation for understanding

More information

Thank you for purchasing one of our Autotracking devices, this manual will show you how

Thank you for purchasing one of our Autotracking devices, this manual will show you how Last Updated 12/5/2010 Ver 1.3 Thank you for purchasing one of our Autotracking devices, this manual will show you how to use and obtain the most benefit from your device. This manual covers all the installation

More information

AutoDAB Connect In-Car DAB Adapter User Guide

AutoDAB Connect In-Car DAB Adapter User Guide AutoDAB Connect In-Car DAB Adapter User Guide www.autodab.com Table of Content INTRODUCTION... 1 CONTENTS OF PACKAGE... 2 INSTALLATION... 3 OPERATION CONTROLS... 8 STARTING UP THE SYSTEM... 11 USING REMOTE

More information

EzOSD Manual. Overview & Operating Instructions Preliminary. April ImmersionRC EzOSD Manual 1

EzOSD Manual. Overview & Operating Instructions Preliminary. April ImmersionRC EzOSD Manual 1 EzOSD Manual Overview & Operating Instructions Preliminary. April 2009 ImmersionRC EzOSD Manual 1 Contents Overview... 3 Features... 3 Installation... 3 1. Installation using an ImmersionRC camera and

More information

IMES for Mobile Users Social Implementation and Experiments based on Existing Cellular Phones for Seamless Positioning

IMES for Mobile Users Social Implementation and Experiments based on Existing Cellular Phones for Seamless Positioning IMES for Mobile Users Social Implementation and Experiments based on Existing Cellular Phones for Seamless Positioning Dinesh Manandhar, Seiya Kawaguchi, Masayuki Uchida, Makoto Ishii, Hideyuki Torimoto

More information

Milli Developer Kit Reference Application Published on Silver Spring Networks STAGE (

Milli Developer Kit Reference Application Published on Silver Spring Networks STAGE ( Milli Developer Kit Example Application PART 1 Example CoAP Server Sensor Implementation With The Milli Dev Kit Get the Milli Developer Kit Temperature Sensor Reference Application on GitHub [1] This reference

More information

The GPS Classroom. Jared Covili

The GPS Classroom. Jared Covili The GPS Classroom Jared Covili 1/17/06 2 The GPS Classroom Jared Covili jcovili@media.utah.edu (801) 585-5667 The GPS Classroom is a 2-day course that provides participants with the basic knowledge of

More information

LEVEL A: SCOPE AND SEQUENCE

LEVEL A: SCOPE AND SEQUENCE LEVEL A: SCOPE AND SEQUENCE LESSON 1 Introduction to Components: Batteries and Breadboards What is Electricity? o Static Electricity vs. Current Electricity o Voltage, Current, and Resistance What is a

More information

SkyPI. Order SkyPi at

SkyPI. Order SkyPi at -CW, RTTY, WSPR, Open Source -SDR with No PC Required -40, 30, 20, 17, and 15 Meter Versions SkyPi is ideal for QRP enthusiasts and experimenters who want a modern and versatile software radio created

More information

Getting Started with the micro:bit

Getting Started with the micro:bit Page 1 of 10 Getting Started with the micro:bit Introduction So you bought this thing called a micro:bit what is it? micro:bit Board DEV-14208 The BBC micro:bit is a pocket-sized computer that lets you

More information

OverDrive for Kindle, Kindle Paperwhite, Kindle Voyage, and Kindle Oasis (not Kindle Fire and Fire Tablet) Contents

OverDrive for Kindle, Kindle Paperwhite, Kindle Voyage, and Kindle Oasis (not Kindle Fire and Fire Tablet) Contents OverDrive for Kindle, Kindle Paperwhite, Kindle Voyage, and Kindle Oasis (not Kindle Fire and Fire Tablet) Contents Optimizing OverDrive for your Kindle Searching and Browsing Borrowing and Downloading

More information

Location, Location, Location

Location, Location, Location Location, Location, Location Larry Rudolph 1 Outline Administrative remarks and requests Positioning Technology GPS and others Location Specifiers Privacy Issues Asking for help For 3rd edition phones,

More information

ARDUINO FROM HOBBYIST TO SCIENTIST

ARDUINO FROM HOBBYIST TO SCIENTIST ARDUINO FROM HOBBYIST TO SCIENTIST ALEXANDER SMITH MARCH 2017 PREAMBLE SIMPLE QUESTION UN SIMPLE QUESTION DEUX SIMPLE QUESTION TROIS ARDUINO: PREAMBLE TODAY S GOALS Appreciate DYI, the Arduino ethos and

More information

SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT

SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT Mr.C.SATHEESWARAN* 1, AYISHA.R* 2, BIBI FATHIMA.J* 3 *1 Assistant Professor, Department of ECE, Dhaanish Ahmed College of Engineering, Padappai.

More information

Feeder Protection From Over Load and Earth Fault Relay

Feeder Protection From Over Load and Earth Fault Relay Feeder Protection From Over Load and Earth Fault Relay Prof. Vaneela Pyla 1, Uma N. Bhimnath 2, Archana M. Bhosale 3, Apurva V. Khachane 4 Assistant Professor, Electrical Engineering Department, NBN Sinhgad

More information

Featherweight GPS Tracker User s Manual June 16, 2017

Featherweight GPS Tracker User s Manual June 16, 2017 Featherweight GPS Tracker User s Manual June 16, 2017 Hardware Configuration and Installation The dimensions for the board are provided below, in inches. Note that with the antenna installed, the total

More information

PRODUCT CATALOGUE: March 2018

PRODUCT CATALOGUE: March 2018 PRODUCT CATALOGUE: March 2018 KVARTA SOFT LTD, Bulgaria, Veliko Tarnovo, Tzar Kaloyan 13, ZIP Code: 5000, E-mail: sales@kvarta.net, Website: 1 DVB MONITOR A/C/T The DVB Monitor is specially built for CATV

More information

Implementation Of Vision-Based Landing Target Detection For VTOL UAV Using Raspberry Pi

Implementation Of Vision-Based Landing Target Detection For VTOL UAV Using Raspberry Pi Implementation Of Vision-Based Landing Target Detection For VTOL UAV Using Raspberry Pi Ei Ei Nyein, Hla Myo Tun, Zaw Min Naing, Win Khine Moe Abstract: This paper presents development and implementation

More information

EITN90 Radar and Remote Sensing Lab 2

EITN90 Radar and Remote Sensing Lab 2 EITN90 Radar and Remote Sensing Lab 2 February 8, 2018 1 Learning outcomes This lab demonstrates the basic operation of a frequency modulated continuous wave (FMCW) radar, capable of range and velocity

More information

AI BOX 1. ASSEMBLY. A1 : Desk frame B1 : 2 holes for installing 2 M5x16 screws

AI BOX 1. ASSEMBLY. A1 : Desk frame B1 : 2 holes for installing 2 M5x16 screws There are three main installation processes to get your Smart Standing Desk with AI up and running. 1. Assemble AI Box with your Desk. 2. Install Autonomous Desk application to your phone. 3. Set up AI

More information

How to Make Games in MakeCode Arcade Created by Isaac Wellish. Last updated on :10:15 PM UTC

How to Make Games in MakeCode Arcade Created by Isaac Wellish. Last updated on :10:15 PM UTC How to Make Games in MakeCode Arcade Created by Isaac Wellish Last updated on 2019-04-04 07:10:15 PM UTC Overview Get your joysticks ready, we're throwing an arcade party with games designed by you & me!

More information

GLOBAL POSITIONING SYSTEMS

GLOBAL POSITIONING SYSTEMS GLOBAL POSITIONING SYSTEMS GPS & GIS Fall 2017 Global Positioning Systems GPS is a general term for the navigation system consisting of 24-32 satellites orbiting the Earth, broadcasting data that allows

More information

Location, Location, Location

Location, Location, Location Location, Location, Location Larry Rudolph 1 Outline Positioning Technology GPS and others Location Specifiers Privacy Issues Universal Location On earth, we need three piece of information: latitude,

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

DragonLink Advanced Transmitter

DragonLink Advanced Transmitter DragonLink Advanced Transmitter A quick introduction - to a new a world of possibilities October 29, 2015 Written by Dennis Frie Contents 1 Disclaimer and notes for early release 3 2 Introduction 4 3 The

More information

Product: GenX Mobile 5p Device

Product: GenX Mobile 5p Device Product: GenX Mobile 5p Device Installation Guide Version 2.1 Date: October 24, 2016 Distribution: GPS Customers Page 1 of 11 Contents Installation Guide... 1 Introduction... 3 Antenna Options... 3 Device

More information

Real-World Range Testing By Christopher Hofmeister August, 2011

Real-World Range Testing By Christopher Hofmeister August, 2011 Real-World Range Testing By Christopher Hofmeister August, 2011 Introduction Scope This paper outlines the procedure for a successful RF range test that provides quantitative data on how the RF link performs

More information

- Introduction - Minecraft Pi Edition. - Introduction - What you will need. - Introduction - Running Minecraft

- Introduction - Minecraft Pi Edition. - Introduction - What you will need. - Introduction - Running Minecraft 1 CrowPi with MineCraft Pi Edition - Introduction - Minecraft Pi Edition - Introduction - What you will need - Introduction - Running Minecraft - Introduction - Playing Multiplayer with more CrowPi s -

More information

What is a GPS How does GPS work? GPS Segments GPS P osition Position Position Accuracy Accuracy Accuracy GPS A pplications Applications Applications

What is a GPS How does GPS work? GPS Segments GPS P osition Position Position Accuracy Accuracy Accuracy GPS A pplications Applications Applications What is GPS? What is a GPS How does GPS work? GPS Segments GPS Position Accuracy GPS Applications What is GPS? The Global Positioning System (GPS) is a precise worldwide radio-navigation system, and consists

More information

Receiver Obstacle Railway Transmitter Road Figure 1: Existing obstacle-detecting system (light-interrupting type). Millimetre-wave-based System In ord

Receiver Obstacle Railway Transmitter Road Figure 1: Existing obstacle-detecting system (light-interrupting type). Millimetre-wave-based System In ord Receiver Obstacle Railway Transmitter Road Figure 1: Existing obstacle-detecting system (light-interrupting type). Millimetre-wave-based System In order to improve the weather tolerance, the millimetre-wave-based

More information

TV Propagation & Multi-Path Effects Jim Andrews, KH6HTV

TV Propagation & Multi-Path Effects Jim Andrews, KH6HTV AppNote7b-TVprop.doc (kh6htv, 10/30/2014) p. 1 of 7 Application Note AN-7b copyright - Oct. 2011 rev. - Oct. 2014 TV Propagation & Multi-Path Effects Jim Andrews, KH6HTV www.kh6htv.com Note: The original

More information

WEGMATTLLC. daisy HAT AIS Receiver

WEGMATTLLC. daisy HAT AIS Receiver WEGMATTLLC daisy HAT AIS Receiver 1 Contents 2 Disclaimer...2 3 Configuring the Raspberry Pi for the daisy HAT...2 3.1 Recent versions of Raspian Jessie... 2 3.2 Older versions of Raspian Jessie Raspberry

More information

Guide for the ADS-B feeder Stats Page

Guide for the ADS-B feeder Stats Page Guide for the ADS-B feeder Stats Page Where to find your ADS-B feeder's Stats Page If the ADS-B feeder site has been activated and the user is logged into FlightAware the banner will display My ADS-B at

More information

2.2.2 Summary of Tests Conducted Step Down Circuit. We have completed these four tests successfully.

2.2.2 Summary of Tests Conducted Step Down Circuit. We have completed these four tests successfully. 2.2.2 Summary of Tests Conducted We have completed these four tests successfully. 1. First, we were able to successfully set up a Raspberry Pi 3 as a server and have other devices go on to the blank html

More information

GNSS Low-Cost High-Accuracy Receiver (L-CHAR)

GNSS Low-Cost High-Accuracy Receiver (L-CHAR) GNSS Low-Cost High-Accuracy Receiver (L-CHAR) Dinesh Manandhar Center for Spatial Information Science The University of Tokyo Contact Information: dinesh@iis.u-tokyo.ac.jp Slide : 1 High Accuracy Receivers

More information

On site RF troubleshooting for installation and maintenance

On site RF troubleshooting for installation and maintenance On site RF troubleshooting for installation and maintenance Measure of interferers, high power for microwave links or low power for Base Stations uplink Troubleshooting of cables, or waveguides, and antennas

More information

Appendix D Brief GPS Overview

Appendix D Brief GPS Overview Appendix D Brief GPS Overview Global Positioning System (GPS) Theory What is GPS? The Global Positioning System (GPS) is a satellite-based navigation system, providing position information, accurate to

More information

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE

SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE ISSN: 0976-2876 (Print) ISSN: 2250-0138 (Online) SMART ELECTRONIC GADGET FOR VISUALLY IMPAIRED PEOPLE L. SAROJINI a1, I. ANBURAJ b, R. ARAVIND c, M. KARTHIKEYAN d AND K. GAYATHRI e a Assistant professor,

More information

Adafruit SGP30 TVOC/eCO2 Gas Sensor

Adafruit SGP30 TVOC/eCO2 Gas Sensor Adafruit SGP30 TVOC/eCO2 Gas Sensor Created by lady ada Last updated on 2018-08-22 04:05:08 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: Data Pins Arduino Test Wiring Install Adafruit_SGP30

More information

Introduction. Key Maker Survival Skills

Introduction. Key Maker Survival Skills Introduction This is a book for people who like to make things but also enjoy the premise of a postapocalypse world where you cannot assume a limitless supply of electricity and other resources. As such,

More information

CSCE 574 Robotics Fall 2018

CSCE 574 Robotics Fall 2018 CSCE 574 Robotics Fall 2018 Courtesy of Alberto Quattrini Li. Notes on the Turtlebot 2 This document contains some details on how to use the Turtlebot 2 robots. For any question, please email the instructors.

More information

An Introduction to Airline Communication Types

An Introduction to Airline Communication Types AN INTEL COMPANY An Introduction to Airline Communication Types By Chip Downing, Senior Director, Aerospace & Defense WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE SUMMARY Today s global airliners use

More information

vscan Data Sheet V1.0

vscan Data Sheet V1.0 A. The vscan System The vscan receiver, and (optional) transmitter, are used for locating buried utilities. The vscanm incorporates all the vscan features plus a metal cover locating mode. The system is

More information

Location Based Technologies

Location Based Technologies Location Based Technologies I have often wondered whether people really understand Location Based Services (LBS) technology and whether they would like a bit more insight into how exactly location based

More information

J. La Favre Using Arduino with Raspberry Pi February 7, 2018

J. La Favre Using Arduino with Raspberry Pi February 7, 2018 As you have already discovered, the Raspberry Pi is a very capable digital device. Nevertheless, it does have some weaknesses. For example, it does not produce a clean pulse width modulation output (unless

More information

MABEL, PiTone and Allstar for the Yaesu Fusion DR-1X Repeater

MABEL, PiTone and Allstar for the Yaesu Fusion DR-1X Repeater MABEL, PiTone and Allstar for the Yaesu Fusion DR-1X Repeater MABEL is a program designed to run on a Raspberry Pi 3 (rpi) in conjunction with Allstar/app-rpt controlling a Yaesu Fusion DR-1X repeater.

More information

PART TWO $10 TNC CONSTRUCTION PROJECT AUDIO BOARD AND FINAL ASSEMBLY November, 2016

PART TWO $10 TNC CONSTRUCTION PROJECT AUDIO BOARD AND FINAL ASSEMBLY November, 2016 PART TWO $10 TNC CONSTRUCTION PROJECT AUDIO BOARD AND FINAL ASSEMBLY November, 2016 Mark the side of the board that will have connections to the RADIO, and the side that will have connections to the COMPUTER.

More information

The ADS-B Receiver Pack from Flightradar24.com

The ADS-B Receiver Pack from Flightradar24.com The ADS-B Receiver Pack from Flightradar24.com Flightradar24 offers a free receiver pack for locations that can significantly add extra coverage. Our pack includes: The Flightradar24 Mode-S/ADS-B receiver

More information

IT-24 RigExpert. 2.4 GHz ISM Band Universal Tester. User s manual

IT-24 RigExpert. 2.4 GHz ISM Band Universal Tester. User s manual IT-24 RigExpert 2.4 GHz ISM Band Universal Tester User s manual Table of contents 1. Description 2. Specifications 3. Using the tester 3.1. Before you start 3.2. Turning the tester on and off 3.3. Main

More information

Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch

Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch Mr. T. P. Kausalya Nandan, S. N. Anvesh Kumar, M. Bhargava, P. Chandrakanth, M. Sairani Abstract In today s world working on robots

More information

Adafruit 16-Channel Servo Driver with Arduino

Adafruit 16-Channel Servo Driver with Arduino Adafruit 16-Channel Servo Driver with Arduino Created by Bill Earl Last updated on 2015-09-29 06:19:37 PM EDT Guide Contents Guide Contents Overview Assembly Install the Servo Headers Solder all pins Add

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS FREQUENTLY ASKED QUESTIONS 1. Is this the kit as ECUFlash and OpenPort 2.0 for the Evo/Subaru? Answer: No. While the GUI is carried over from ECUFlash (since we already own the rights of that software),

More information

KVARTA PRODUCT CATALOGUE: April 2017

KVARTA PRODUCT CATALOGUE: April 2017 1 KVARTA PRODUCT CATALOGUE: April 2017 KVARTA SOFT LTD, Bulgaria, Veliko Tarnovo, Tzar Kaloyan 13, ZIP Code: 5000, E-mail: sales@kvarta.net, Website: 2 DVB MONITOR A/C/T The DVB Monitor is specially built

More information

Studio Broadcast System

Studio Broadcast System SET UP and USE 1. REGULATORY AND COMPLIANCE STATEMENTS... 3 2. OVERVIEW 2.1 Core Performance Targets 2.2 Specifications 2.3 System Components 2.4 System Block Diagram 3. BP24 UWB BODY PACK TRANSMITTER...

More information

Rockwell Jupiter GPS module

Rockwell Jupiter GPS module Page 1 of 5 Rockwell Jupiter GPS module Introduction The Rockwell Jupiter TU30-D140 is a OEM (Original Equipment Manufacterer) GPS receiver module that is designed to be implemented as part of a larger

More information

Adafruit Si4713 FM Radio Transmitter with RDS/RDBS Support

Adafruit Si4713 FM Radio Transmitter with RDS/RDBS Support Adafruit Si4713 FM Radio Transmitter with RDS/RDBS Support Created by lady ada Last updated on 2016-08-17 03:27:57 AM UTC Guide Contents Guide Contents Overview Pinouts Audio Inputs Power Pins Interface

More information

CubeSat Navigation System and Software Design. Submitted for CIS-4722 Senior Project II Vermont Technical College Al Corkery

CubeSat Navigation System and Software Design. Submitted for CIS-4722 Senior Project II Vermont Technical College Al Corkery CubeSat Navigation System and Software Design Submitted for CIS-4722 Senior Project II Vermont Technical College Al Corkery Project Objectives Research the technical aspects of integrating the CubeSat

More information

Cloud Based LightSwitch Edgar Lopez Garcia Professor Kastner CSE 145 Spring 2016

Cloud Based LightSwitch Edgar Lopez Garcia Professor Kastner CSE 145 Spring 2016 Cloud Based LightSwitch Edgar Lopez Garcia Professor Kastner CSE 145 Spring 2016 Abstract This paper discusses the research, implementation, and contributions achieved from the Cloud Based LightSwitch

More information

International Journal of Latest Engineering Research and Applications (IJLERA) ISSN: Smart Shoe

International Journal of Latest Engineering Research and Applications (IJLERA) ISSN: Smart Shoe Smart Shoe Vaishnavi Nayak, Sneha Prabhu, Sanket Madival, Vaishnavi Kulkarni, Vaishnavi. M. Kulkarni Department ofinstrumentation Technology, B V Bhoomaraddi College of Engineering and Technology, Hubli,

More information

Bohunt School (Wokingham) Internet of Things (IoT) and Node-RED

Bohunt School (Wokingham) Internet of Things (IoT) and Node-RED This practical session should be a bit of fun for you. It involves creating a distance sensor node using the SRF05 ultrasonic device. How the SRF05 works Here s a photo of the SRF05. The silver metal cans

More information

ZX Distance and Gesture Sensor Hookup Guide

ZX Distance and Gesture Sensor Hookup Guide Page 1 of 13 ZX Distance and Gesture Sensor Hookup Guide Introduction The ZX Distance and Gesture Sensor is a collaboration product with XYZ Interactive. The very smart people at XYZ Interactive have created

More information

Security of Global Navigation Satellite Systems (GNSS) GPS Fundamentals GPS Signal Spoofing Attack Spoofing Detection Techniques

Security of Global Navigation Satellite Systems (GNSS) GPS Fundamentals GPS Signal Spoofing Attack Spoofing Detection Techniques Security of Global Navigation Satellite Systems (GNSS) GPS Fundamentals GPS Signal Spoofing Attack Spoofing Detection Techniques Global Navigation Satellite Systems (GNSS) Umbrella term for navigation

More information

USER MANUAL FIELDBEE AND RTK BEE STATION FULL VERSION. WE PROVIDE ONLINE SUPPORT: VERSION 1.0.

USER MANUAL FIELDBEE AND RTK BEE STATION FULL VERSION. WE PROVIDE ONLINE SUPPORT:  VERSION 1.0. USER MANUAL FULL VERSION VERSION 1.0. FIELDBEE AND RTK BEE STATION WE PROVIDE ONLINE SUPPORT: support@efarmer.mobi info@efarmer.mobi CONTENTS TABLE OF CONTENTS INTRODUCTION... 3 3 WAYS OF USING FIELDBEE...

More information

Global Positioning Systems (GPS) Trails: the achilles heel of mapping from the air / satellites

Global Positioning Systems (GPS) Trails: the achilles heel of mapping from the air / satellites Global Positioning Systems (GPS) Trails: the achilles heel of mapping from the air / satellites Google maps updated regularly by local users using GPS Also: http://openstreetmaps.org GPS applications

More information

Chroma. Bluetooth Servo Board

Chroma. Bluetooth Servo Board Chroma Bluetooth Servo Board (Firmware 0.1) 2015-02-08 Default Bluetooth name: Chroma servo board Default pin-code: 1234 Content Setup...3 Connecting servos...3 Power options...4 Getting started...6 Connecting

More information

Adafruit 16-channel PWM/Servo Shield

Adafruit 16-channel PWM/Servo Shield Adafruit 16-channel PWM/Servo Shield Created by lady ada Last updated on 2018-08-22 03:36:11 PM UTC Guide Contents Guide Contents Overview Assembly Shield Connections Pins Used Connecting other I2C devices

More information

BRB900 GPS Telemetry System August 2013 Version 0.06

BRB900 GPS Telemetry System August 2013 Version 0.06 BRB900 GPS Telemetry System August 2013 Version 0.06 As of January 2013, a new model of the BRB900 has been introduced. The key differences are listed below. 1. U-blox GPS Chipset: The Trimble Lassen IQ

More information

Lab 5: Arduino Uno Microcontroller Innovation Fellows Program Bootcamp Prof. Steven S. Saliterman

Lab 5: Arduino Uno Microcontroller Innovation Fellows Program Bootcamp Prof. Steven S. Saliterman Lab 5: Arduino Uno Microcontroller Innovation Fellows Program Bootcamp Prof. Steven S. Saliterman Exercise 5-1: Familiarization with Lab Box Contents Objective: To review the items required for working

More information

Designing Information Devices and Systems I Spring 2019 Homework 12

Designing Information Devices and Systems I Spring 2019 Homework 12 Last Updated: 9-4-9 :34 EECS 6A Designing Information Devices and Systems I Spring 9 Homework This homework is due April 6, 9, at 3:59. Self-grades are due April 3, 9, at 3:59. Submission Format Your homework

More information

RECOMMENDATION ITU-R BS

RECOMMENDATION ITU-R BS Rec. ITU-R BS.1350-1 1 RECOMMENDATION ITU-R BS.1350-1 SYSTEMS REQUIREMENTS FOR MULTIPLEXING (FM) SOUND BROADCASTING WITH A SUB-CARRIER DATA CHANNEL HAVING A RELATIVELY LARGE TRANSMISSION CAPACITY FOR STATIONARY

More information

FINAL REVIEW. Well done you are an MC Hacker. Welcome to Hacking Minecraft.

FINAL REVIEW. Well done you are an MC Hacker. Welcome to Hacking Minecraft. Let s Hack Welcome to Hacking Minecraft. This adventure will take you on a journey of discovery. You will learn how to set up Minecraft, play a multiplayer game, teleport around the world, walk on water,

More information

EULAMBIA ADVANCED TECHNOLOGIES LTD. User Manual EAT-EOM-CTL-2. Alexandros Fragkos

EULAMBIA ADVANCED TECHNOLOGIES LTD. User Manual EAT-EOM-CTL-2. Alexandros Fragkos EULAMBIA ADVANCED TECHNOLOGIES LTD User Manual Alexandros Fragkos (alexandros.fragkos@eulambia.com) 11/28/2016 28/11/2016 User Manual User Manual 28/11/2016 Electro-Optic Modulator Bias Control Unit v2.0

More information

WI-FI/BLUETOOTH & PCB TUNING AND ANTENNA TESTING

WI-FI/BLUETOOTH & PCB TUNING AND ANTENNA TESTING WI-FI/BLUETOOTH & PCB TUNING AND ANTENNA TESTING 03/22/2018 Application Profile As the Internet of Things (IoT) starts to materialize, more and more consumer and industrial products are incorporating wireless

More information

Rover 4 Setup. These instructions illustrate setting up the Portable Rover 4 system to receive a video feed from the SP aircraft.

Rover 4 Setup. These instructions illustrate setting up the Portable Rover 4 system to receive a video feed from the SP aircraft. Rover 4 Setup These instructions illustrate setting up the Portable Rover 4 system to receive a video feed from the SP aircraft. Complete System Reference Photo (your end goal): 2 1 e 3 d b c a Required

More information

Arduino Controllers & Ham Radio A PRESENTATION BY MICHAEL MAGNUSON N7ETA

Arduino Controllers & Ham Radio A PRESENTATION BY MICHAEL MAGNUSON N7ETA Arduino Controllers & Ham Radio A PRESENTATION BY MICHAEL MAGNUSON N7ETA N7ETA 6/1/2018 There are many SBC (Single Board Computer), and micro controllers that can be used with the control and operation

More information