Raspberry Pi Introduction

Size: px
Start display at page:

Download "Raspberry Pi Introduction"

Transcription

1 ECE 1160/2160 Embedded Systems Design Raspberry Pi Introduction Wei Gao ECE 1160/2160 Embedded Systems Design 1

2 Raspberry Pi Classic embedded computer Single board computer Size of a credit card ECE 1160/2160 Embedded Systems Design 2

3 Raspberry Pi Microprocessor Broadcom GHz 64-bit quad-core ARM Cortex-A53 Same as Dual-core VideoCore 4 multimedia co-processor Small GPU 1 GB DDR2 Memory LG V10 Sony Xperia X Connectivity b/g/n WiFi + Bluetooth 4.1 ECE 1160/2160 Embedded Systems Design 3

4 Raspberry Pi Well-equipped I/O interfaces ECE 1160/2160 Embedded Systems Design 4

5 Raspberry Pi AC-powered Either USB charger or power adapter No power constraint??? Not really via micro USB ECE 1160/2160 Embedded Systems Design 5

6 Raspberry Pi HDMI port HDMI port enables you to send audio/video data from Raspberry Pi to your monitor so that you can see what is happening inside your little computer. ECE 1160/2160 Embedded Systems Design 6

7 Raspberry Pi USB 2.0 Port X 4 4 USB ports could be used as connector for your keyboard and mouse when you are operating in Raspberry Pi. ECE 1160/2160 Embedded Systems Design 7

8 Raspberry Pi Ethernet Cable Port Use Ethernet cable to connect Raspberry Pi to the Internet. Or you can use the built-in WiFi for connection. ECE 1160/2160 Embedded Systems Design 8

9 Raspberry Pi General Purpose Input/Output (GPIO): It is a generic pin on Raspberry Pi board and controlled by user at run time for input or output purpose. Raspberry Pi has 40 pins on board. ECE 1160/2160 Embedded Systems Design 9

10 Operating System Operating system It is a program Manage computer software and hardware resources Provide service to users ECE 1160/2160 Embedded Systems Design 10

11 Operating System -- Linux Linux One type of Operating system Using command line to provide service to user Linux Kernel Terminal ECE 1160/2160 Embedded Systems Design 11

12 Operating System -- Linux Terminal text/command line input/output environment Shell Interpreting command line Linux Kernel Access to hardware resource on behalf of request from user application Hardware Process data and managed by Linux kernel ECE 1160/2160 Embedded Systems Design 12

13 Operating System -- Linux Compile Instruction: 1. gcc world.c -o world 2../world ECE 1160/2160 Embedded Systems Design 13

14 Operating System -- Raspbian Raspbian A free operating system based on Linux kernel Optimized for the Raspberry Pi hardware 35,000 packages communication package sound package graphics package Complete list: Pre-installed software Mathematica Scratch other programming software. ECE 1160/2160 Embedded Systems Design 14

15 Operating System -- Raspbian Graphics packages provide functions of handling images aaphoto: auto adjust photo, automatic color correction of photos barcode: utility and library for barcode generation colord: system service to manage device colour profiles *install package by command: apt-get install <package name> ECE 1160/2160 Embedded Systems Design 15

16 Operating System -- Raspbian Communication packages Provide communication services ckernit: serial and network communication package gammu-smsd: SMS message deamon twinkle-common: Voice over Internet Protocol common files. *install package by command: apt-get install <package name> ECE 1160/2160 Embedded Systems Design 16

17 Operating System -- Raspbian Sound packages provide sound player and tools ableton-link-dev: synchronizes musical applications on multiple devices banshee: media Management and Playback application cecilia: sound synthesis and audio signal processing environment *install package by command: apt-get install <package name> ECE 1160/2160 Embedded Systems Design 17

18 Operating System -- Raspbian Scratch Scratch is a programming language with blocks, not code, for interactive stories, games and animations ECE 1160/2160 Embedded Systems Design 18

19 Operating System -- Raspbian Mathematica mathematical symbolic computation program or computer algebra program Expand mathematical expression Output 200 digits of Pi ECE 1160/2160 Embedded Systems Design 19

20 Operating System -- Raspbian Programming software Python 2 ECE 1160/2160 Embedded Systems Design 20

21 Operating System -- Raspbian Programming software BlueJ: Java ECE 1160/2160 Embedded Systems Design 21

22 Operating System Other choices Risc OS Unix-like OS Incompatible with Linux software OpenELEC/RaspBMC Entertainment system Design for media play center Arch Linux/Ubuntu Mate Linux experience required Not for beginner Window 10 IoT Desktop and desktop is not included ECE 1160/2160 Embedded Systems Design 22

