Raspberry PI 2 Installation & Demo App By Wayne Keadle.

Slides:



Advertisements
Similar presentations
10 uses for a Raspberry Pi in 10 minutes. Who is this guy? Rob on Twitter Web Developer Lead developer at Quidsin.com Open Source Proponent.
Advertisements

Computer Basics I Course Outline 1: What is a computer? 2: What is an operating system? Using a Desktop Computer 3: What are the basic parts of a desktop.
BEYOND SMARTPHONES WITH RASPBERRY PI BY - ASHISH KSHIRSAGAR.
Introduction to the Raspberry Pi ® Saman Amighi 10/2013 ® Raspberry Pi Foundation.
Topics 1.Taking the Lock into use – physical serialization 2.Detailed setup options 3.Using mobile broadband 4.Taking the Key into use.
Dr. Hoganson CSIS HC11 Demo Program This is our first lab using the 68HC11 microcontroller. We will “talk” to the microcontroller from a PC, run.
Embedded Programming and Robotics Lesson 12 Introducing the Raspberry Pi Intro to Raspberry Pi1.
Raspberry Pi2 Specification – CPU Broadcom BCM2836 Cortex A7 4 Cores 900Mhz (ARM11  Cortex A7) – Memory 1GB LPDDR2 – 4 port USB 2.0 – 10/100 Mbps – 40.
An illustrated introduction to building a computer using a Raspberry Pi 2. A Raspberry Pi, that is! Images from Microsoft clipart.
Configuring a PC. Installing the Mother board To Install the Mother board, fit it into the computer casing. You will then need to Insert 24 pin ATX power.
RaspberryPi Ira Goldstein Siena College. What is a Raspberry Pi? University of Cambridge’s Computer Laboratory – Decline in skill level – Designed for.
Dean Brock, Rebecca Bruce and Susan Reiser, CCSC SE 2009 Using Arduino Material taken from Todbot blog Bionic Arduino Todbot blog Bionic ArduinoTodbot.
Lesson 3 How to Construct Your Own Personal Computer.
Guide Demo Program installation SOP ePAD SW PM. Before you start Check “Guide” version is latest ( or ) * follow next page Latest version.
Motherboard (Main board)
Raspberry Pi.
BBBK Programming Notes Rudra Dutta CSC , Fall, 2013.
Chapter 3 System Configuration The Complete A+ Guide to PC Repair 5/e Update.
Getting To Know Computers COMPUTER BASICS. WHAT IS A COMPUTER? A computer is an electronic device that manipulates information, or “data.” It has the.
Computer Hardware – System Unit
Introduction :  In the beginning, the calculator is the basic idea of computers out, then that arrived at the large computers.  in1980 or late seventies.
IoT: Windows 10 & Raspberry Pi By: Mitchel Sellers.
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.
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
LED lighting. LED  Inverse of PV  Benefits from the same cost curve
Rasberry pi 2 model B. Selve computeren i rasberry pi’en.
Raspberry Pi Project Control Your Home Lights with a Raspberry Pi.
Introducing the Raspberry Pi Nauru ICT Department April 2016.
Raspberry Pisentation. Power Micro SD card slot Ethernet Jack Video 4 Pole Screw Hole 4 Screw Hole 3 Screw Hole 2 Screw Hole 1 Camera Ribbon Input.
Farhin Al Masud What is Raspberry PI? o Low cost, credit card sized computer o SOC (System on a chip) o Founded by Raspberry PI foundation.
Arduino “Getting Started” Instructor : Dr Matthew Miss Khin Yi Kyaw
An introduction to the Raspberry Pi. What is a Raspberry Pi?  University of Cambridge’s Computer Laboratory  Decline in skill level  Designed for education.
Get Started with Raspberry Pi- Single Board Computer.
Engineering Innovation Center
Building Raspberry Pi Controllers with Python
Introduction to Raspberry Pi & Kano
Workshop on Raspberry Pi 3
Computer System Laboratory
Ira Goldstein Siena College
Chapter Objectives In this chapter, you will learn:
Implementation of Embedded OS
IoT 101 with Raspberry Pi and Azure
Computer System Laboratory
By: Brian Johnson, AB6UI 20 Sept 2017
D-STAR InfoCon 2015 at Big Spring TX Part 3 – Doing More With D-STAR
Chapter A - The Raspberry Pi Computer
Computer Hardware – System Unit
The Raspberry Pi Initiative
Hardware.
Remote Sensor Interface for IoT
A microcontroller Raspberry Pi 2 Model B V1.1 RPi
Lecture 6 Uli Raich UCC semester 2017/2018
Alþingi's Digital Signage System
Presentation created by Jared D.
Computer Hardware Flash Card Review
Lighting LEDs with a RASPBERRY PI
INTRODUCTION TO THE RASPBERRY PI Darrell Davis KT4WX
Raspberry Pi Pi 2 Model B.
PRESENTED BY Bitware Technologies
An introduction to the Raspberry Pi
Motherboard and its component What is Motherboard? Location Function.
Internet-of-Things (IoT)
Introduction to EV3Dev: Setup with Python
Beginning Raspberry Pi
Introduction to Single Board Computer
Lab #1: Getting Started.
Emphasis: Get it working and do stuff!
Raspberry Pi Hardware By: Mike Kwiatkowski.
Edge TPU Coral Dev Board: A tutorial
Presentation transcript:

Raspberry PI 2 Installation & Demo App By Wayne Keadle

My PI 2

Raspberry PI 2 Hardware Specs QUAD Core Broadcom BCM2836 CPU with 1 GB RAM 40 pin extended GPIO Micro SD slot Multiple Ports: 4 USB ports, Full Size HDMI, 4 pole stereo output and composite video port, CSI camera port & DSI display port Micro USB power source

Download the Image: Windows 10 IoT Core US/Downloads.htm

Install MSI Package Windows IoT Core Image Helper Windows IoT Core Watcher

Setup Image on SD Card Launch Windows IoT Core Image Helper Image - flash.ffu Select the “Flash” button NOTE: Be sure the SD card is not locked!

Boot the Raspberry PI Insert SD card into Raspberry PI Connect peripherals Plug in Micro USB power cord and the PI will boot. NOTE: First time boot may take up to 10 minutes.

Blinky Sample Requirements Only run on Windows IoT, not your desktop An LED – any color a 220 Ω resistor for the Raspberry Pi 2, Raspberry Pi 3 a breadboard and a couple of connector wires

Wire the Circuit Connect the shorter leg of the LED to GPIO 5 (pin 29 on the expansion header) on the RPi2 or RPi3. Connect the longer leg of the LED to the resistor. Connect the other end of the resistor to one of the 3.3V pins on the RPi2 or RPi3. Note that the polarity of the LED is important. (This configuration is commonly known as Active Low)

Mapping of the PINOUT

Example of Breadboard

Deploy Your App to the PI Inside Visual Studio 2015 – select the drop down for “Local Machine” and choose “Remote Machine” Enter IP Address or device name either one will work Choose Universal (Unencrypted Protocol) for Authentication Mode Choose the “Select” button Press “F5” and your app will start on the Raspberry PI and the LED will blink in sync with the app.

Express Joy!! Sing a song Dance a dance Take a drink of your favorite beverage Give a person a hug

Resources Buy PI: Blog - Installation: raspberry-pi-part-1/ raspberry-pi-part-1/ Windows 10 IoT Core Image: US/Downloads.htmhttp://ms-iot.github.io/content/en- US/Downloads.htm