4/16/2018. Building the HASSP Or: Crazy Ideas Are Okay

Size: px
Start display at page:

Download "4/16/2018. Building the HASSP Or: Crazy Ideas Are Okay"

Transcription

1 4/16/2018 Building the HASSP Or: Crazy Ideas Are Okay

2 About me I m a Senior SQL Server DBA at IGS Energy in Dublin, Ohio. I ve been using SQL Server since SQL Server 2000 and I love it. I also enjoy DevOps, release management, and PowerShell. Contact Info 4/16/2018 2

3 I want to tell you a story This isn t going to be like most sessions you might attend today But I promise it will be interesting And it does involve SQL Server but is that what it s truly all about? 4/16/2018 3

4 It s 2016, and I m bored Sure, I m working full time I love what I do (especially working with the Data Platform) I love where I work I love who I work with I m also out in the community Speaking Teaching Blogging But something s missing 4/16/2018 4

5 Then something amazing happened Microsoft Announces SQL Server for Linux! Twitter loses it mind Everyone and their brother installs and starts trying it out Suddenly everyone wants to know more about Linux 4/16/2018 5

6 And that got me thinking People were coming up for all kinds of use cases for SQL Server on Linux But it was still in public preview Not like people were going to jump to production right away Wouldn t it be cool to use this a showcase for the Data Platform? 4/16/2018 6

7 Linux is pretty rad as an OS It s free It s got a small footprint It uses less resources than a Windows-based machine It can run on a toaster or refrigerator (no, really) 4/16/2018 7

8 So where do we want to put a SQL Server? Part publicity stunt, part actual practical application At the end of the day, I don t want just a lame gimmick I wanted a project that could collect and store data for either retrieval later or able to be queried remotely 4/16/2018 8

9 Good artists copy I had been following a few science blogs and I was reading about how amateurs were launching high altitude balloons. Everyone from boy scouts, 7 th grade science students, and way more serious people were doing it. It looked fun and adventurous! So 4/16/2018 9

10 HASSP-1 was born I figured these balloons carried other payloads, why not a SQL Server? So I stood up in the middle of our open office, and asked Who wants to put a SQL Server in space? A lot of people laughed But not everyone 4/16/

11 So I formed a team We sat down and talked through the challenges of doing this project. Here were the major areas of concern: What kind of balloon flies that high? Do we need permission (is anyone liable to go to jail)? What kind of data would we want to collect while it flies? How do we get that data? How we find the balloon when it lands? How we ensure it survives the flight? And oh yeah, and how do we actually fit (and power) a SQL Server on a balloon payload? How much is this going to cost? 4/16/

12 We solved some problems We re not going to go to jail if we follow rules We learned about how HABs work We chose some data points which enabled us to decide what kind of sensors to buy which led to me burning myself with a soldering iron a lot We ran some simulations We decided to use APRS to track the HAB 4/16/

13 Problem 1: What goes up High altitude ballooning is nothing new, and, really, not that hard if you think about it You fill a balloon up with helium, and you let it go Except not all balloons, or helium, are equal You need a latex balloon designed for atmospheric flight You also need high-grade helium, and you might need a lot of it Balloon size helps determine your max ceiling, your flight time, and total lift capacity Bigger balloons = more helium Fun fact! You can t return the helium you don t use for a refund Wound up with a 1200g balloon from High Altitude Science And other accessories, like a lift scale and inflator kit 4/16/

14 Problem 2: Are we going to go to jail? Launching high altitude balloons is totally legal, and depending on your total payload weight, you don t even need permission! However, there a few things to know about to make your life (and the lives of those around you) easier Launch sites Radar reflectors Payload weights NOTAMs ATC communication 4/16/

15 Problem 3: What do we want to collect? Since this thing is going up pretty high, we figured we d want to collect some atmospheric data I looked for some cheap consumer sensors for: Temperature Pressure Humidity After looking at different models, we settled on three sensors: Sensor 1 Sensor 2 Sensor 3 4/16/

16 Turns out that soldering irons are hot This was the first big hurdle for the project: how can we create a circuit capable of detecting this data? Creating simple circuits and testing them with Arduino is pretty simple, and fun! I developed a proof-of-concept circuit using Arduino to show the sensors worked by writing data to consoles So when the time came, we could (should?) be able to connect these to a similar system and have the data written to SQL Server (right?) 4/16/

17 Problem 4: How do we find this when (if) it lands? One of the requirements of sending balloons up is that you need a way to track and report on position data One really good way to do this is with amateur radio (Ham Radio) You can use the APRS network to transmit data packets One big thing about this, though: you need a license (and I didn t have one) 4/16/

18 Just call me KE8SQL Yes, I actually studied for and obtained my Technician Class license With that done, it was time to learn about implementing APRS APRS = Automatic Packet Reporting System VHF on Data packets are transmitted from an object Packets usually contain position and telemetry info (and other pieces of info, depending on the transmitter capabilities) These packets are detected and re-transmitted by repeater stations These stations also forward these packets to internet gateways to users to view them on maps Like 4/16/

19 I need a volunteer! Let s see APRS in action! 4/16/

20 Our first real equipment purchase! I picked up an APRS on-board transmitter with 2M dipole antenna for the project Created by a company called Byonics Designed specifically for HAB projects Has on-board GPS receiver and sends packets containing location and vector information Battery powered 1W output 4/16/

21 Predicting the unpredictable? The tracker is cool for knowing where it is How do you figure out where your balloon is going to go? And what about when the balloon bursts? There are predictors out there to help: Predictor 1 Predictor 2 Predictor 3 4/16/

22 How we attach a SQL Server to a balloon? We ve got a bunch of sensors that can collect data We ve got a way to track the balloon in flight We ve got a rough idea of the rules and regulations around launching the balloon So, uh, how do we get it to run SQL Server? 4/16/

23 Step 1: Finding a server Since space and weight were at a premium, we needed something to could run SQL Server and still weigh next to nothing A lot of people want to yell Raspberry Pi! Nope; ARM!= x64 SOC Solutions We first looked at a Latte Panda: A 64-bit platform with built-in Arduino support But we settled on an Intel Joule 4/16/

24 System Requirements SQL Server has system requirements, so that seems like a pretty good place to start: 64-bit processor, at least 1.4GHz 4GB of RAM 6GB of storage for binaries and system components 4/16/