23 Raspbian - Installation Two distributions NOOBS Raspbian NOOBS is an easy operating system installer which includes Raspbian. It also provides a selection of alternative operating systems. Raspbian Operating system for Raspberry Pi. Differing from NOOBS, it only has one operating system ECE 1160/2160 Embedded Systems Design 23

24 Raspbian Installation Tools Installation through SD card SD Card Formatter Format SD card to the required type as FAT32 Etcher Write Raspbian.img file to formatted SD card ECE 1160/2160 Embedded Systems Design 24

25 NOOBS NOOBS is an easy operating system installer which includes Raspbian. It also provides a selection of alternative operating systems. SD Card Formatter Format SD card to the required type as FAT32 before copying NOOBS files to it. ECE 1160/2160 Embedded Systems Design 25

26 Raspbian Raspbian Operating system for Raspberry Pi. Differing from NOOBS, it only has one operating system SD Card Formatter Format SD card to the required type as FAT32. Etcher Writing Raspbian.img file to the formatted SD card. ECE 1160/2160 Embedded Systems Design 26

27 Operating System -- Installation The operating system is about to boot up! Please wait for a while ECE 1160/2160 Embedded Systems Design 27

28 Operating System -- Installation Runtime Screenshot: system installation and progress is at left bottom corner ECE 1160/2160 Embedded Systems Design 28

29 Operating System -- Installation Runtime Screenshot: Raspbian has been successfully installed and boot up. ECE 1160/2160 Embedded Systems Design 29

30 Raspberry Pi Desktop ECE 1160/2160 Embedded Systems Design 30

31 Raspberry Pi Desktop Raspberry Pi has built-in WIFI on the up-right corner and click the signal sign, find your WIFI and enter your password, then you get connected to the Internet! ECE 1160/2160 Embedded Systems Design 31

32 Raspberry Pi Desktop Basic Menu ECE 1160/2160 Embedded Systems Design 32

33 Raspbian -- Installation Another convenient way to install Raspbian is to plug in the micro-sd card directly into Raspberry Pi board The SD card we will use is already pre-installed NOOBS for the Raspberry Pi and Raspberry Pi recovery system is also included. ECE 1160/2160 Embedded Systems Design 33

34 Lab 1 Lab 1 is due 9/25 and 9/27 Everyone checks out one Raspberry Pi from the TA 4% in final grade Lab is open this Wednesday You will work on it on your own No collaboration is allowed! Need to let the TA check you off Warm-up with Raspberry Pi Basic Linux operations over the Pi Getting familiar and utilizing the pre-installed packages Graphics, sounds, etc ECE 1160/2160 Embedded Systems Design 34

Raspberry Pi 3 Model B

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

More information

Raspberry Pi Workshop

Raspberry Pi Workshop Raspberry Pi Workshop Resources and Materials: http://bit.ly/h8dunp Presenters Nick Yee Aexander Nunes Adriana Ieraci Agenda 10:00 Registration 10:20 Introductions and Overview 10:50 Install OS and Boot

More information

Getting Started Guide XC9010 Raspberry Pi Starter Kit

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

More information

The Digital Revolution

The Digital Revolution Raspberry Pi A Learning Experience (For me!) Charlie Rothrock K3SR The Digital Revolution Geewhiz Statistics -Digital is changing the world -Tech companies are ~10+% of US employment and the fastest wage

More information

IOT HARDWARE SUBSTRUCTURE

IOT HARDWARE SUBSTRUCTURE Chapter 2 IOT HARDWARE SUBSTRUCTURE A IOT of hardware components are used in IOT ecosystem circuit developmen boards form the basic structrue.arduino, Rasspberyy Pi,Beagle Bone, Cubie Borad, Texas Insuments

More information

Overview of the Raspberry Pi Models 3B & 2B

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

More information

Kevin Meehan Stephen Moskal Computer Architecture Winter 2012 Dr. Shaaban

Kevin Meehan Stephen Moskal Computer Architecture Winter 2012 Dr. Shaaban Kevin Meehan Stephen Moskal Computer Architecture Winter 2012 Dr. Shaaban Contents Raspberry Pi Foundation Raspberry Pi overview & specs ARM11 overview ARM11 cache, pipeline, branch prediction ARM11 vs.

More information

RaRa Academy: Raspberry Pi. Karl Heinz Kremer - K5KHK

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

More information

Raspberry Pi. Quick-Start Guide. Rev 1.0, Mar 2017

Raspberry Pi. Quick-Start Guide. Rev 1.0, Mar 2017 Raspberry Pi Quick-Start Guide Rev 1.0, Mar 2017 Table of Contents 1. Raspberry Pi Start Kits... 2 A. Generation Introduction:... 2 B. Package including:... 2 2. Assembly... 3 A.16GB Micro SDPre-Loaded

