Most popular IoT Devices (hardware)

Slides:



Advertisements
Similar presentations
USB Controlled IO Module Jon Knoll Dave Wolowicz Sponsored by: Dr. Kin Li A 499a Project.
Advertisements

Intel Galileo Gen 2 & Grove Seeed Starter Kit Gen 1
Prepared By: Kopila Sharma  Enables communication between two or more system.  Uses standard network protocols for communication.  Do.
Wireless Security.
Flatiron Mobile Device Security Monitor Thomas Horacek Lucas Greve.
SAMEER NETAM RAHUL GUPTA PAWAN KUMAR SINGH ONKAR BAGHEL OM PANKAJ EKKA Submitted By:
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Electrical and Computer Engineering Minimal Movement Interactive Entertainment Unit Ryan Kelly Michael Lorenzo Ernie Wilson Chase Francis Professor Neal.
Mobile Handset Hardware Architecture
HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).
Getting started with interactive projects using the Arduino, Max and Processing.
Wireless Sensor Monitoring Group Members: Daniel Eke (COMPE) Brian Reilly (ECE) Steven Shih (ECE) Sponsored by:
RC CAR CONTROLLER BASED ON INTEL GALILEO SOC PLATFORM Nadav Shiloach Sagi Sabag Supervisor: Idan Shmuel Spring 2014 One Semester Project PROJECT’S ENDING.
Flatiron Mobile Device Security Monitor Thomas Horacek Lucas Greve.
Minimal Movement Interactive Entertainment Unit Michael Lorenzo, Ryan Kelly, Chase Francis, Ernie Wilson Faculty Advisor: Prof. Neal Anderson Department.
Computer Basics Rebecca Donelson Hardware CPU Mouse Keyboard Monitor Desktop/Tower/Laptop Memory RAM Printer Modem Wireless card Linksys Router.
 Adviser : Dr. Lei Ying  Research Assistant: Ming Ouyang  Team Members:  Prashanth Yanamandra  Wyatt Brenneman  Taylor McKechnie  Client: ECpE.
MODULE 1 Computing Essentials © Paradigm Publishing, Inc.1.
Chapter 1 Computer Abstractions and Technology. Chapter 1 — Computer Abstractions and Technology — 2 The Computer Revolution Progress in computer technology.
Wireless Security. Traditional method A computer with network card a cable connecting network card and the network.
SINGLE BOARD COMPUTERS ARE YOU ON THE RIGHT AIRPLANE?
Digital Electronics and Computer Interfacing Tim Mewes 5. Computer Interfacing – DAQ cards.
Introduction :  In the beginning, the calculator is the basic idea of computers out, then that arrived at the large computers.  in1980 or late seventies.
Design Constraint Presentation Team 5: Sports Telemetry Device.
Maze Twinbots Group 28 Uyen Nguyen – EE Ly Nguyen – EE Luke Ireland - EE.
ICTWays workshop “Creativity and imagination in the classroom: Arduino and its application samples” LLP PT-COMENIUS-CNW
TRANSMISSION LINE MULTIPLE FAULT DETECTION AND INDICATION TO EB
Pag. Zigbee Hardware Advantages: Low power mesh network Both modules and router available from Digi, can easily be interfaced with any MCU Proven technology.
I NTERNET OF T HINGS. 2 By, Dr. Kayarvizhy N An Introduction to Internet of Things Associate Professor BMS College of Engineering Bull Temple Road Bangalore.
RaspberryPi.
Communication Devices..
Workshop on Raspberry Pi 3
Mandava Institute of Engineering and Technology
IoT Milos Hampl.
RASPBERRY PI WORKSHOP.
Raspberry Pi.
Home automation using Arduino & ‘PIR sensor’
Morgan Kaufmann Publishers
Prepared by: Raghad J Foqha Supervisor: Dr. Saed Tarapiah
Outline Introduction Standards Project General Idea
SUBMITTED BY EDGEFX TEAM
Weather Station Weather station design for measuring
Remote Sensor Interface for IoT
IoT at the Edge Technical guidance deck.
Realizing the potential of mobile devices as experimental devices: Human computer interface and performance considerations Chiung Ching Ho & C. Eswaran.
Programming with Arduinos and Rapsberry Pi
Introducing Embedded Systems and the Microcontrollers
Apple Pay Research on NFC and the security threat
Internet of Things.
WEARABLE BIOSENSOR SYSTEM USING ZIGBEE TECHNOLOGY
Zigbee Networks Using Xbee Modules
by: Chao Lai, Stephen Kimble
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
The Web Sensor Gateway Architecture for ZIGBEE
JC Bailey Rhodes University
IoT at the Edge Technical guidance deck.
Programmable Logic Controllers (PLCs) An Overview.
What we learn during Program
Serial Data Hub (Proj Dec13-13).
Solar Car Challenge Telemetry
© 2016 Global Market Insights, Inc. USA. All Rights Reserved Single Board Computer Market to exceed $1 bn by 2025 growing at CAGR of.
Denial-of-Service Jammer Detector Training Course Worldsensing
Manual Robotics ..
Intelligent HVAC Control
Single Board Computers and Dev Boards
Computing Essentials Module 1.
Lecture 8: Arduino 20 March 2019.
Computing Essentials Module 1.
Microprocessor I 7/18/2019.
Course Code 114 Introduction to Computer Science
Presentation transcript:

Most popular IoT Devices (hardware) GROUP 8: Gerard Macià, Judit Iglesias, Jordi Font, Albert Moral 18 May 2016

IoT DEVICES (hardware) Raspberry Arduino Xbees Sensors Open Source Hardware

RASPBERRY Raspberry is a low cost computer with a credit-card sized. Uses a standard keyboard and mouse. It’s capable of doing everything you’d expect a desktop computer to do. It has been used in a wide array of projects: from music machines and detectors to weather stations. Example of a music machine: https://www.maketecheasier.com/raspberry-pi-music-machine/ https://www.raspberrypi.org/blog/

RASPBERRY Differents models: Raspberry Pi Zero Raspberry Pi 1 Model A+ Raspberry Pi 1 Model B+ Raspberry Pi 2 Model B Raspberry Pi 3 Model B Raspberry Pi Touch Display Raspberry Pi Case ...

RASPBERRY Pros Cons Cheap and portable Super powerful with lot of memory and processing capabilities Endless possibilities of what can be done using it You need good knowledge of Linux Closed source Power hungry

ARDUINO Arduino is a printed circuit board. Open source hardware/software. Provides an IDE based on Processing, can support C / C++. The system provide sets of analog and digital I/O. Include an USB for loading programs. It’s capable of doing everything https://www.arduino.cc/#/

ARDUINO Pros Cons Low power architectures Easy interfacing with sensors and data collection Open-source Variety for programming: IDE , python, ruby, C, etc. Memory limitations and less powerful (compared to Raspberry)

Xbee Xbee is the brand name of compatible radio modules boards from Digi International. The module enable wireless communications between devices Support P2P and P2MP communications. Use different protocols: Zigbee 802.15.4 DigiMesh Proprietary protocols Different models available, it can be adapted to any project.

Xbee Differents models:

Xbee Pros Cons Portable Robust Connect to real world Transmission frequency band: typically 900MHz or 2.4Ghz. Can interact with Arduino, raspberry Pi… Cheap Power consumption vs integrated solution Propitary protocols in some form factors Cannot communicate between v1 & v2

SENSORS Is an object whose purpose is to detect events or changes in its environment then provide and output. A sensor is a type of transducer. Transofrm non-electrial signals to electical signals. Two types: Digital Sensors Analog Sensors

SENSORS Some examples:

SENSORS Pros Cons Analog High performance Reliably for complex applications Digital Easy to implement Data conversion Implementation more difficult

OPEN SOURCE HARDWARE (OSHW) Allow everyone to download, modify, and share all schematics. You can even sell your own versions of these products. The original sharer gains feedback and potentially improvements on the design. Companies have revenues of milion dollars, so OSHW is a good marketing strategy.

THANKS!