25 Meet the Joule! 1.7 GHz Quad-Core 4GB RAM 16GB On-board storage (expandable) 24x48mm* Bluetooth and WiFi USB3 4K Display Capable GPIO Headers! Great news! It s discontinued 4/16/

26 Step 2: Building a home for all the components We bought a bunch of ice cream from Graeter s It comes in a super-duper efficient Styrofoam container Some glue, balsa wood, nails, and zip ties later How do we make it survivable inside the unit? 4/16/

27 Step 3: Oh yeah, software SQL Server runs on the hardware We know the sensors are wired up correctly How we do make them talk to each other? Initially, wanted to use GPIO on the Joule TERRIBLE documentation Ended up using Johnny-Five, a robotics & IoT platform Built on JavaScript Shell scripts auto-start when the power is engaged Polls sensors and writes their data SQL Server 4/16/

28 Step 4: Rounding out the build Parachute (kind of important) HVAC Cameras Lines and knots 4/16/

29 Hi, I m the HASSP module. Nice to meet you! Here s the module! 4/16/

30 Launch planning Where? When? How? 4/16/

31 Where should we launch? Obviously wanted some place out of the way Where we launched had a big factor on where the payload would travel, both on ascent and descent After running a bunch of simulations, we decided on an airfield near New Knoxville, OH Neil Armstrong Airport (AXV) Launching at an airport had other advantages, too: Easier to work with FAA for paperwork 4/16/

32 When should we launch? Earlier, and not because we didn t want to completely lose a day We initially decided on a Tuesday morning Less traffic on the roads to track and follow the balloon More eyeballs for viewing Weather played an important factor, too 4/16/

33 How should we launch? Sounds easy, right? Fill up a balloon, tie the payload, and whoosh, let it go? Slightly more complicated: Turn on and test sensor suite and server Attach and start cameras Put in heating pads Turn on the tracker and validate the squawk Payload assembly Train assembly All outdoors (which came back to haunt us) with a running clock 4/16/

34 Launch Day! HASSP 1 was scheduled to launch on Tuesday, July 11 th at 8:30 AM We thought we were ready NOTAMs filed Gear all checked out Team was HYPED! Ground and temperature testing had gone well Our live stream system was set up and ready to go 4/16/

35 Launch Day? There had been severe storms the day before our scheduled launch, and storms predicted later in the day as well We had a decision to make and we pushed ahead We arrived at the airport to high winds and things went downhill from there 4/16/

36 So what do you think happened 4/16/

37 Well, here s what happened 4/16/

38 This guy? Not really happy 4/16/

39 What data did we get? 4/16/

40 What just happened? We thought we were ready we weren t ready A lot of IT parallels here! We didn t do enough testing We made bad assumptions We should have slowed down instead of speeding up We didn t have the right tools 4/16/

41 What we learned Setup time could be better (a lot of wasted time) Pre-staging some components beforehand? Our cameras weren t that great We need a better way to measure helium input and lift We need a better place to work Rural Wi-Fi isn t quite the best Our live streaming system wasn t ready for prime-time Budget? What budget? 4/16/

42 But there were some positives! SQL Server DID fly that day! And it recorded data! We proved this thing might actually work 4/16/

43 Back to the drawing board We had a team retro We talked about what worked, and what didn t We came up with deliverables to make things better Improved internal construction of the payload (better heat management) The search for better cameras How can we accurately measure lift? How can we be more efficient on the ground? 4/16/

44 HASSP-2: The SeQueL We made some significant improvements Better live-streaming set up Cellular WiFi Improved microphone Better streaming setup back home We worked with the airport authority to do our work in a hanger, out of the elements We pre-tied a bunch of knots and lines prior to heading to the launch site We used a fish scale to help get better accurate readings on lift We got some new cameras (thanks Brent Ozar!) 4/16/

45 So how d we do? Armed with experience and a better plan, we set out again for the airport 4/16/

46 And then, we waited Our estimated flight time was ~2.5 hours 2 hours to reach maximum altitude 30 minutes to fall back to earth We had flight estimations but how close would they stick to them? Actually, pretty darn close! The predictors had various landing predictions in and around Urbana, Ohio (about 80 miles away) Turns out 4/16/

47 Recovery Everything was going great: we were tracking the progress just fine However, once the transmitter loses line of sight to repeaters, we lose reporting from APRS listeners If we can get close enough, my HT could do the trick 4/16/

48 And we got it all on tape! We had two cameras One facing straight out Once facing down Both published to YouTube Let s see some highlights! 4/16/

49 Mission accomplished? We successfully launched a balloon to > 100,000! We tracked it! We recovered it! Wait, wasn t there a SQL Server somewhere in this project? SQL Server did run for part of the flight but the server shut down and we only got about 30 minutes of data 4/16/

50 HASSP-3? So, are we going to go again? You bet! New SOC coming soon! Better system and power protection? Real-time querying? Follow along on twitter or my website for announcements About that budget 4/16/

51 The REAL lesson of HASSP Yeah, this used SQL Server Yeah, it required some unique problem solving Yeah, it required learning a bunch of new skills The real breakthrough though, was getting to know and work with people I work with every day to do something extraordinary Don t be afraid to something crazy It could be a side project Or maybe a different way of tackling a project 4/16/

52 I couldn t (and wouldn t have wanted) to do this alone Special thanks to the team! Gene Pavell and Matt Keller Capsule Construction Paul Bahler Software Engineering Robert Schmidt and Jacob Sturm Live Streaming Sarah Kenny Marketing and Production Julie Dorazio Data Modeling and Database Design Rick Kierner Launch Site Planning and Coordination Ryan Matthews Flight Planning and Regulatory Affairs Chris Klein Logistics and Hardware Support, Photography 4/16/

53 Special thanks to Brent Ozar Camera Donations IGS Support and Encouragement The SQL Community for following along! 4/16/

54 You can do this, too! HAB References FAA Part 101: FCC : 4/16/

55 About me I m a Senior SQL Server DBA at IGS Energy in Dublin, Ohio. I ve been using SQL Server since SQL Server 2000 and I love it. I also enjoy DevOps, release management, and PowerShell. Contact Info 4/16/

