Remote Sensor Interface for IoT

Slides:



Advertisements
Similar presentations
Intel Do-It-Yourself Challenge Intel Galileo and Edison Paul Guermonprez Intel Software.
Advertisements

Robotics Club, Snt Council2 The 3 Schools of Robotics: Mechanical Design – Types of motors – Material selection –
BEYOND SMARTPHONES WITH RASPBERRY PI BY - ASHISH KSHIRSAGAR.
Pico-SAM9G45 Development Board for Envirobat Presented by Kiran G K Date : 18/06/13.
Sensors And Micro-Controllers
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
{ Physical Computing Arduino, Raspberry Pi, Sensors, Controls…
{ Physical Computing Arduino, Raspberry Pi, Sensors, Controls…
Khaled A. Al-Utaibi  What is Arduino?  Arduino Boards  Arduino Shields  Arduino Uno Hardware.
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.
CALLISTO Double - Heterodyne - Frequency Agile - Radio - Spectrometer ERAC Symposium Heppenheim Sep 5/6/7th 2003 Meyer Hansueli ETH Zürich.
Little arduino microcontrollers Meghan Jimenez 12 February 2014.
Department of Electronic & Electrical Engineering Embedded system Aims: Introduction to: Hardware. Software Ideas for projects ? Robotics/Control/Sensors.
Getting started with interactive projects using the Arduino, Max and Processing.
Programming ATtinys Paul MacDougal 7/8/13.
RC CAR CONTROLLER BASED ON INTEL GALILEO SOC PLATFORM Nadav Shiloach Sagi Sabag Supervisor: Idan Shmuel Spring 2014 One Semester Project PROJECT’S ENDING.
1 The Affordable Internet of Things (How to Connect More for Less)
Raspberry Pi: Presented by: Lakeasha Williams & Venessa Woodson EECE416 Microcomputer Howard University Dr. Charles Kim.
CCD Cameras with USB2.0 & Gigabit interfaces for the Pi of The Sky Project Grzegorz Kasprowicz Piotr Sitek PERG In cooperation with Soltan Institute.
Representing Numerical Data Analog Any signal that varies continuously over time Mechanical Pneumatic Hydraulic Electrical Digital Quantities are represented.
ATtiny23131 A SEMINAR ON AVR MICROCONTROLLER ATtiny2313.
Connected Hardware for Software Engineers 101 Pance Cavkovski, Netcetera.
Alex Wanamaker.  2 astable 555 timer circuits  Blinking rate: ~1.1 seconds  Q1 and Q2 used to provide additional current for the circuit beyond.
The “Drink Mixer” Design Constraints. Project Success Criteria An ability to digitally mix audio and adjust individual levels An ability to digitally.
Rasberry pi 2 model B. Selve computeren i rasberry pi’en.
Introducing the Raspberry Pi Nauru ICT Department April 2016.
Internet of things limited only by your imagination Alberto Pace.
Price : $249 (160GB), $299 (320GB) HDMI (HD 1080p) Support USB Ports : 2 Motion Gaming Support (Playstation Move) 3.2 Ghz Cell Processor (7 cores + 1.
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.
Raspberry PI 2 Installation & Demo App By Wayne Keadle.
An introduction to the Raspberry Pi. What is a Raspberry Pi?  University of Cambridge’s Computer Laboratory  Decline in skill level  Designed for education.
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
Get Started with Raspberry Pi- Single Board Computer.
RaspberryPi.
Arduino.
Engineering Innovation Center
Building Raspberry Pi Controllers with Python
Ira Goldstein Siena College
IoT Milos Hampl.
RASPBERRY PI WORKSHOP.
Dr. Kyung Eun Park Summer 2017
Introducing the Arduino boards & some supporting modules
Single board computers in the ham shack
By: Brian Johnson, AB6UI 20 Sept 2017
Prepared by: Raghad J Foqha Supervisor: Dr. Saed Tarapiah
Chapter A - The Raspberry Pi Computer
Monitoring Robot Prepared by: Hanin Mizyed ,Abdalla Melhem
Arduino Development for Beginners
A microcontroller Raspberry Pi 2 Model B V1.1 RPi
Programming with Arduinos and Rapsberry Pi
INTRODUCTION TO THE RASPBERRY PI Darrell Davis KT4WX
Raspberry Pi.
Raspberry Pi Pi 2 Model B.
PRESENTED BY Bitware Technologies
An introduction to the Raspberry Pi
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Roller Coaster Design Project
Raspberry Pi. Introduction to Raspberry Pi Python Electronics Linux Outline.
Ecosystem for Smart Glass Technologies: Proposal Presentation
REMOTE INTERFACE FOR IOT
Solar Car Challenge Telemetry
Manual Robotics ..
Single Board Computers and Dev Boards
Introduction to Single Board Computer
Introduction to Arduino
Remote Sensor Interface for IoT
Emphasis: Get it working and do stuff!
Raspberry Pi Hardware By: Mike Kwiatkowski.
Presentation transcript:

Remote Sensor Interface for IoT Martin Hutchins Nicholas O’Dell Joe Cooper

Deliverables Simple interface for digital, analog, SPI, and I2C I/O Remote access and control Solar power with battery Dual platform: Raspberry Pi – More capabilities but with more overhead and cost AVR – Fewer capabilities but cheaper and more plug- and-play

Scope Our project goal is to deliver a simple device which can be used to send and receive data remotely to and from any number of devices and sensors. This device will serve as a point in the “Internet of Things.” That is, a sensor could be connected to the device, and the data from that sensor could be read remotely. Likewise, our device could be used to remotely send signals to another connected device.

Iot device list Raspberry Pi zero Arduino AVR Atmega328 ATTINY85 PICs PIC 18F2550

Raspberry Pi Zero Cost = $5 A Broadcom BCM2835 application processor 1GHz ARM11 core (40% faster than Raspberry Pi 1) 512MB of LPDDR2 SDRAM A micro-SD card slot A mini-HDMI socket for 1080p60 video output Micro-USB sockets for data and power An unpopulated 40-pin GPIO header Identical pinout to Model A+/B+/2B

Arduino AVR ATtiny85 cost about $0.99 Uses Arduino for the programmer (which makes this a more likely choice because the IDE is free and available anywhere) But less capabilities than the Pi Zero Ex. We would need more hardware for this meaning an Arduino to start ($30) and lack of pins

ATMEGA328 High Performance, Low Power Atmel®AVR® 8-Bit Microcontroller Family Two Master/Slave SPI Serial Interface 23 Programmable I/O Lines Cost between $3 & $6

PICs More built-in capability PIC 18F2550 WiFi, Bluetooth, etc. Comparable to ATMega 328

PIC vs. AVR AVR: Cheaper development Programmable via Arduino USI to emulate I2C/SPI More online support PIC: More costly development software/hardware More capability

Outline Get RPi working with SPI, ADC, I2C Output data to webpage Transfer to RPi Zero Get Arduino working with SPI, I2C, IR Transfer to AVR Circuit design Integrate solar panel with back-up battery