More information

IoE Workshop. Marc Khayat, CCIE #41288, Leonard Janer Technical Managers. June 16

IoE Workshop. Marc Khayat, CCIE #41288, Leonard Janer Technical Managers. June 16 IoE Workshop Marc Khayat, CCIE #41288, makhayat@cisco.com Leonard Janer ljaner@inlea.com Technical Managers June 16 2015 Cisco and/or its affiliates. All rights reserved. Cisco Public 2 2016 Cisco and/or

More information

F28HS Hardware-Software Interface: Systems Programming

F28HS Hardware-Software Interface: Systems Programming F28HS Hardware-Software Interface: Systems Programming Hans-Wolfgang Loidl School of Mathematical and Computer Sciences, Heriot-Watt University, Edinburgh Semester 2 2017/18 0 No proprietary software has

More information

pcduino V3B XC4350 User Manual

pcduino V3B XC4350 User Manual pcduino V3B XC4350 User Manual 1 User Manual Contents Board Overview...2 System Features...3 Single-Board Computer Configuration......3 Pin Assignments...4 Single-Board Computer Setup...6 Required Hardware...6

More information

Cooking with Team 279

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

More information

CS 326: Operating Systems. Lecture 1

CS 326: Operating Systems. Lecture 1 CS 326: Operating Systems Lecture 1 Welcome to CS 326! Glad to have you all in class! Lecture Information: Time: T, Th 9:55 11:40am Lab: M 4:45 6:20pm Room: LS G12 Course website: http://www.cs.usfca.edu/~mmalensek/cs326

More information

w w w. b a s e t r a i n i n g i n s t i t u t e. c o

w w w. b a s e t r a i n i n g i n s t i t u t e. c o Disclaimer: Some of the images and most of the data in this presentation are collected from various sources in the internet. If you notice any copyright issues or mistakes, please let me know by mailing

More information

TOUCH PANEL PC 10.1 USER GUIDE

TOUCH PANEL PC 10.1 USER GUIDE TOUCH PANEL PC 10.1 USER GUIDE Panel 10.1 User Guide: 1 Contents 1 TOUCHBERRY PI 10.1... 4 1.1 Controller Specifications:... 4 1.2 Touchberry Pi I/Os Pinout... 6 2 HUMMTOUCH... 7 2.1 Controller Specifications:...

More information

Experimental Procedure. Frequently Asked Questions (FAQ) Kit General Questions. Setting Up and Using Your Raspberry Pi Projects Kit

Experimental Procedure. Frequently Asked Questions (FAQ) Kit General Questions. Setting Up and Using Your Raspberry Pi Projects Kit 1 of 11 9/13/2018, 2:31 PM https://www.sciencebuddies.org/science-fair-projects/project-ideas/compsci_p059/computer-science/design-your-own-video-game (http://www.sciencebuddies.org/science-fairprojects/project-ideas/compsci_p059/computer-science/design-your-own-video-game)

More information

LinkSprite Technologies,.Inc. pcduino V2

LinkSprite Technologies,.Inc. pcduino V2 1 2 Contents Board Overview...3 System Features...4 Single-Board Computer Configuration...5 Pin Assignments...7 Single-Board Computer Setup...9 Required Hardware...9 Optional Hardware...9 Adjusting Screen

More information

Introduction. Get Started

Introduction. Get Started Quick Start Guide Introduction BroadSign Xpress Pro is a cost-effective digital signage smart player based on an Intel SoC and the Windows Embedded Industry Pro 8.1 OS. Designed for digital signage by

More information

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Created by Simon Monk Last updated on 2013-07-08 12:15:38 PM EDT Guide Contents Guide Contents Overview You Will Need Downloading

More information

QwikBox. Live Video Capture and Upload Device Group 25

QwikBox. Live Video Capture and Upload Device Group 25 QwikBox Live Video Capture and Upload Device Group 25 Jonathan Kerbelis Eric Downey Harold Frech Computer Engineering Computer Engineering Electrical Engineering Roles and System Diagram Jonathan Kerbelis

More information

RX300 Settings Manual General

RX300 Settings Manual General RX300 Settings Manual General The RX300 is provisioned by the administrator. The settings can be modified remotely from vspace Console or the RX300 device itself. In the General tab, the administrator

More information

Microcomputing for Art

Microcomputing for Art Microcomputing for Art Andrey Kuznetsov Freiburg i.br. 2017 Content Introduction Hardware Microcontrollers Arduino Uno R3 Atmega 328P Attiny 85 Arduino Nano V3 Pro Mini Atmega 168/328 Arduino LilyPad 328

More information