AC : REAL-TIME VIDEO TRANSMISSION FROM HIGH ALTITUDE BALLOON: AN INTERDISCIPLINARY SENIOR DESIGN PROJECT

AC : REAL-TIME VIDEO TRANSMISSION FROM HIGH ALTITUDE BALLOON: AN INTERDISCIPLINARY SENIOR DESIGN PROJECT AC 2010-1120: REAL-TIME VIDEO TRANSMISSION FROM HIGH ALTITUDE BALLOON: AN INTERDISCIPLINARY SENIOR DESIGN PROJECT Brent Guenther, Wright State University Bruce Rahn, Wright State University Mark Falknor,

More information

Distributed by Pycom Ltd. Copyright 2016 by Pycom Ltd. All rights reserved. No part of this document may be reproduced, distributed, or transmitted

Distributed by Pycom Ltd. Copyright 2016 by Pycom Ltd. All rights reserved. No part of this document may be reproduced, distributed, or transmitted Copyright 2016 by Pycom Ltd. All rights reserved. No part of this document may be reproduced, distributed, or and certain other noncommercial uses permitted by copyright law.. LoPy With LoRa, Wifi and

More information

Just a T.A.D. (Traffic Analysis Drone)

Just a T.A.D. (Traffic Analysis Drone) Just a T.A.D. (Traffic Analysis Drone) Senior Design Project 2017: Cumulative Design Review 1 Meet the Team Cyril Caparanga (CSE) Alex Dunyak (CSE) Christopher Barbeau (CSE) Matthew Shin (CSE) 2 System

More information

INTRODUCTION OF INTERNET OF THING TECHNOLOGY BASED ON PROTOTYPE

INTRODUCTION OF INTERNET OF THING TECHNOLOGY BASED ON PROTOTYPE Jurnal Informatika, Vol. 14, No. 1, Mei 2017, 47-52 ISSN 1411-0105 / e-issn 2528-5823 DOI: 10.9744/informatika.14.1.47-52 INTRODUCTION OF INTERNET OF THING TECHNOLOGY BASED ON PROTOTYPE Anthony Sutera

More information

Little Jackie receives her Call to Adventure

Little Jackie receives her Call to Adventure 1 2 Male Actors: Discussion Question-Asker Adam 3 Female Actors: Little Jackie Suzy Ancient One 2 or more Narrators: Guys or Girls Narrator : Remember sixth grader Jackie who met the Ancient One in the

More information

Remote Controller. 9. Intelligent Flight Battery

Remote Controller. 9. Intelligent Flight Battery MAVIC AIR Aircraft The DJI TM MAVIC TM Air features a new folding design and a fully stabilized 3-axis gimbal camera capable of shooting 4K video and 12 megapixel photos. DJI signature technologies such

More information

Jacob listens to his inner wisdom

Jacob listens to his inner wisdom 1 7 Male Actors: Jacob Shane Best friend Wally FIGHT OR FLIGHT Voice Mr. Campbell Little Kid Voice Inner Wisdom Voice 2 Female Actors: Big Sister Courtney Little Sister Beth 2 or more Narrators: Guys or

More information

In November, the Federal

In November, the Federal Update New Rules Of The Wireless Road Final FCC ruling includes protection for wireless microphones By Chris Lyons In November, the Federal Communications Commission released the full text of its Second

More information

Huawei AT815SN Brochure-Detailed

Huawei AT815SN Brochure-Detailed Huawei AT815SN Brochure-Detailed Huawei AT815SN Brochure-Detailed Huawei AT815SN is a standard outdoor access terminal (AT) that provides excellent remote access performance and enhanced protection. It

More information

Internet of Things. a practical component-oriented approach. What is IoT (wikipedia):

Internet of Things. a practical component-oriented approach. What is IoT (wikipedia): Internet of Things a practical component-oriented approach What is IoT (wikipedia): The Internet of Things (IoT) is the internetworking of physical devices, vehicles, buildings and other items - embedded

More information

Linux+Zephyr: IoT made easy

Linux+Zephyr: IoT made easy Linux+Zephyr: IoT made easy IoT Explodes Everywhere Sensors and actuators embedded in physical objects and linked through wired and wireless networks, often using the same Internet Protocol (IP) that connects

More information

Building Intelligent Edge Solutions with Microsoft IoT

Building Intelligent Edge Solutions with Microsoft IoT Building Intelligent Edge Solutions with Microsoft IoT Vincent Hong IoT Solution Architect, Microsoft Global Black Belt Mia Kesselring Director IoT Products, TELUS Kevin Zhang IoT Applications Engineer,

More information

Group Project #3 Burning Steel Wool

Group Project #3 Burning Steel Wool Group Project #3 Burning Steel Wool By: Ryan Kelly Partner: Greg Lundeen MCEN 4151 Professor Hertzberg 5/1/2012 Purpose The purpose for this visualization was for the Group Project #3 assignment assigned

More information

Who will make the Princess laugh?

Who will make the Princess laugh? 1 5 Male Actors: Jack King Farmer Male TV Reporter Know-It-All Guy 5 Female Actors: Jack s Mama Princess Tammy Serving Maid Know-It-All Gal 2 or more Narrators: Guys or Girls Narrator : At the newsroom,

More information

HAUNTED MASKED SERIAL KILLER. Written by. D. R. Whiteley

HAUNTED MASKED SERIAL KILLER. Written by. D. R. Whiteley HAUNTED MASKED SERIAL KILLER Written by D. R. Whiteley Address Phone Number FADE IN: INT. FLORIDAN MUSEUM - AFTERNOON, SECURITY GUARD, EARLY TWENTIES, goes on a tour of her new job at the Floridan Museum.

More information

DEVIOUS DATING By David Burton

DEVIOUS DATING By David Burton DEVIOUS DATING By David Burton Copyright 1997 by David Burton, All rights reserved. ISBN 1-930961-12-X CAUTION: Professionals and amateurs are hereby warned that this Work is subject to a royalty. This

More information

7.5ft Outdoor Double-Sided Interactive LCD Sign, Transit Center Kiosk Model: NISDK-550PCT, 55 Double-Sided

7.5ft Outdoor Double-Sided Interactive LCD Sign, Transit Center Kiosk Model: NISDK-550PCT, 55 Double-Sided 7.5ft Outdoor Double-Sided Interactive LCD Sign, Transit Center Kiosk Model: NISDK-550PCT, 55 Double-Sided 55 weatherproof/outdoor high brightness 2500cd LCD screen Tamper-proof, anti-reflection, tempered

