Pi In The Sky Chris Stubbs. What’s in the HAB kit Balloon (keep this safe) Parachute PITS kit Raspberry Pi Model A (for flight) + SD + Camera Raspberry.

Slides:



Advertisements
Similar presentations
Presented by W1BAW Bruce Wattendorf. What is a Raspberry PI A $35 computer with out a monitor, keyboard, mouse but they all can be added.
Advertisements

By: Lloyd Albin 9/28/2012. We are not talking about a Raspberry Pie.
Audacity Audacity® is free, open source, cross- platform software for recording and editing sounds. Audacity is available.
Internet of Things with Intel Edison Getting started with your board Pierre Collet Intel.
Internet of Things with Intel Edison GPIO on Edison
Building your own Chartplotter with AIS, Radar, & Autopilot
Introduction to the Raspberry Pi ® Saman Amighi 10/2013 ® Raspberry Pi Foundation.
CCNA 2 v3.1 Module 2.
Embedded Programming and Robotics Lesson 19 Raspberry Pi Programming in C 1.
Embedded Programming and Robotics Lesson 12 Introducing the Raspberry Pi Intro to Raspberry Pi1.
1 Semester 2 Module 2 Introduction to Routers Yuda college of business James Chen
An illustrated introduction to building a computer using a Raspberry Pi 2. A Raspberry Pi, that is! Images from Microsoft clipart.
RaspberryPi Ira Goldstein Siena College. What is a Raspberry Pi? University of Cambridge’s Computer Laboratory – Decline in skill level – Designed for.
#RetroPi Nicholas Moore July 13, Turn your RPi into a Retro Game System:
SINGLE BOARD COMPUTERS -KEVIN JOSE. WHY DO WE USE THEM? Good performance at low price GPIO capability to interact with the outside world Small form factor,
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 5 The Motherboard.
One to One instructions Installing and configuring samba on Ubuntu Linux to enable Linux to share files and documents with Windows XP.
Configuring the MagicInfo Pro Display
Office Sync. What Does Office Sync Do?  Exchange data between field & office without a USB flash drive.  Planned and completed jobs  A/B guidance lines.
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS) Excerpted from 1 Copyright © Texas Education Agency, All.
High Speed Data Converter University
Raspberry Pi.
An Intern’s Guide to basic WMS 2011 setup in just 8 easy steps © 2011 Microsoft Corporation By: Livi Erickson.
Follow the Data Data (and information) move from place to place in computer systems and networks. As it moves it changes form frequently. This story describes.
Hardware Overview Autopilot Control Board- Serves as common platform for other components and has autopilot code and flight plans Battery- Powers the.
By Naveed Ahmad! How to setup a. First of all, what are the parts of a Raspberry Pi? Source:
Embedded Programming and Robotics
Getting To Know Computers COMPUTER BASICS. WHAT IS A COMPUTER? A computer is an electronic device that manipulates information, or “data.” It has the.
Introduction :  In the beginning, the calculator is the basic idea of computers out, then that arrived at the large computers.  in1980 or late seventies.
Page 1 of 38 Lenovo Confidential Lenovo Confidential Lenovo Confidential Lenovo Confidential Lenovo Confidential Please Note: Information contained in.
Intro to Raspberry Pi A Southwest Florida Hackerspace Workshop Presented by: Russell Benzing & Eric Schiffli.
Computer Maintenance I
Bonus EV3 Programming Lessons By Droids Robotics LEGO MINDSTORMS and Raspberry Pi IR Light controller.
Bonus EV3 Programming Lessons LEGO MINDSTORMS ev3dev and Raspberry Pi IR Light controller.
Raspberry Pi Project Control Your Home Lights with a Raspberry Pi.
Hardware Configuration Guide Configuring Dongles and Creating Barcodes for Devices Used with VSC.
Raspberry PI 2 Installation & Demo App By Wayne Keadle.
An introduction to the Raspberry Pi. What is a Raspberry Pi?  University of Cambridge’s Computer Laboratory  Decline in skill level  Designed for education.
RaspberryPi.
Workshop on Raspberry Pi 3
Computer System Laboratory
Ira Goldstein Siena College
Chapter Objectives In this chapter, you will learn:
RASPBERRY PI WORKSHOP.
Implementation of Embedded OS
IoT 101 with Raspberry Pi and Azure
Do-more Technical Training
Computer System Laboratory
By: Brian Johnson, AB6UI 20 Sept 2017
FlashBack-4 Training June 2014
Computer Maintenance Unit Subtitle: Basic Input/Output System (BIOS)
A microcontroller Raspberry Pi 2 Model B V1.1 RPi
Raspberry Pi in Headless Operation
Programming with Arduinos and Rapsberry Pi
Engineering Innovation Center
Creating a Media Server with a Raspberry Pi
Raspberry Pi.
Raspberry Pi Pi 2 Model B.
An introduction to the Raspberry Pi
Computer Basics.
Raspberry Pi. Introduction to Raspberry Pi Python Electronics Linux Outline.
Building an Internet of Things Device
What is a Raspberry Pi? The Raspberry Pi is a low cost, credit-card sized computer that plugs into a computer monitor or TV, and uses a standard keyboard.
Emergency Alert System
MateCam _1080P WIFI Live Streaming Cam Video Recorder
Follow the Data Data (and information) move from place to place in computer systems and networks. As it moves it changes form frequently. This story.
Beginning Raspberry Pi
The bios.
Emphasis: Get it working and do stuff!
Setting up a Webcam on a Raspberry Pi
Presentation transcript:

Pi In The Sky Chris Stubbs

What’s in the HAB kit Balloon (keep this safe) Parachute PITS kit Raspberry Pi Model A (for flight) + SD + Camera Raspberry Pi Model B (for development) Duct tape Cord Glue Batteries Foam

Raspberry Pi Low cost Credit card sized computer Plugs into: – HDMI TV – USB Keyboard – USB Mouse – Ethernet Runs Linux OS GPIO

Block Diagram Raspberry Pi Pi In The Sky Board NTX2B Transmitter uBlox GPS Receiver Power Input Pi Camera

What’s in the PITS kit PITS board Battery holder Battery connector GPS antenna Coax pigtail (for radio antenna) Stand offs and screws

Power Raspberry Pi onboard regulator overheats PITS board contains better regulator Energizer Lithium batteries perform best in the cold Higher energy density

GPS Antenna Ensure GPS antenna is connected to GPS socket! Clear view of the sky No metallic objects above it Correct way up Radio Antenna GPS Antenna GPS Module

Antenna Pigtail Pigtail MUST be made into an antenna Full Guide:

Pi Camera 5MP Camera 1080P HD Video (not supported by default PITS SW) Lift clip on Pi and insert cable (silver contacts facing HDMI port) Press down on clip

Tracking block diagram

Receiver Setup OR DL-FLDIGI

RTTY FSK (Frequency Shift Keying) Originally used on teleprinters (Baudot 5 bit) Broadcasts continuous carrier wave Shifts up/down in frequency depending on bit We use 7 or 8 bit ASCII instead of Baudot 8 bit allows for bytes of SSDV etc

SSDV Breaks JPEG image up into small packets (256 bytes) Packets contain: – Callsign of the sender – Image ID – Packet ID – Image dimensions – Error correction Packets can then be sent over the radio Packets are decoded and uploaded to internet Server reassembles packets into image

Balloon Tracking - EssexHam

Complexity levels 3 tiers depending on capability of students/teacher/mentors: – Basic Pre built image must be downloaded and copied onto SD card Configuration text file must be edited Hardware must be assembled (possibility of things like antenna pre made) – Intermediate Raspbian must be installed & configured Software downloaded and built from source – Advanced Raspbian must be installed & configured Software downloaded and built from source Modification to perform an additional task (Video? Telemetry overlay?)

Setup Install Raspbian – Use a bigger SD card if you have one (4GB provided, 8GB would be better) – Flash up to date raspbian image using win32diskimager

Setup Configure Raspbian – Log in as “pi” password “raspberry” (raspi-config autoruns on first boot) – Run “sudo raspi-config” – Expand filesystem – Enable camera – Enter advanced options: Enable SPI Enable I2C Disable serial shell – Run “sudo halt” to shutdown to complete the setup (required) Connect camera, LAN and PITS board then update OS – Power on (from USB OR Battery) and Log in – Run “sudo apt-get update” – Run “sudo apt-get upgrade”

Setup Install wiringPi GPIO library – Change directory to home directory “cd ~” – Download wiringPi “git clone git://git.drogon.net/wiringPi” – Move into wiringPi directory and build “cd wiringPi” “./build” – This will take some time Install SSDV encoder – Download and build like above “cd ~” “git clone “cd ssdv” “sudo make install”

Setup Install PITS tracker software – Download and build like above “cd ~” “git clone “cd pits” “./build” Testing – Connect PITS board and camera “cd ~/pits/tracker”./startup – You should see the red WARN light come on straightaway. – Once GPS lock has been established, the WARN LED will go out and the green OK light will flash.

Setup Editing config file This must be changed to your allocated call sign Change to “N” to enable HDMI This must be changed to your allocated frequency Other parameters can be left as default

Setup Habitat – – Create payload configuration document from existing “PI_SKY” config Change parameters such as call sign and frequency as per pixky.txt – Once correct your payload should appear on once decoded with dl-fldigihttp://habhub.org/mt – Create a flight document to notify others of your flight and enable them to configure dl-fldigi with your settings.

Q&A Slides can be downloaded from: – Handy links: – - Tracker, predictor, burst calculator, dl-fldigi, ssdv – - Everything you need to know about ballooning – – A set of comprehensive guides written by the community – - IRC chatroom (best place to ask for help) – - PITS tracker hardware and software