A Raspberry Pi Based System for ECG Monitoring and Visualization

A Raspberry Pi Based System for ECG Monitoring and Visualization A Raspberry Pi Based System for ECG Monitoring and Visualization S. Pisa, E. Pittella, E. Piuzzi, L. Cecchini, M. Tomassi Dept. of Information Engineering, Electronics and Telecommunications Sapienza University

More information

Raspberry Pi User Guide, 2nd Edition

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

More information

Raspberry Pi NTP Clock Setup Guide

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

More information

Lesson 7 Programming Embedded Galileo, Raspberry Pi, BeagleBone and mbed Platforms

Lesson 7 Programming Embedded Galileo, Raspberry Pi, BeagleBone and mbed Platforms Lesson 7 Programming Embedded Galileo, Raspberry Pi, BeagleBone and mbed Platforms 1 Development Of Programs For Prototype Development Platforms Done using an IDE The cycles of edit-test-debug used When

More information

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

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

More information

e-issn: p-issn:

e-issn: p-issn: Available online at www.ijiere.com International Journal of Innovative and Emerging Research in Engineering e-issn: 2394-3343 p-issn: 2394-5494 Raspberry Pi Technology: A Review Harshada Chaudhari Student

More information

Thanks for purchasing one of the most cutting edge mini computing devices available today,

Thanks for purchasing one of the most cutting edge mini computing devices available today, Welcome! Thanks for purchasing one of the most cutting edge mini computing devices available today, the MK802IV LE. The MK802IV LE is a powerful quad core Linux mini computer which runs a version of Ubuntu

More information

Matrix. Get Started Guide V2.0

Matrix. Get Started Guide V2.0 Matrix Get Started Guide V2.0 Overview Matrix is a single board mini computer based on ARM with a wide range of interface, equipped with a powerful i.mx6 Freescale processor, it can run Android, Linux,

More information

Term Project WORKING WITH THE RASPBERRY PI

Term Project WORKING WITH THE RASPBERRY PI Term Project WORKING WITH THE RASPBERRY PI The term project component of the course requires you to leverage the Pi. The project involves multiple deliverables to ensure that you are making sustained progress

More information

291-MB333-04P7F EN1070K

291-MB333-04P7F EN1070K 291-MB333-04P7F EN1070K User s Manual ZOTAC ZBOX No part of this manual, including the products and software described in it, may be reproduced, transmitted, transcribed, stored in a retrieval system,

More information

Introduction to Raspberry Pi 3 Model B Updates: 9/18/17 6/2/2018

Introduction to Raspberry Pi 3 Model B Updates: 9/18/17 6/2/2018 Introduction to Raspberry Pi 3 Model B Updates: 9/18/17 6/2/2018 A. Objectives 1. Learn about basics of Pi 3 embedded system 2. Learn how to operate your Pi 3 using different interfaces 3. Learn how to

More information

Raspberry Pi & GPIO Zero

Raspberry Pi & GPIO Zero Raspberry Pi & GPIO Zero Topics What is the Raspberry Pi? What are GPIOs? Physical computing starter kits What is GPIO Zero? GPIO Zero documentation and tutorials GPIO Zero examples Martin Wimpress 1972

More information

ZOTAC ZBOX. User s Manual

ZOTAC ZBOX. User s Manual User s Manual ZOTAC ZBOX No part of this manual, including the products and software described in it, may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language

More information

Ten (or so) Small Computers

Ten (or so) Small Computers Ten (or so) Small Computers by Jon "maddog" Hall Executive Director Linux International and President, Project Cauã 1 of 50 Who Am I? Half Electrical Engineer, Half Business, Half Computer Software In

More information

IoT Based Voice and SMS Update Notification System Using Raspberry PI

IoT Based Voice and SMS Update Notification System Using Raspberry PI IoT Based Voice and SMS Update Notification System Using Raspberry PI Suresh Ballala K. Varalakshmi K.Raghavendra Abstract: This paper explains a Raspberry Pi controlled SMS- Update-Notification (SUN)

More information

MINI MODEL NO: PTBMPCWX32

MINI MODEL NO: PTBMPCWX32 MINI MODEL NO: PTBMPCWX32 QUICK START GUIDE Contents Contents. 1 General notices for use 2 Disclaimer. 2 Box Contents. 3 1.1. Product display 4 1.2. Instructions for use. 4 1.3. Desktop. 5 1.4. Wi-Fi settings...5

More information

Orange Pi 2 User Manual. <Version: V0.9 >

Orange Pi 2 User Manual. <Version: V0.9 > Orange Pi 2 User Manual What s Orange Pi 2? It s an open-source single-board computer. It can run Android 4.4, Ubuntu, Debian, Rasberry Pi Image, as well as the Banana Pi Image. It uses