More information

Senior Design Project: Blind Transmitter

Senior Design Project: Blind Transmitter Senior Design Project: Blind Transmitter Marvin Lam Mamadou Sall Ramtin Malool March 19, 2007 As the technology industry progresses we cannot help but to note that products are becoming both smaller and

More information

Processor time 9 Used memory 9. Lost video frames 11 Storage buffer 11 Received rate 11

Processor time 9 Used memory 9. Lost video frames 11 Storage buffer 11 Received rate 11 Processor time 9 Used memory 9 Lost video frames 11 Storage buffer 11 Received rate 11 2 3 After you ve completed the installation and configuration, run AXIS Installation Verifier from the main menu icon

More information

SIZE CLASS. SMART CONNECTIVITY TV to Mobile/Mobile to TV Mirroring Smart View App (Content Sharing + 2nd TV + App Casting) Briefing on TV

SIZE CLASS. SMART CONNECTIVITY TV to Mobile/Mobile to TV Mirroring Smart View App (Content Sharing + 2nd TV + App Casting) Briefing on TV PRODUCT HIGHLIGHTS Active Crystal Color HDR Premium MR 120 New Smart Hub SIZE CLASS 78" UN78KU7500 65" UN65KU7500 55" UN55KU7500 49" UN49KU7500 43" UN43KU7500 Get drawn into the action with an immersive

More information