More information

ATV520 User Manual V1.1

ATV520 User Manual V1.1 ATV520 User Manual V1.1 ATV520 Enjoy TV Box User Manual V1.0 Introduction The ATV520, also called Dual core Android TV box, is a box connected to your TV HDMI input that turn your TV to a multifunction

More information

Lab2 - Bootloader. Conventions. Department of Computer Science and Information Engineering National Taiwan University

Lab2 - Bootloader. Conventions. Department of Computer Science and Information Engineering National Taiwan University Lab2 - Bootloader 1 / 20 Cross-compile U-Boot. Connect to Raspberry Pi via an USB-TTL cable. Boot Raspberry Pi via U-Boot. 2 / 20 Host Machine OS: Windows Target Machine Raspberry Pi (2 or 3) Build Machine

More information

ZOTAC ZBOX User s Manual

ZOTAC ZBOX User s Manual User s Manual No part of this manual, including the products and software described in it, may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language in

More information

10.1" Quad Core 3G. 1.2 GHz " 1280x800 IPS 3G. Specification: Optional: GPS OTA TABLET L10C1

10.1 Quad Core 3G. 1.2 GHz  1280x800 IPS 3G. Specification: Optional: GPS OTA TABLET L10C1 10.1" Quad Core 3G TABLET L10C1 Specification: CPU: MT8389WK Quad core A7 1.2 GHz LCD Screen: 10.1 IPS 1280 x 800 Memory/Storage: 1GB DDR3/8G EMMC Camera: Dual camera (0.3M+2M) Connectivity: Wi-Fi 802.

More information

Quick Start Guide. SupraPad i1000qw. 10.1" Windows Tablet

Quick Start Guide. SupraPad i1000qw. 10.1 Windows Tablet SupraPad i1000qw Quick Start Guide NOTE: For Spanish users, please go to Control Panel", then go to Clock, Language, and Region", then go to Language to change from English to Spanish Language OSD. 10.1"

More information

参考資料. LinkSprite.com. pcduino V2

参考資料. LinkSprite.com. pcduino V2 pcduino V2 1 Contents Board Overview...3 System Features...4 Single-Board Computer Configuration......5 Pin Assignments...7 Single-Board Computer Setup......9 Required Hardware......9 Optional Hardware......9

More information

Orange PI PC v1.2 : hardware, software & services specification

Orange PI PC v1.2 : hardware, software & services specification Orange PI PC v1.2 : hardware, software & services specification This document is intended to draw the specs regarding the services proposed by ctrl+f Agency in order to present prototyping materials for

More information

Atlas iot. Installation guide V 1.0

Atlas iot. Installation guide V 1.0 Atlas iot Installation guide V 1.0 Necessary items Before we begin have the following items readily available: SanDisk ultra micro SDHC, 16 gb card USB micro SD card reader Raspberry Pi 7 touchscreen Raspberry

More information

ZOTAC ZBOX. User s Manual

ZOTAC ZBOX. User s Manual User s Manual ZOTAC ZBOX No part of this manual, including the products and software described in it, may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language

More information

Bluetooth Keyboard Setup Instructions

Bluetooth Keyboard Setup Instructions Bluetooth Keyboard Setup Instructions Setup Using GUI (NOOBS/Raspbian) 1. Insert your micro SD card into the micro SD card slot on the Raspberry Pi. 2. Connect an HDMI cable from your Raspberry Pi to your

More information

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

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

More information

IoT Project Proposals

IoT Project Proposals IoT Project Proposals 1 Submit before 31 st March Best 5 proposals will be given Intel Galileo Gen 2 microcontroller boards each 2 Advisory Board will evaluate and select the best project proposals Dr.

More information

BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ANDROID APPLICATION

BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ANDROID APPLICATION International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 10, Issue 2, March-April 2019, pp. 449-456. Article ID: IJARET_10_02_043 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=10&itype=02

More information

Tablet MODECOM FreeTAB1004 IPS X4

Tablet MODECOM FreeTAB1004 IPS X4 MODECOM FreeTAB 1004 IPS X4 new member of Quad-Core family MODECOM FreeTAB 1004 IPS X4 is a tablet PC of outstanding technical parameters, efficiency and design and excellent price. This high-end device

More information

Lamobo R1(BPI-R1) User Manual

Lamobo R1(BPI-R1) User Manual Lamobo R1(BPI-R1) User Manual For more details, please visit LAMOBO.org or LAMOBO.com Version 1.1 1 Table of Contents Product Introduction... 2 Product appearance... 3 Specification... 4 Hardware... 5

More information

Matrix. Get Started Guide

Matrix. Get Started Guide Matrix Get Started Guide Overview Matrix is a single board mini computer based on ARM with a wide range of interface, equipped with a powerful i.mx6 Freescale processor, it can run Android, Linux and other

More information

1. Create a user account(pc) Connecting Set-top box Log in Set-top box Getting started Cloud Console Registered Set-top-Box 6

1. Create a user account(pc) Connecting Set-top box Log in Set-top box Getting started Cloud Console Registered Set-top-Box 6 1 CLOUDCAST Contents 1. Create a user account(pc) 2 2. Connecting Set-top box 3 3. Log in Set-top box 4 4. Getting started Cloud Console 5 5. Registered Set-top-Box 6 6. Using the Virtual Device 7 7. Setting

More information

Rapoo E6700 Setup Instructions

Rapoo E6700 Setup Instructions Rapoo E6700 Setup Instructions Setup Using GUI (NOOBS/Raspbian) 1. Insert SD card into Raspberry Pi. 2. Connect HDMI cable from Raspberry Pi to monitor. 3. Connect a standard USB keyboard and mouse into

More information

A Beginners Guide to Raspberry Pi

A Beginners Guide to Raspberry Pi A Beginners Guide to Raspberry Pi WHAT IS THE RASPBERRY PI? Features It is a low-cost, credit-card sized computer developed in the UK by the Raspberry Pi Foundation. It has been designed with education

More information

Pianoteq 6 Raspberry Pi 3 Station. By Edgar Bustamante

Pianoteq 6 Raspberry Pi 3 Station. By Edgar Bustamante Pianoteq 6 Raspberry Pi 3 Station By Edgar Bustamante 1 Contents 1 Introduction...4 2 Parts...5 2.1 Raspberry Pi 3...5 2.2 Fan/Heat Sinks...5 2.3 Digital to Analog Converter (DAC)...5 2.4 Micro SD Card

More information

SETUP INSTRUCTIONS. Eynio Server Setup Instruction

SETUP INSTRUCTIONS. Eynio Server Setup Instruction SETUP INSTRUCTIONS 1 Download & Installation On our official website eynio.com under the download section, select the platform that runs on your preferred device and download Eynio server software. If

More information

IOT-GATE-RPI. Reference Guide