SIZE CLASS. TV to Mobile/Mobile to TV Mirroring. Smart View App (Content Sharing + 20 Watt 2 Channel MR 120 Auto Depth Enhancer UHD Dimming

SIZE CLASS. TV to Mobile/Mobile to TV Mirroring. Smart View App (Content Sharing + 20 Watt 2 Channel MR 120 Auto Depth Enhancer UHD Dimming KU750D Curved UHD TV PRODUCT HIGHLIGHTS Active Crystal Color HDR Premium MR 20 New Smart Hub SIZE CLASS 78" 65" 55" UN78KU750D UN65KU750D UN55KU750D Get drawn into the action with an immersive curved screen,

More information

Bird-Inspired Robot with Visual Feedback and Navigated from the Computer

Bird-Inspired Robot with Visual Feedback and Navigated from the Computer The Institute for Systems Research Isr Technical Report 2008-25 Bird-Inspired Robot with Visual Feedback and Navigated from the Computer Suchit Bhattarai Advisor: SK Gupta ISR develops, applies and teaches

More information

Intelligent Monitoring Software IMZ-RS300. Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C

Intelligent Monitoring Software IMZ-RS300. Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C Intelligent Monitoring Software IMZ-RS300 Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C Flexible IP Video Monitoring With the Added Functionality of Intelligent Motion Detection With

More information

PurColor MR 120 SIZE CLASS 65" UN65KU6500

PurColor MR 120 SIZE CLASS 65 UN65KU6500 PRODUCT HIGHLIGHTS PurColor HDR Premium MR 20 New Smart Hub SIZE CLASS 65" UN65KU6500 55" UN55KU6500 49" UN49KU6500 Enjoy 4K Ultra HD resolution and High Dynamic Range (HDR) content that delivers greater

More information

An Introduction to The Internet of Things

An Introduction to The Internet of Things An Introduction to The Internet of Things where and how to start November 2017 Mihai Tudor Panu EST. 1999 Kevin Ashton, P&G 2 Agenda High level key concepts surrounding IoT

More information

GAUGE M7 Connected Display 7

GAUGE M7 Connected Display 7 GAUGE M7 Connected Display 7 CONNECTING A SMARTER WORLD OUR DISPLAY PROVIDES THE CONNECTION PEOPLE ARE NEEDING TO SUCCUEED IN THIS EVER-GROWING, FAST-PACED TECH WORLD. 2149 Winners Circle Dayton, OH 45404

More information

WDP02 Wireless FHD Kit User Manual

WDP02 Wireless FHD Kit User Manual WDP02 Wireless FHD Kit User Manual Copyright Copyright 2015 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

Parallel Computing. Chapter 3

Parallel Computing. Chapter 3 Chapter 3 Parallel Computing As we have discussed in the Processor module, in these few decades, there has been a great progress in terms of the computer speed, indeed a 20 million fold increase during

More information

Bringing an all-in-one solution to IoT prototype developers

Bringing an all-in-one solution to IoT prototype developers Bringing an all-in-one solution to IoT prototype developers W H I T E P A P E R V E R S I O N 1.0 January, 2019. MIKROE V E R. 1.0 Click Cloud Solution W H I T E P A P E R Page 1 Click Cloud IoT solution

More information

http://www.mn-arts.org/ January 2016 Edition From The President First off, I would like to thank Chuck Stroud, KA8HDE for his many years of service to our club. We have a technically oriented club of builders

More information

Snail Fence InteleCell Deployment Guide

Snail Fence InteleCell Deployment Guide Snail Fence InteleCell Deployment Guide Preparation 1. Prepare deployment trip by making sure you have the following materials and tools when you fly up to the site: InteleCell NEMA Enclsoure (grey plastic

More information

Tony, Frank, John Movie Lesson 2 Text

Tony, Frank, John Movie Lesson 2 Text Tony, Frank, John Movie Lesson 2 Text Hi, it s AJ and welcome to part two of the Tony and Frank video. Actually, it s three people, Tony Robbins, Frank Kern and John Reece. We watched part one. Part one

More information

SWITCH: Microcontroller Touch-switch Design & Test (Part 2)

SWITCH: Microcontroller Touch-switch Design & Test (Part 2) SWITCH: Microcontroller Touch-switch Design & Test (Part 2) 2 nd Year Electronics Lab IMPERIAL COLLEGE LONDON v2.09 Table of Contents Equipment... 2 Aims... 2 Objectives... 2 Recommended Timetable... 2

More information

Pandora rev6a testing:

Pandora rev6a testing: Testing the EVB: - 4-bit SDIO interface taken directly from pads on Pandora PCB where wifi module would be - Other digital lines taken directly from pads on Pandora PCB: IRQ, RESETX/PMEN - Main power input

More information

PoLTE: The GPS Alternative for IoT Location Services

PoLTE: The GPS Alternative for IoT Location Services PoLTE: The GPS Alternative for IoT Location Services A Cost-Effective New Cellular IoT Location Solution that is Power Efficient, Low Cost and Rapidly Scalable Global positioning system (GPS) has been

More information

IPad 4 REPAIR GUIDE. Version Edition

IPad 4 REPAIR GUIDE. Version Edition IPad 4 REPAIR GUIDE Version 1 2016 Edition IPad 4 REPAIR GUIDE LCD AND DIGITIZER REPLACEMENT RiAna Soto Repair Training Specialist rsoto@cellairis.com FOR EVERY REPAIR MAKE SURE TO COMPLETE, INITIAL, AND

More information

1 Unpack. Taking the TV Out of the Box. Included in this Box. Stand Parts and Cables. Remote Control. Also included

1 Unpack. Taking the TV Out of the Box. Included in this Box. Stand Parts and Cables. Remote Control. Also included MIC TV SEARCH KEYPAD SOURCE VOL VOICE CH RETURN GUIDE EXIT CH.LIST SMART HUB 3D MTS CC P.SIZE MENU INFO 1 Unpack Taking the TV Out of the Box Warning: Do not touch the TV s screen when you take it out

More information

Keysight Technologies U3801A/02A IoT Fundamentals Applied Courseware. Data Sheet

Keysight Technologies U3801A/02A IoT Fundamentals Applied Courseware. Data Sheet Keysight Technologies U3801A/02A IoT Fundamentals Applied Courseware Data Sheet Introduction The Internet of Things (IoT) is the next mega trend that will change the way we live and work, and it is predicted

More information

IoT Software Platforms

IoT Software Platforms Politecnico di Milano Advanced Network Technologies Laboratory IoT Software Platforms in the cloud 1 Why the cloud? o IoT is about DATA sensed and transmitted from OBJECTS o How much data? n IPV6 covers

More information

IPad 3 (glass) REPAIR GUIDE. Version Edition

IPad 3 (glass) REPAIR GUIDE. Version Edition IPad 3 (glass) REPAIR GUIDE Version 1 2016 Edition IPad 4 REPAIR GUIDE LCD AND DIGITIZER REPLACEMENT RiAna Soto Repair Training Specialist rsoto@cellairis.com FOR EVERY REPAIR MAKE SURE TO COMPLETE, INITIAL,

More information

Mythology by Edith Hamilton

Mythology by Edith Hamilton Mythology by Edith Hamilton (1942, Little, Brown and Company) Reader s Theater CONTEXT: This is an after reading strategy that can be used as a way to recognize the effort students have put into writing

More information

STUDENT READER MODULE 2 PART 2

STUDENT READER MODULE 2 PART 2 STUDENT READER MODULE 2 PART 2 UPDATED 2010 Student Reader Module 2 Part 2 i MODULE 2 CONTENTS LESSONS 21-40 Lesson 21 Terry Fox, even though, although, "un" to form negative 41 Lesson 22 Terry Fox Run,

More information

TEST ANY STANDARD QUICKLY AND COMPLETELY

TEST ANY STANDARD QUICKLY AND COMPLETELY TEST ANY STANDARD QUICKLY AND COMPLETELY Protecting Your Brand, With No Extra Test Time 2017 LitePoint, A Teradyne Company. All rights reserved. WORLD S FIRST SINGLE-BOX SOLUTION for testing multiple wireless

More information

Test Booklet. Subject: LA, Grade: th Grade Reading. Student name:

Test Booklet. Subject: LA, Grade: th Grade Reading. Student name: Test Booklet Subject: LA, Grade: 04 2009 4th Grade Reading Student name: Author: Virginia District: Virginia Released Tests Printed: Tuesday July 03, 2012 Campout Surprise 1 Come on, Buddy! Todd urged.

More information

When I turn on the Silverleaf, this is the first screen I see:

When I turn on the Silverleaf, this is the first screen I see: Blog-05/11/07 SILVERLEAF ELECTRONICS In case you have never heard of Silverleaf Electronics in the RV world, they do all the dash panels for Country Coach and on many different Foretravel s. They also

More information

X Marks the Spot. For the Teacher. Creature Features. BEFORE READING Set the Stage. AFTER READING Talk About It. READING STRATEGY Making Inferences

X Marks the Spot. For the Teacher. Creature Features. BEFORE READING Set the Stage. AFTER READING Talk About It. READING STRATEGY Making Inferences For the Teacher Creature Features X Marks the Spot BEFORE READING Set the Stage In this mystery, the main character is 12-yearold Yolanda who has just moved to a new house in a new town. To help set the

More information

User Manual For X3-H0402 MDVR. Mobile Digital Video Recorder. User manual for X3-H0402

User Manual For X3-H0402 MDVR. Mobile Digital Video Recorder. User manual for X3-H0402 User Manual For X3-H0402 MDVR Mobile Digital Video Recorder Copyright 2013-2015, Streamax Technology Co., Ltd All Rights Reserved 1 For more information, please visit our website www.en.streamax.com Notice

More information

1 Unpack. Taking the TV Out of the Box. Included in this Box. Stand Parts and Cables. Remote Control. Also included

1 Unpack. Taking the TV Out of the Box. Included in this Box. Stand Parts and Cables. Remote Control. Also included MIC TV SEARCH KEYPAD SOURCE VOL VOICE CH RETURN GUIDE EXIT CH.LIST SMART HUB 3D MTS CC P.SIZE MENU INFO 1 Unpack Taking the TV Out of the Box Warning: Do not touch the TV s screen when you take it out

More information

Y10 LED lamp screen wireless group control solution

Y10 LED lamp screen wireless group control solution Y10 LED lamp screen wireless group control solution Functions and Requests LED lamp screen solution provided by Shanghai Xixun Electronic Company has been widely used in southeast areas, which has helped

More information

Internet of Things - IoT Training

Internet of Things - IoT Training Internet of Things - IoT Training About Cognixia Cognixia, formerly known as Collabera TACT, is a Collabera Learning Solutions Company. Being a consistently awarded Digital Technology Training Company,

More information

Chapter 4. It Began with a Dripping Faucet

Chapter 4. It Began with a Dripping Faucet Chapter 4. It Began with a Dripping Faucet 4.1 Childhood Memories When I was a kid we didnʹt have a lot of money. We werenʹt really poor, but we couldnʹt afford to hire things done for us. My dad was very

More information

Jalapeno. Data sheet. Jalapeno is a very powerful quad-core CPU based module with dual band concurrent radio supporting ac Wave 2 technology

Jalapeno. Data sheet. Jalapeno is a very powerful quad-core CPU based module with dual band concurrent radio supporting ac Wave 2 technology Data sheet is a very powerful quad-core CPU based module with dual band concurrent radio supporting 802.11ac Wave 2 technology is based on an IPQ4018 SoC from Qualcomm, which is extremely powerful quad

More information

User Manual MDVR8041. User Manual. Mobile DVR MDVR Digital Video Recorder. Copyright , Meriva Security All Rights Reserved

User Manual MDVR8041. User Manual. Mobile DVR MDVR Digital Video Recorder. Copyright , Meriva Security All Rights Reserved User Manual Mobile DVR MDVR-8041 Digital Video Recorder Copyright 2013-2016, Meriva Security All Rights Reserved 1 Notice User Manual MDVR8041 The information in this manual was current when published.

More information

Integrating Device Connectivity in IoT & Embedded devices

Integrating Device Connectivity in IoT & Embedded devices Leveraging Microsoft Cloud for IoT and Embedded Applications Integrating Device Connectivity in IoT & Embedded devices Tom Zamir IoT Solutions Specialist tom@iot-experts.net About me Tom Zamir IoT Solutions

More information

LED LIGHTING FOR YOUR MODEL RAILROAD by Rick Wade

LED LIGHTING FOR YOUR MODEL RAILROAD by Rick Wade Many of you have been following the various threads here on MRH about using LEDs to light your layout. I've become a believer of using LEDs after seeing Michael Rose's layout and seeing how great they

More information

V17. Quick Guide. Smart Media Player A new way to watch live TV & online entertainment

V17. Quick Guide. Smart Media Player A new way to watch live TV & online entertainment V17 Quick Guide Smart Media Player A new way to watch live TV & online entertainment 4K Ultra HD IPTV Wi-Fi LAN Movies 2 x USB Product & Services Informations Most Beautiful Android System with support

More information

PYTHON AND IOT: From Chips and Bits to Data Science. Jeff Fischer Data-Ken Research https://data-ken.org Sunnyvale, California, USA

PYTHON AND IOT: From Chips and Bits to Data Science. Jeff Fischer Data-Ken Research https://data-ken.org Sunnyvale, California, USA PYTHON AND IOT: From Chips and Bits to Data Science Jeff Fischer Data-Ken Research jeff@data-ken.org https://data-ken.org Sunnyvale, California, USA BayPiggies October 2016 Agenda 2 Project overview Hardware

More information

Your partner in testing the Internet of Things

Your partner in testing the Internet of Things Your partner in testing the Internet of Things The power of testing in all phases of the product lifecycle The majority of devices sensors, actors, gateways building the Internet of Things (IoT) use wireless

More information

Activation. Eitan Loewenstein. M

Activation. Eitan Loewenstein. M Activation by Eitan Loewenstein M e@eitanthewriter.com 310-920-1079 ACTIVATION An abandoned garage. The room feels dirty, like someone has been squatting there for a while with no interest in cleanliness.

More information

1 Feb Grading WB PM Low power Wireless RF Transmitter for Photodiode Temperature Measurements

1 Feb Grading WB PM Low power Wireless RF Transmitter for Photodiode Temperature Measurements 1 Jan 21 2015341 Practice WB119 6 9PM Low power Wireless RF Transmitter for Photodiode Temperature Measurements 1 Jan 21 2015377 Practice WB119 6 9PM Gloovy 1 Jan 21 2015405 Practice WB119 6 9PM Machine

More information

But that s not completely fair to Josh. He cares about Luna, too. I think about Luna, her branches reaching up to the sky like huge arms in prayer,

But that s not completely fair to Josh. He cares about Luna, too. I think about Luna, her branches reaching up to the sky like huge arms in prayer, Chapter One The thing is, when you re a good kid you know, the mostly straight-a, listen-to-your-parents type of person, and you follow the rules pretty much all the time you don t expect that one day,

More information

Adaptrum and Microsoft NAB Show Demonstration

Adaptrum and Microsoft NAB Show Demonstration Adaptrum and Microsoft NAB Show Demonstration 1. Overview Adaptrum and Microsoft demonstrated a complete TV whitespace system at the NAB Show April 11 th April 14 th in Las Vegas. The demonstration attracted

More information

The new benchmark for efficiency in the field The ZVH cable and antenna analyzer

The new benchmark for efficiency in the field The ZVH cable and antenna analyzer The new benchmark for efficiency in the field The ZVH cable and antenna analyzer Many antenna sites to set up, a tight schedule, not enough personnel, strict specifications. How can this be accomplished?

More information

DEVELOPING IN THE IOT SPACE

DEVELOPING IN THE IOT SPACE DEVELOPING IN THE IOT SPACE Bruce Hulse Technology Fellow Office of the CTO ReDev B0st0n 2017 Over 35 years with PTC (via Prime Computer / Computervision) Pre-sales; R&D; Product Management; Office of

More information

PROTOCOL The Journal of the entertainment technology industry

PROTOCOL The Journal of the entertainment technology industry The Journal of the entertainment technology industry sacn: How I made my life easier! ESTA forms a new alliance with NAMM BGA: Do one more environmentally friendlier thing today than yesterday 22 28 Historic

More information

DELL: POWERFUL FLEXIBILITY FOR THE IOT EDGE

DELL: POWERFUL FLEXIBILITY FOR THE IOT EDGE DELL: POWERFUL FLEXIBILITY FOR THE IOT EDGE ABSTRACT Dell Edge Gateway 5000 Series represents a blending of exceptional compute power and flexibility for Internet of Things deployments, offering service

More information

OPERATORS & INSTALLATION MANUAL JOTRON AIS VIEWER WINDOWS PC SOFTWARE

OPERATORS & INSTALLATION MANUAL JOTRON AIS VIEWER WINDOWS PC SOFTWARE OPERATORS & INSTALLATION MANUAL JOTRON AIS VIEWER WINDOWS PC SOFTWARE AMENDMENT RECORD AMENDMENT NO. INCORP. BY DATE PAGE(S) VERSION CHANGE NOTE ( EM) 1 ES 06.10.2004 29 A 2 ES 04.03.2005 29 B Included

More information

ELECTRONICS TECHNOLOGY CLASS XII ELECTIVE OPERATION AND MAINTENANCE OF COMMUNICATION DEVICES (789) THEORY

ELECTRONICS TECHNOLOGY CLASS XII ELECTIVE OPERATION AND MAINTENANCE OF COMMUNICATION DEVICES (789) THEORY ELECTRONICS TECHNOLOGY ELECTIVE OPERATION AND MAINTENANCE OF COMMUNICATION DEVICES (789) THEORY 1. Introduction to Communication System 15 Information signals, Elements of communication system, Transmitters

More information

IOT TECHNOLOGY & BUSINESS. Format: Online Academy. Duration: 5 Modules

IOT TECHNOLOGY & BUSINESS. Format: Online Academy. Duration: 5 Modules IOT TECHNOLOGY & BUSINESS Format: Online Academy Duration: 5 Modules IOT TECHNOLOGY & BUSINESS PROGRAMME COURSE OVERVIEW IoT is the next big thing for both operators and associated industries. However

More information

Smart Buildings - Integrating PoE with the IoT

Smart Buildings - Integrating PoE with the IoT Smart Buildings: Integrating PoE with the lot Smart Buildings - Integrating PoE with the IoT Eric Haugaard Cree Lighting This session is eligible for 1 Contact Hour. For these hours to appear on your certificate,

More information

Receiver Description and Installation

Receiver Description and Installation Receiver Front Panel Smart Card Door Behind this door is a slot for a future smart card. No smart card is included with this receiver. Arrow Buttons Use the ARROW buttons to change channels on the nearby

More information

ADVANCED EMERGENCY ALERTING RICH CHERNOCK

ADVANCED EMERGENCY ALERTING RICH CHERNOCK ADVANCED EMERGENCY ALERTING RICH CHERNOCK MAY 16-17, 2017 What is Advanced Emergency Alerting? AEA is a facility in ATSC 3.0 to send urgent information A new way to present alerts and other critical public

More information

Hi everyone. My name is and I ve come here today to talk to you about being an engineer. So what is an engineer?

Hi everyone. My name is and I ve come here today to talk to you about being an engineer. So what is an engineer? Introduction Screen 1 (title screen Make it so you could be an engineer!) Hi everyone. My name is and I ve come here today to talk to you about being an engineer. So what is an engineer? Screen 2 (popcorn)

More information

Grade 7 English Language Arts/Literacy Narrative Writing Task 2018 Released Items

Grade 7 English Language Arts/Literacy Narrative Writing Task 2018 Released Items Partnership for Assessment of Readiness for College and Careers Grade 7 Narrative Writing Task 2018 Released Items 2018 Released Items: Grade 7 Narrative Writing Task The Narrative Writing Task focuses

More information

Author Biography: Personal Information: Cover Art:

Author Biography: Personal Information: Cover Art: Author Biography: Matthew Cody hails from the Midwest and holds a Master s Degree in Theater from the University of Alabama with a focus on Shakespeare. He is a graduate of the Clarion Writers Workshop

More information

Smart Home. The beginning of a smarter home. Ambi Kodak LaMetric Netatmo Tend

Smart Home. The beginning of a smarter home. Ambi Kodak LaMetric Netatmo Tend Smart Home The beginning of a smarter home Ambi Kodak LaMetric Netatmo Tend Personalized Comfort - Made Easy With AI The world s First AI Enabled Smart Air Conditioner Controller - But what is AI? Nowadays,

More information

Amazon s Kindle Fire. Anthony B. Fullerton. Due Oct 11, 2011 IT Professor: Dr. Steve Schorling. George Mason University

Amazon s Kindle Fire. Anthony B. Fullerton. Due Oct 11, 2011 IT Professor: Dr. Steve Schorling. George Mason University Amazon s Kindle Fire Anthony B. Fullerton Due Oct 11, 2011 IT 103-006 Professor: Dr. Steve Schorling George Mason University "By placing this statement on my webpage, I certify that I have read and understand

More information

Need to Know: God Cares When I m Not Ok!

Need to Know: God Cares When I m Not Ok! WEEK #5 Large Group Need to Know: God Cares When I m Not Ok! Bible Story: Two Miracles in One Day Mark 5:21-43; Luke 8:40-56;/ Matt 9:18-26 GAME PREPARATION Classic Ice Cream Sundae Materials Needed -

More information

INTRODUCTION GoNowTV

INTRODUCTION GoNowTV INTRODUCTION Congratulations on you purchasing the GoNowTV! You are now a member of the GoNowTV family! This unit is among the latest generation of media players on the market. This device enhances your

More information

LIFE SAVING INNOVATION THROUGH OUTSOURCING

LIFE SAVING INNOVATION THROUGH OUTSOURCING LIFE SAVING INNOVATION THROUGH OUTSOURCING How global sourcing company Patni helped RDT to develop the world s first telemedicine solution with video streaming technology, enabling non-medical attendants

More information

Obtained from Omarshauntedtrail.com

Obtained from Omarshauntedtrail.com http://www.cindybob.com/halloween/ledlighting/ledspotlights/ Introduction In our 2005 haunt providing 120V AC power to the various lights and props requiring it became a fairly large problem. Extension

More information

LandRake HYC V 4006-MIMO Series 4GHz PTP / NATO Mobile Mesh Series

LandRake HYC V 4006-MIMO Series 4GHz PTP / NATO Mobile Mesh Series LandRake HYC V 4006-MIMO Series 4GHz PTP / NATO Mobile Mesh Series HYC (V)406X-27 4.430 ~ 4.930 GHz 2x2 MIMO HT-OFDM PTP/Mobile Mesh Radio with GPS receiver With High Throughput 2x2 MIMO HT-OFDM Protocol

More information

User Manual. Ⅰ. Product Pictures A: Camera for Drone

User Manual. Ⅰ. Product Pictures A: Camera for Drone User Manual 2.4G WiFi video transmitter module Ⅰ. Product Pictures A: Camera for Drone B: Camera Module for Drone 1: 300,000 pixels camera module 1 22X33 Camera Module Model: :HT-2233611 / HT2233621 2

More information

CUBE 2001 WORLD S SMALLEST HIGH POWER TV TRANSMITTER KIT

CUBE 2001 WORLD S SMALLEST HIGH POWER TV TRANSMITTER KIT CUBE 2001 WORLD S SMALLEST HIGH POWER TV TRANSMITTER KIT Ramsey Electronics Model No. C2001 Transmits perfect video - and you can hide it under a quarter! Fully assembled, just add a camera and battery

More information

SportReplay Multichannel Video Recording and Instant Replay system

SportReplay Multichannel Video Recording and Instant Replay system SportReplay Multichannel Video Recording and Instant Replay system User s guide Revision from November 28, 2006 ReplayMachineSoftware 4.0.0 SoftLab-NSK, Ltd. Notice The information in this document is

More information

If you have any problems please contact our office at Thank You! And Enjoy! Like us on Facebook /AllenLeighSC

If you have any problems please contact our office at Thank You! And Enjoy! Like us on Facebook /AllenLeighSC If you have any problems please contact our office at 204-728-8878 1-866-289-8164 Thank You! And Enjoy! Like us on Facebook /AllenLeighSC Follow us on Twitter @AllenLeighSC Also check out additional accessories

More information

High-Tech Treasure Hunt

High-Tech Treasure Hunt High-Tech Treasure Hunt A Reading A Z Level W Leveled Book Word Count: 1,571 LEVELED BOOK W High-Tech Treasure Hunt Written by Katherine Follett Illustrated by Julie Kim Visit www.readinga-z.com for thousands

More information

Introduction to the Internet of Things

Introduction to the Internet of Things Introduction to the Internet of Things Marco Zennaro, PhD Telecommunications/ICT4D Lab The Abdus Salam International Centre for Theoretical Physics Trieste, Italy Introduction to IoT Vision History of

More information

MyFlyDream TeleFlyPro V1.04

MyFlyDream TeleFlyPro V1.04 MyFlyDream TeleFlyPro V1.04 www.myflydream.com Notes Thank you for purchasing the MyFlyDream TeleFlyPro (hereinafter referred to as TFPro). Please follow this manual to get familiar with the TFPro and

More information

TBS UNIFY PRO 5G8 (HV) Video Tx High quality, license-free, ultra-tiny, race ready vtx

TBS UNIFY PRO 5G8 (HV) Video Tx High quality, license-free, ultra-tiny, race ready vtx TBS UNIFY PRO 5G8 (HV) Video Tx High quality, license-free, ultra-tiny, race ready vtx Revision 2016-10-10 The TBS UNIFY is a new line of video transmitters, optimized for compatibility across multiple

More information

access / companion / crave / document / escalate / hazy / mischief / oasis / suspend / visual

access / companion / crave / document / escalate / hazy / mischief / oasis / suspend / visual Kat and Mouse 2A Introduction Are you addicted to video games, or the Internet? Everyone likes to play games or go online, but when things get out of hand, sometimes you need someone to step in and help

More information

Space Weather Station Project. John Ackermann N8UR

Space Weather Station Project. John Ackermann N8UR Space Weather Station Project John Ackermann N8UR jra@febo.com http://www.febo.com http://blog.febo.com 2018 John Ackermann February 2018 SDR Hardware Capabilities $20 RTL-SDR not the best choice for HF

More information

TBS UNIFY PRO 5G8 (HV) Video Tx High quality, license free, ultra tiny, race ready

TBS UNIFY PRO 5G8 (HV) Video Tx High quality, license free, ultra tiny, race ready TBS UNIFY PRO 5G8 (HV) Video Tx High quality, license free, ultra tiny, race ready Revision 2016-03-01 The TBS Unify is a new line of video transmitters, optimized for compatibility across multiple platforms

More information

Charly Did It. LEVELED BOOK R Charly Did It. A Reading A Z Level R Leveled Book Word Count: 1,334.

Charly Did It. LEVELED BOOK R Charly Did It. A Reading A Z Level R Leveled Book Word Count: 1,334. Charly Did It A Reading A Z Level R Leveled Book Word Count: 1,334 LEVELED BOOK R Charly Did It Series Charly Part One of a Five-Part Story Written by J.F. Blane Illustrated by Joel Snyder Visit www.readinga-z.com

More information

Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level

Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level *5198201526* COMPUTER SCIENCE 9608/11 Paper 1 Theory Fundamentals May/June 2015 1 hour 30 minutes Candidates

More information

What Is The Internet of Things?

What Is The Internet of Things? What Is The Internet of Things? And How Can It Help Your Operations? Technology Monday, February 27, 2017 3:00 PM - 3:45 PM Robert Burgh Nexcor Technologies, Inc. Paul Hilton Zebra Technologies, Inc. 1

More information

Certus TM Silicon Debug: Don t Prototype Without It by Doug Amos, Mentor Graphics

Certus TM Silicon Debug: Don t Prototype Without It by Doug Amos, Mentor Graphics Certus TM Silicon Debug: Don t Prototype Without It by Doug Amos, Mentor Graphics FPGA PROTOTYPE RUNNING NOW WHAT? Well done team; we ve managed to get 100 s of millions of gates of FPGA-hostile RTL running

More information

Samsung Tv Network Setup Manual Series 6000 Led

Samsung Tv Network Setup Manual Series 6000 Led Samsung Tv Network Setup Manual Series 6000 Led Faqs. What Is The Edge Enhancement Setting? 2012 Smart TV - Smart Interaction: Face Recognition for SmartHub Firmware Update User Manual. All OS. SMART TV

More information

PaPiRus Assembly Tips And Gotchas

PaPiRus Assembly Tips And Gotchas PaPiRus Assembly Tips And Gotchas In this tutorial we are going to look at some tips and gotchas about the PaPiRus HAT and the PaPiRus Zero epaper diplays. This is what's covered in this tutorial: Connect

More information

Development of an SSTV camera (Use of a commercial product)

Development of an SSTV camera (Use of a commercial product) 10th Annual CubeSat Developers Workshop 2013 Cal Poly, San Luis Obispo California USA Development of an SSTV camera (Use of a commercial product) DROMAS C.*, SWINGEDOUW F., DELAPORTE J., CAPITAINE T. *:

More information