IOT-GATE-RPI. Reference Guide IOT-GATE-RPI Reference Guide 2018 CompuLab No warranty of accuracy is given concerning the contents of the information contained in this publication. To the extent permitted by law, no liability (including

More information

Installation guide. Step1. Install the OS for Raspberry Pi 3. Go to to download Raspbian to the PC.

Installation guide. Step1. Install the OS for Raspberry Pi 3. Go to   to download Raspbian to the PC. Installation guide Step1. Install the OS for Raspberry Pi 3 Go to https://www.raspberrypi.org/downloads/ to download Raspbian to the PC. Unzip 2017-01-11-raspbian-jessie.zip and you will get a disc image

More information

BCS Raspberry Pi Launch Events Getting started with Raspberry Pi

BCS Raspberry Pi Launch Events Getting started with Raspberry Pi BCS Raspberry Pi Launch Events Getting started with Raspberry Pi Department of Computer Science 16 th & 17 th April 2013 Who are you? How many of you.. are teachers in STEM subjects in non STEM subjects

More information

1. Notes. 2. Accessories. 3. Main Functions

1. Notes. 2. Accessories. 3. Main Functions Contents 1. Notes... 2 2. Accessories... 2 3. Main Functions... 2 4. Appearance And Buttons... 3 5. MID Hardware Parameters... 4 6. MID Use And Preparation... 4 7. Keys Functions... 4 8. Start-up And Shutdown...

More information

Introduction to the Raspberry Pi AND LINUX FOR DUMMIES

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

More information

DevKit7000 Evaluation Kit

DevKit7000 Evaluation Kit DevKit7000 Evaluation Kit Samsung S5PV210 Processor based on 1GHz ARM Cortex-A8 core Onboard 512MByte DDR2 and 512MByte NAND Flash 4 UART, 4 USB Host, USB Device, Ethernet, Audio, TF, RTC,... Supports

More information

Programming the Raspberry Pi

Programming the Raspberry Pi Programming the Raspberry Pi contents introduction unboxing and setup flashing an SD card logging in for the first time the JOE text editor running the hello world program a (slightly) more complex example

More information

Rikomagic MK802 III User Manual. Andriod4.1 Dual-core Mini PC. Page0

Rikomagic MK802 III User Manual. Andriod4.1 Dual-core Mini PC. Page0 Andriod4.1 Dual-core Mini PC Shenzhen Rikomagic Tech Corp.,Ltd Page0 Table of Contents Declaration... 2 1.Connector...3 2. Device connection Instruction...4 3. Boot state...4 4. Main Screen Introduction...

More information

Point of View SmartTV-500 Center - Android 4.2. General notices for use...2 Disclaimer...2 Box Contents...2

Point of View SmartTV-500 Center - Android 4.2. General notices for use...2 Disclaimer...2 Box Contents...2 Point of View SmartTV-500 Center - Android 4.2 English Table of Contents General notices for use...2 Disclaimer...2 Box Contents...2 1.0 Product basics...3 1.1 Buttons and connections... 3 1.2 Connecting

More information

Ding Dong, You've Got Mail! A Lab Activity for Teaching the Internet of Things

Ding Dong, You've Got Mail! A Lab Activity for Teaching the Internet of Things Teaching Case Ding Dong, You've Got Mail! A Lab Activity for Teaching the Internet of Things Mark Frydenburg mfrydenberg@bentley.edu Computer Information Systems Department Bentley University Waltham,

More information

Introduction to Microcontrollers

Introduction to Microcontrollers Introduction to Microcontrollers June 2017 Scott A. Theis W2LW Rev 5 ( 0 8 / 0 2 / 2 0 1 7 ) What s it all about How to get started What are some of the common controller options General introduction to

More information

NOVASYS LABS PVT. LTD.

NOVASYS LABS PVT. LTD. Dual-core Mini PC for Android Page0 NOVASYS LABS PVT. LTD. Table of Contents Declaration... 2 1. Connections... 3 2. Device connection Instruction... 4 3. Boot state... 4 4. Main Screen Introduction...

More information

RETROPIE INSTALLATION GUIDE

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

More information

Raspberry Pi User Guide

Raspberry Pi User Guide Raspberry Pi User Guide Gareth Halfacree, Eben Upton ISBN: 978-1-1184-6446-5 Paperback 262 pages September 2012 Description Make the most out of the world s first truly compact computer It's the size of

More information

0B specifications 1B

0B specifications 1B 0B 1Bspecifications fit-pc 4 fit-pc4 Specifications2 Overview Using AMD's latest G-Series 'Jaguar' Quad Core System-on-Chip (SoC), Fit PC4 is the next generation to be introduced within the already popular

More information

Embedded Linux With Raspberry Pi IOT

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

More information

Creator Ci20 quick start guide

Creator Ci20 quick start guide Creator Ci20 is a high performance, fully featured development board for Linux and Android that can help you create applications for fast growing markets such as IoT, wearables, mobile and gaming. The

More information

GUI Based Industrial Automation using Python under Linux

GUI Based Industrial Automation using Python under Linux GUI Based Industrial Automation using Python under Linux G.VinothKumar, Assistant Professor, Dept. of ECE, SRM University, Ramapuram campus, Chennai E.Poovannan, Assistant Professor, Dept. of ECE, SRM

More information

HiSilicon STB Push-to-Talk Development Kit for Amazon AVS

HiSilicon STB Push-to-Talk Development Kit for Amazon AVS HiSilicon STB Push-to-Talk Development Kit for Amazon 01 Based on HiSilicon 4K Set Top Box Platform HiSilicon STB Push-to-Talk (PTT) Development Kit for Amazon is a set-top box (STB) SoC based development

More information

Live Video Streaming from Remote Location Using Raspberry Pi

Live Video Streaming from Remote Location Using Raspberry Pi Indian Journal of Science and Technology, Vol 10(38), DOI: 10.17485/ijst/2017/v10i38/116967, October 2017 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Live Video Streaming from Remote Location Using

More information

Advanced Embedded Systems

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

More information

PENDOPAD 10.1 QUICKSTART T GUIDE USER MANUAL PNDPP42DG10BLK. > Please read carefully before use

PENDOPAD 10.1 QUICKSTART T GUIDE USER MANUAL PNDPP42DG10BLK. > Please read carefully before use PENDOPAD 10.1 PNDPP42DG10BLK QUICKSTART T GUIDE & USER MANUAL > Please read carefully before use This manual contains important safety precautions and information of correct use. Please be sure to read

More information

DESIGN OF LIGHTWEIGHT E- ATTENDANCE PROTOTYPE USING RASPBERRY PI

DESIGN OF LIGHTWEIGHT E- ATTENDANCE PROTOTYPE USING RASPBERRY PI DESIGN OF LIGHTWEIGHT E- ATTENDANCE PROTOTYPE USING RASPBERRY PI Mohd Dzul Aiman bin Aslan, Mohamad Safuan bin Sulaiman, Dr Abd Muin bin Abd Rahman, Saa idi bin Ismail, Mohd Fauzi bin Haris, Siti Nurbahyah

More information

CLOUDCAST User Guide. Website :

CLOUDCAST User Guide. Website : CLOUDCAST User Guide Website : www.cloud-cast.com Last update on Sep 8 th, 2016 Contents 1. Create a user account(pc) 2 2. Connecting Set-top box 3 3. Log in Set-top box 4 4. Getting started Cloud Console

More information

Frequently Asked Questions Raspberry PI

Frequently Asked Questions Raspberry PI A. INTRODUCTION 1. WHAT IS A RASPBERRY PI? The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It is a capable little computer which can be used in electronics projects,

More information

Orange Pi User Manual. <Version: V1.0 >

Orange Pi User Manual. <Version: V1.0 > Orange PI User Manual What s Orange Pi? It s an open-source single-board computer. It can run Android 4.4, Ubuntu, Debian, Rasberry Pi Image, Cubieboard Image, as well as the banana pi

More information

A Slice of Raspberry Pi

A Slice of Raspberry Pi A Slice of Raspberry Pi Roadmap Introduction to the Raspberry Pi device What can you use a Raspberry Pi for? Talking to the Hardware A Raspberry Pi Arcade table Q & A Raspberry Pi Introduction What is

More information

Getting started 7. Exploring the desktop 23

Getting started 7. Exploring the desktop 23 Contents 1 2 3 Getting started 7 Introducing Raspberry Pi 8 Gathering the components 10 Setting up the SD card 12 Configuring the system 14 Logging into the console 16 Starting the desktop 18 Automating

More information

XLink Kai Raspberry Pi Beginners Tutorial

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

More information

RASPBERRY PI EXAMPLES WITH CLICK BOARDS

RASPBERRY PI EXAMPLES WITH CLICK BOARDS RASPBERRY PI EXAMPLES WITH CLICK BOARDS Pi 3 click shield connects the world largest collection of add-on boards click boards with one of the today s most popular embedded platforms Raspberry Pi. Here

More information

For Model No. MP709 User Manual

For Model No. MP709 User Manual For Model No. MP709 EN User Manual This manual contains important safety precautions and information of correct use. Please be sure to read this manual carefully before use so as to avoid any accidents.

More information

Smart Door Security Control System Using Raspberry Pi

Smart Door Security Control System Using Raspberry Pi Smart Door Security Control System Using Raspberry Pi 1 Nareshkumar R. M., 2 Apoorva Kamat, 3 Dnyaneshvari Shinde Computer Department, Dr. D.Y. Patil Institute of Engineering, Management and Research,

More information

FINAL PROJECT: MUSIC SERVER

FINAL PROJECT: MUSIC SERVER December 7, 2016 FINAL PROJECT: MUSIC SERVER Presented by: Elizabeth Ferreira & Matthew Visconti EMT 2390L OPERATING SYSTEMS LAB PROF: HAMILTON 1 TABLE OF CONTENT INTRODUCTION... 3 Raspberry Pi 3... 4

More information

New Trends in Smart Intelligence for Raspberry Pi (model-b) based Office Automation System

New Trends in Smart Intelligence for Raspberry Pi (model-b) based Office Automation System New Trends in Smart Intelligence for Raspberry Pi (model-b) based Office Automation System Department of Electrical and Electronics Engineering Sasi Institute of Technology and Engineering Tadepalligudem,

More information

SinoVoip CO.,LTD. Banana PI User Manual <Version: V2.0 >

SinoVoip CO.,LTD. Banana PI User Manual <Version: V2.0 > SinoVoip CO.,LTD Banana PI User Manual www.sinovoip.com.cn www.banana-pi.com 1 Banana PI is the open source hardware platform which published to assistant the Elastos.org open source OS,

More information

Embedded Technosolutions

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

More information

ZOTAC ZBOX. User s Manual

ZOTAC ZBOX. User s Manual User s Manual No part of this manual, including the products and software described in it, may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any language in

More information

II. PROPOSED SYSTEM AND IMPLEMENTATION

II. PROPOSED SYSTEM AND IMPLEMENTATION Automatic Gate Security System by using Raspberry Pi with Image Processing Mr. Mogare Sumit R. 1, Sanagare Prathamesh S. 2, Ms. Anjarlekar Shraddha S. 3, Mr. Kharat Ratnadipak N. 4, Mr. Shikalgar Isaq

More information

64 bit Bare Metal Programming on RPI-3. Tristan Gingold

64 bit Bare Metal Programming on RPI-3. Tristan Gingold 64 bit Bare Metal Programming on RPI-3 Tristan Gingold gingold@adacore.com What is Bare Metal? Images: Wikipedia No box What is Bare Metal? No Operating System Your application is the OS Why Bare Board?

More information