Smart Objects for Human Computer Interaction, Experimental Study

Size: px
Start display at page:

Download "Smart Objects for Human Computer Interaction, Experimental Study"

Transcription

1 Smart Objects for Human Computer Interaction, Experimental Study Doggen, J.*; Neefs, J.; Brands, E.; Peeters, T.; Bracke, J.; Smets, M.; Van der Schueren, F. March 22, 2012

2 2/29 Outline Introduction and Problem Statement System Design System Architecture Hardware Specifications Software Libraries Applications Signal Filtering Software Tools Demo Applications Future Work Conclusion

3 3/29 Arduino based Smart Objects We developed a wireless sensor module based on the Arduino development board.

4 3/29 Arduino based Smart Objects We developed a wireless sensor module based on the Arduino development board. We use the smart dice to control computer applications.

5 3/29 Arduino based Smart Objects We developed a wireless sensor module based on the Arduino development board. We use the smart dice to control computer applications. This basic concept can be adapted to implement various sensor based applications.

6 Wireless Sensor Networks & Smart Objects A wireless sensor network is a set of small autonomous sensor nodes which cooperate to solve a common application using some kind of perception of physical parameters 1. 1 An FDL ed Textbook on Sensor Networks, Thomas Haenselmann. 4/29

7 Wireless Sensor Networks & Smart Objects A wireless sensor network is a set of small autonomous sensor nodes which cooperate to solve a common application using some kind of perception of physical parameters 1. Smart objects sense their environment and communicate to increase sensing efficiency and enable new ways of end-user interaction. 1 An FDL ed Textbook on Sensor Networks, Thomas Haenselmann. 4/29

8 5/29 Arduino Development Platform The Arduino development platform allow designers to develop electronic prototypes.

9 5/29 Arduino Development Platform The Arduino development platform allow designers to develop electronic prototypes. The platform has gained increased popularity over the last years.

10 5/29 Arduino Development Platform The Arduino development platform allow designers to develop electronic prototypes. The platform has gained increased popularity over the last years. The open-source community has registered users and an abundance of user submitted libraries.

11 5/29 Arduino Development Platform The Arduino development platform allow designers to develop electronic prototypes. The platform has gained increased popularity over the last years. The open-source community has registered users and an abundance of user submitted libraries. Ease of use is the main selling point.

12 6/29 Arduino based Smart Objects We built a WSN using the Arduino platform to develop a smart object. A smart dice to control computer applications. The dice can be replaced by any object, e.g. a kids toy

13 Arduino based Smart Objects 7/29

14 8/29 Outline Introduction and Problem Statement System Design System Architecture Hardware Specifications Software Libraries Applications Signal Filtering Software Tools Demo Applications Future Work Conclusion

15 9/29 Outline Introduction and Problem Statement System Design System Architecture Hardware Specifications Software Libraries Applications Signal Filtering Software Tools Demo Applications Future Work Conclusion

16 System Architecture 10/29

17 11/29 Outline Introduction and Problem Statement System Design System Architecture Hardware Specifications Software Libraries Applications Signal Filtering Software Tools Demo Applications Future Work Conclusion

18 12/29 Hardware Specifications Seeeduino development board Digi XBee wireless interface Freescale Semiconductor MMA7361 analog accelerometer InvenSense ITG-3200 digital gyroscope Sharp GP2Y0A21YK infra-red distance sensor

19 13/29 Outline Introduction and Problem Statement System Design System Architecture Hardware Specifications Software Libraries Applications Signal Filtering Software Tools Demo Applications Future Work Conclusion

20 14/29 Arduino Libraries Arduino software libraries make it straightforward for anyone to start embedded development.

21 14/29 Arduino Libraries Arduino software libraries make it straightforward for anyone to start embedded development. Used Arduino libraries ITG-3200 Gyro library

22 14/29 Arduino Libraries Arduino software libraries make it straightforward for anyone to start embedded development. Used Arduino libraries ITG-3200 Gyro library Developed Arduino libraries Sharp GP2Y0A21YK infra-red distance sensor MMA7361 accelerometer Signal filtering

23 14/29 Arduino Libraries Arduino software libraries make it straightforward for anyone to start embedded development. Used Arduino libraries ITG-3200 Gyro library Developed Arduino libraries Sharp GP2Y0A21YK infra-red distance sensor MMA7361 accelerometer Signal filtering XNA library to connect the module to C# applications

24 15/29 Arduino Library Example 1. Include header files

25 15/29 Arduino Library Example 1. Include header files 2. Initialise objects and variables

26 15/29 Arduino Library Example 1. Include header files 2. Initialise objects and variables 3. setup configuration

27 15/29 Arduino Library Example 1. Include header files 2. Initialise objects and variables 3. setup configuration 4. loop start example program

28 Arduino libraries: usage statistics MMA7361 accelerometer library /29

29 Arduino libraries: usage statistics MMA7361 accelerometer library 2 Sharp GP2Y0A21YK infrared distance sensor library 3 Total downloads: both ± /29

30 17/29 Outline Introduction and Problem Statement System Design System Architecture Hardware Specifications Software Libraries Applications Signal Filtering Software Tools Demo Applications Future Work Conclusion

31 18/29 Outline Introduction and Problem Statement System Design System Architecture Hardware Specifications Software Libraries Applications Signal Filtering Software Tools Demo Applications Future Work Conclusion

32 4 19/29 Signal Filtering Many analog sensors have signal differences between individual sensors. Calibration and signal filtering is needed to compensate for these undesirable effects.

33 4 19/29 Signal Filtering Many analog sensors have signal differences between individual sensors. Calibration and signal filtering is needed to compensate for these undesirable effects. We implemented three simple software based filters: variable-length weighted moving average filter Bessel low-pass filter Chebychev low-pass filter The signal filtering library is available online 4.

34 20/29 Outline Introduction and Problem Statement System Design System Architecture Hardware Specifications Software Libraries Applications Signal Filtering Software Tools Demo Applications Future Work Conclusion

35 21/29 Software Tools SerialMonitor: log and analyse sensor data SerialForwarder: forward serial data over a TCP/IP socket

36 22/29 Outline Introduction and Problem Statement System Design System Architecture Hardware Specifications Software Libraries Applications Signal Filtering Software Tools Demo Applications Future Work Conclusion

37 23/29 Demo Applications Flight simulator: sensor acts as a joystick Pac-man clone: sensor generates arrow inputs

38 Demo Applications I 2-D platform game: I I Left/right: tilt detection Jump: upward movement 24/29

39 25/29 Outline Introduction and Problem Statement System Design System Architecture Hardware Specifications Software Libraries Applications Signal Filtering Software Tools Demo Applications Future Work Conclusion

40 Future Work I Use mixed RF technologies I Support the more power efficient nrf24 wireless technology 26/29

41 Future Work I Use mixed RF technologies I I Support the more power efficient nrf24 wireless technology Minimise energy consumption 26/29

42 Future Work I Use mixed RF technologies I I I Support the more power efficient nrf24 wireless technology Minimise energy consumption Use the module for various student projects: I I I Development of embedded software Printed circuit board design Signal processing applications 26/29

43 Future Work I Use mixed RF technologies I I I Minimise energy consumption Use the module for various student projects: I I I I Support the more power efficient nrf24 wireless technology Development of embedded software Printed circuit board design Signal processing applications Projects I I Development of a city monitoring application Cooperation with product development department: prototyping 26/29

44 27/29 Outline Introduction and Problem Statement System Design System Architecture Hardware Specifications Software Libraries Applications Signal Filtering Software Tools Demo Applications Future Work Conclusion

45 28/29 Conclusion We developed an Arduino based smart cube, equipped with various sensors.

46 28/29 Conclusion We developed an Arduino based smart cube, equipped with various sensors. The LGPL licensed Arduino software libraries for these sensors are freely available for download.

47 28/29 Conclusion We developed an Arduino based smart cube, equipped with various sensors. The LGPL licensed Arduino software libraries for these sensors are freely available for download. The system and its derivatives are being used for student projects.

48 28/29 Conclusion We developed an Arduino based smart cube, equipped with various sensors. The LGPL licensed Arduino software libraries for these sensors are freely available for download. The system and its derivatives are being used for student projects. We plan to cooperate with third parties by developing similar modules:

49 28/29 Conclusion We developed an Arduino based smart cube, equipped with various sensors. The LGPL licensed Arduino software libraries for these sensors are freely available for download. The system and its derivatives are being used for student projects. We plan to cooperate with third parties by developing similar modules: Evaluation of the feasibility of industrial applications.

50 28/29 Conclusion We developed an Arduino based smart cube, equipped with various sensors. The LGPL licensed Arduino software libraries for these sensors are freely available for download. The system and its derivatives are being used for student projects. We plan to cooperate with third parties by developing similar modules: Evaluation of the feasibility of industrial applications. Prototyping tool for product development purposes.

51 Questions & Answers 29/29

Smart Objects for Human Computer Interaction, Experimental Study

Smart Objects for Human Computer Interaction, Experimental Study Smart Objects for Human Computer Interaction, Experimental Study Doggen, Jeroen; Neefs, Jef; Brands, Enzo; Peeters, Tom; Bracke, Jerry; Smets, Marc; Van der Schueren, Filip January 31, 2012 Artesis University

More information

Study of RSS-based Localisation Methods in Wireless Sensor Networks

Study of RSS-based Localisation Methods in Wireless Sensor Networks Study of RSS-based Localisation Methods in Wireless Sensor Networks De Cauwer, Peter; Van Overtveldt, Tim; Doggen, Jeroen; Van der Schueren, Filip; Weyn, Maarten; Bracke, Jerry Jeroen Doggen jeroen.doggen@artesis.be

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE

EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE LABORATORY 7: IR SENSORS AND DISTANCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS GOAL: This section will introduce

More information

Grove - Infrared Temperature Sensor

Grove - Infrared Temperature Sensor Grove - Infrared Temperature Sensor Introduction 3.3V 5.0V Analog The Infrared temperature sensor is a non-contact temperature measure model. It is composed of 116 elements of thermocouple in series on

More information

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION Journal of Young Scientist, Volume IV, 2016 ISSN 2344-1283; ISSN CD-ROM 2344-1291; ISSN Online 2344-1305; ISSN-L 2344 1283 ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

More information

IMU: Get started with Arduino and the MPU 6050 Sensor!

IMU: Get started with Arduino and the MPU 6050 Sensor! 1 of 5 16-3-2017 15:17 IMU Interfacing Tutorial: Get started with Arduino and the MPU 6050 Sensor! By Arvind Sanjeev, Founder of DIY Hacking Arduino MPU 6050 Setup In this post, I will be reviewing a few

More information

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino Beginning Embedded Electronics for Botballers Using the Arduino Matthew Thompson Allen D. Nease High School matthewbot@gmail.com 1 Introduction Robotics is a unique and multidisciplinary field, where successful

More information

Introducing the Quadrotor Flying Robot

Introducing the Quadrotor Flying Robot Introducing the Quadrotor Flying Robot Roy Brewer Organizer Philadelphia Robotics Meetup Group August 13, 2009 What is a Quadrotor? A vehicle having 4 rotors (propellers) at each end of a square cross

More information

Model-Based Design for Sensor Systems

Model-Based Design for Sensor Systems 2009 The MathWorks, Inc. Model-Based Design for Sensor Systems Stephanie Kwan Applications Engineer Agenda Sensor Systems Overview System Level Design Challenges Components of Sensor Systems Sensor Characterization

More information

Robotics Challenge. Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin

Robotics Challenge. Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin Robotics Challenge Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin 1 Robotics Challenge: Team Multidisciplinary: Computer, Electrical, Mechanical Currently split

More information

ULTRA LOW POWER CAPACITIVE SENSOR INTERFACES

ULTRA LOW POWER CAPACITIVE SENSOR INTERFACES ULTRA LOW POWER CAPACITIVE SENSOR INTERFACES ANALOG CIRCUITS AND SIGNAL PROCESSING SERIES Consulting Editor: Mohammed Ismail. Ohio State University Titles in Series: ULTRA LOW POWER CAPACITIVE SENSOR INTERFACES

More information

Total Hours Registration through Website or for further details please visit (Refer Upcoming Events Section)

Total Hours Registration through Website or for further details please visit   (Refer Upcoming Events Section) Total Hours 110-150 Registration Q R Code Registration through Website or for further details please visit http://www.rknec.edu/ (Refer Upcoming Events Section) Module 1: Basics of Microprocessor & Microcontroller

More information

Mechatronics Project Presentation

Mechatronics Project Presentation Mechatronics Project Presentation An Inexpensive Electronic Method for Measuring Takeoff Distances BY: KARL ABDELNOUR ROBERT ECKHARDT SAUMIL PARIKH 1 OUTLINE OF PRESENTATION INTRODUCTION HARDWARE EXPERIMENTAL

More information

Wireless sensor developments for physical prototype

Wireless sensor developments for physical prototype Wireless sensor developments for physical prototype testing SAS 2008, Atlanta, Georgia, USA, 12 February 14 February 2008 Edgar Moya, Tom Torfs, Bart Peeters, Antonio Vecchio, Herman Van der Auweraer,

More information

Arduino STEAM Academy Arduino STEM Academy Art without Engineering is dreaming. Engineering without Art is calculating. - Steven K.

Arduino STEAM Academy Arduino STEM Academy Art without Engineering is dreaming. Engineering without Art is calculating. - Steven K. Arduino STEAM Academy Arduino STEM Academy Art without Engineering is dreaming. Engineering without Art is calculating. - Steven K. Roberts Page 1 See Appendix A, for Licensing Attribution information

More information

Low-cost Environmental Sensors in a Smart City Environment. Dr. Jonathan Corey OTEC Presentation October 11, 2017

Low-cost Environmental Sensors in a Smart City Environment. Dr. Jonathan Corey OTEC Presentation October 11, 2017 Low-cost Environmental Sensors in a Smart City Environment Dr. Jonathan Corey OTEC Presentation October 11, 2017 Outline Sensing in Smart Cities The Sensor Package Usage Calibration Walkabout Sensing in

More information

Fabrication of the kinect remote-controlled cars and planning of the motion interaction courses

Fabrication of the kinect remote-controlled cars and planning of the motion interaction courses Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 174 ( 2015 ) 3102 3107 INTE 2014 Fabrication of the kinect remote-controlled cars and planning of the motion

More information

Teaching students science and engineering with high altitude balloons and ChipKits

Teaching students science and engineering with high altitude balloons and ChipKits Paper ID #10474 Teaching students science and engineering with high altitude balloons and ChipKits Mr. Matthew Nelson, Iowa State University My background and interests are in embedded systems and radio

More information

Low-Cost Mobile Lab Solutions for Individualized Mechatronic Education

Low-Cost Mobile Lab Solutions for Individualized Mechatronic Education Low-Cost Mobile Lab Solutions for Individualized Mechatronic Education Joshua L. Hurst, Lecturer Department of Mechanical Aerospace and Nuclear Engineering Rensselaer Polytechnic Institute 3/13/2014 1

More information

Grove - Infrared Receiver

Grove - Infrared Receiver Grove - Infrared Receiver The Infrared Receiver is used to receive infrared signals and also used for remote control detection. There is an IR detector on the Infrared Receiver which is used to get the

More information

Motion Capture for Runners

Motion Capture for Runners Motion Capture for Runners Design Team 8 - Spring 2013 Members: Blake Frantz, Zhichao Lu, Alex Mazzoni, Nori Wilkins, Chenli Yuan, Dan Zilinskas Sponsor: Air Force Research Laboratory Dr. Eric T. Vinande

More information

Unit level 5 Credit value 15. Introduction. Learning Outcomes

Unit level 5 Credit value 15. Introduction. Learning Outcomes Unit 46: Unit code Embedded Systems A/615/1514 Unit level 5 Credit value 15 Introduction An embedded system is a device or product which contains one or more tiny computers hidden inside it. This hidden

More information

1. INTRODUCTION. Road Characterization of Digital maps. A. Technical Background. B. Proposed System

1. INTRODUCTION. Road Characterization of Digital maps. A. Technical Background. B. Proposed System 1. INTRODUCTION Here, implementation a novel system to detect, maintain and warn the forthcoming road inconsistencies. In hilly, fog affected and unmaintained areas, vehicles/ motorists are more prone

More information

Smart-M3-Based Robot Interaction in Cyber-Physical Systems

Smart-M3-Based Robot Interaction in Cyber-Physical Systems FRUCT 16, Oulu, Finland October 30, 2014 Smart-M3-Based Robot Interaction in Cyber-Physical Systems Nikolay Teslya *, Sergey Savosin * * St. Petersburg Institute for Informatics and Automation of the Russian

More information

COTS ADAPTABLE MODULE FOR ATTITUDE DETERMINATION IN CUBESATS

COTS ADAPTABLE MODULE FOR ATTITUDE DETERMINATION IN CUBESATS COTS ADAPTABLE MODULE FOR ATTITUDE DETERMINATION IN CUBESATS Tristan C. J. E. Martinez College of Engineering University of Hawai i at Mānoa Honolulu, HI 96822 ABSTRACT The goal of this research proposal

More information

Hacking Sensors. Yongdae Kim

Hacking Sensors. Yongdae Kim Hacking Sensors Yongdae Kim SysSec@KAIST Sensor q Sensor = An electrical device To measure physical properties of surrounding environment Passive and active sensors Passive infrared motion sensor magnetometer

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

Getting to Smart Paul Barnard Design Automation

Getting to Smart Paul Barnard Design Automation Getting to Smart Paul Barnard Design Automation paul.barnard@mathworks.com 2012 The MathWorks, Inc. Getting to Smart WHO WHAT HOW autonomous, responsive, multifunction, adaptive, transformable, and smart

More information

RF module and Sensing Workshop Proposal. Tachlog Pvt. Ltd.

RF module and Sensing Workshop Proposal. Tachlog Pvt. Ltd. RF module and Sensing Workshop Proposal Tachlog Pvt. Ltd. ABOUT THIS DOCUMENT Purpose of this The Workshop proposal document, explains the syllabus, estimate, activity document and overview of the workshop

More information

Arduino Guide READ ONLINE

Arduino Guide READ ONLINE Arduino Guide READ ONLINE Introduction: SIK RedBoard & Sparkfun Mini Inventor's Kit. The SparkFun Inventor s Guide is your map for navigating the waters of beginning embedded electronics. If you are just

More information

What is New in Wireless System Design

What is New in Wireless System Design What is New in Wireless System Design Houman Zarrinkoub, PhD. houmanz@mathworks.com 2015 The MathWorks, Inc. 1 Agenda Landscape of Wireless Design Our Wireless Initiatives Antenna-to-Bit simulation Smart

More information

Sensor & motion algorithm software pack for STM32Cube

Sensor & motion algorithm software pack for STM32Cube Sensor & motion algorithm software pack for STM32Cube POSITION TRACKING ACTIVITY TRACKING FOR WRIST DEVICES ACTIVITY TRACKING FOR MOBILE DEVICES CALIBRATION ALGORITHMS Complete motion sensor and environmental

More information

CVIS: First results from tests and validation

CVIS: First results from tests and validation CVIS: First results from tests and validation Peter Christ ETSI ITS Workshop 5 February 2009 Project objective Increase efficiency and safety through V2V and V2I cooperation enabled by: an open architecture

More information

Supervisors: Rachel Cardell-Oliver Adrian Keating. Program: Bachelor of Computer Science (Honours) Program Dates: Semester 2, 2014 Semester 1, 2015

Supervisors: Rachel Cardell-Oliver Adrian Keating. Program: Bachelor of Computer Science (Honours) Program Dates: Semester 2, 2014 Semester 1, 2015 Supervisors: Rachel Cardell-Oliver Adrian Keating Program: Bachelor of Computer Science (Honours) Program Dates: Semester 2, 2014 Semester 1, 2015 Background Aging population [ABS2012, CCE09] Need to

More information

Arduino Platform Capabilities in Multitasking. environment.

Arduino Platform Capabilities in Multitasking. environment. 7 th International Scientific Conference Technics and Informatics in Education Faculty of Technical Sciences, Čačak, Serbia, 25-27 th May 2018 Session 3: Engineering Education and Practice UDC: 004.42

More information

Nordic IoT centre. IC Design Services. Feasibility studies. IoT device design. IC manufacturing. Concept validation

Nordic IoT centre. IC Design Services. Feasibility studies. IoT device design. IC manufacturing. Concept validation Nordic IoT centre Concept validation Feasibility studies IC Design Services IC manufacturing IoT device design Test & validation State-of-the-art Pretotyping Context validation Design panel User interactions

More information

Schematics for Breakout Examples

Schematics for Breakout Examples Schematics for Breakout Examples This document contains wiring diagrams and component lists for the examples. A diagram may be used for more than one example file. The corresponding files are listed for

More information

Lab 7: Team Project BMEn 2151 Introductory Medical Device Prototyping Prof. Steven S. Saliterman

Lab 7: Team Project BMEn 2151 Introductory Medical Device Prototyping Prof. Steven S. Saliterman Lab 7: Team Project BMEn 2151 Introductory Medical Device Prototyping Prof. Steven S. Saliterman Exercise 7-1: Soldering Practice Clock Kit Objective: Learning to solder components to a printed circuit

More information

Developing Applications for the ROBOBO! robot

Developing Applications for the ROBOBO! robot Developing Applications for the ROBOBO! robot Gervasio Varela gervasio.varela@mytechia.com Outline ROBOBO!, the robot ROBOBO! Framework Developing native apps Developing ROS apps Let s Hack ROBOBO!, the

More information

Grove - Gas Sensor(MQ9)

Grove - Gas Sensor(MQ9) Grove - Gas Sensor(MQ9) Release date: 9/20/2015 Version: 1.0 Wiki: http://www.seeedstudio.com/wiki/grove_-_gas_sensor(mq9) Bazaar: http://www.seeedstudio.com/depot/grove-gas-sensormq9-p-1419.html 1 Document

More information

nrf24l01+ Transceiver Hookup Guide

nrf24l01+ Transceiver Hookup Guide Page 1 of 6 nrf24l01+ Transceiver Hookup Guide Introduction These breakout boards provide SPI access to the nrf24l01+ transceiver module from Nordic Semiconductor. The transceiver operates at 2.4 GHz and

More information

Industrial Automation Training Academy. Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours)

Industrial Automation Training Academy. Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours) nfi Industrial Automation Training Academy Presents Arduino, LabVIEW & PLC Training Programs Duration: 6 Months (180 ~ 240 Hours) For: Electronics & Communication Engineering Electrical Engineering Instrumentation

More information

Mobile Target Tracking Using Radio Sensor Network

Mobile Target Tracking Using Radio Sensor Network Mobile Target Tracking Using Radio Sensor Network Nic Auth Grant Hovey Advisor: Dr. Suruz Miah Department of Electrical and Computer Engineering Bradley University 1501 W. Bradley Avenue Peoria, IL, 61625,

More information

3-Degrees of Freedom Robotic ARM Controller for Various Applications

3-Degrees of Freedom Robotic ARM Controller for Various Applications 3-Degrees of Freedom Robotic ARM Controller for Various Applications Mohd.Maqsood Ali M.Tech Student Department of Electronics and Instrumentation Engineering, VNR Vignana Jyothi Institute of Engineering

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Propsim C8 MIMO Extension. 4x4 MIMO Radio Channel Emulation

Propsim C8 MIMO Extension. 4x4 MIMO Radio Channel Emulation Propsim C8 MIMO Extension 4x4 MIMO Radio Channel Emulation Propsim C8 provides a flexible platform for Multiple Input Multiple Output (MIMO) development and evaluation. With a maximum number of 16 independent

More information

Rocking Drones with Intentional Sound Noise on Gyroscopic Sensors

Rocking Drones with Intentional Sound Noise on Gyroscopic Sensors USENIX Security Symposium 2015 Rocking Drones with Intentional Sound Noise on Gyroscopic Sensors 2015. 08. 14. Yunmok Son, Hocheol Shin, Dongkwan Kim, Youngseok Park, Juhwan Noh, Kibum Choi, Jungwoo Choi,

More information

Introduction to Mobile Sensing Technology

Introduction to Mobile Sensing Technology Introduction to Mobile Sensing Technology Kleomenis Katevas k.katevas@qmul.ac.uk https://minoskt.github.io Image by CRCA / CNRS / University of Toulouse In this talk What is Mobile Sensing? Sensor data,

More information

Active learners in sustainable electronics and it

Active learners in sustainable electronics and it Downloaded from orbit.dtu.dk on: Dec 18, 2018 Active learners in sustainable electronics and it Schultz, Ole Publication date: 2015 Document Version Publisher's PDF, also known as Version of record Link

More information

School of Surveying & Spatial Information Systems, UNSW, Sydney, Australia

School of Surveying & Spatial Information Systems, UNSW, Sydney, Australia Development of an Unmanned Aerial Vehicle Platform Using Multisensor Navigation Technology School of Surveying & Spatial Information Systems, UNSW, Sydney, Australia Gang Sun 1,2, Jiawei Xie 1, Yong Li

More information

Multipurpose Iron Man Glove & Moveable Platform

Multipurpose Iron Man Glove & Moveable Platform Trinity University Digital Commons @ Trinity Mechatronics Final Projects Engineering Science Department 5-2018 Multipurpose Iron Man Glove & Moveable Platform Destinee Davis Trinity University, ddavis2@trinity.edu

More information

A PRACTICAL GUIDE TO CONNECTING HARDWARE TO FLEX

A PRACTICAL GUIDE TO CONNECTING HARDWARE TO FLEX A PRACTICAL GUIDE TO CONNECTING HARDWARE TO FLEX Justin Mclean Class Software Email: justin@classsoftware.com Twitter: @justinmclean Blog: http://blog.classsoftware.com Who am I? Director of Class Software

More information

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station The platform provides a high performance basis for electromechanical system control. Originally designed for autonomous aerial vehicle

More information

Master Op-Doc/Test Plan

Master Op-Doc/Test Plan Power Supply Master Op-Doc/Test Plan Define Engineering Specs Establish battery life Establish battery technology Establish battery size Establish number of batteries Establish weight of batteries Establish

More information

InvenSense ITG-3200 Three-Axis Digital Output Yaw, Pitch, and Roll Gyroscope

InvenSense ITG-3200 Three-Axis Digital Output Yaw, Pitch, and Roll Gyroscope InvenSense ITG-3200 Three-Axis Digital Output Yaw, Pitch, and Roll Gyroscope MEMS Process Review For comments, questions, or more information about this report, or for any additional technical needs concerning

More information

Dynamically Adaptive Inverted Pendulum Platfom

Dynamically Adaptive Inverted Pendulum Platfom Dynamically Adaptive Inverted Pendulum Platfom 2009 Colorado Space Grant Symposium Jonathon Cox Colorado State University Undergraduate in Electrical Engineering Email: csutke@gmail.com Web: www.campusaudio.com

More information

Millimeter-wave wireless R&D status in Panasonic and future research

Millimeter-wave wireless R&D status in Panasonic and future research Millimeter-wave wireless R&D status in Panasonic and future research 4th Japan-EU Symposium 19 th January, 2012 Michiaki MATSUO Kazuaki TAKAHASHI Panasonic corporation Outline Panasonic s R&D activities

More information

PWM 180-Pin Probing Board Manual

PWM 180-Pin Probing Board Manual PWM 80-Pin Probing Board Manual an EZ-Extender product Revision.0, September 03 Part Number 8-000387-0 Analog Devices, Inc. One Technology Way Norwood, Mass. 006-906 a Copyright Information 03 Analog Devices,

More information

Complex Systems and Microsystems Design: The Meet-in-the-Middle Approach

Complex Systems and Microsystems Design: The Meet-in-the-Middle Approach Complex Systems and Microsystems Design: The Meet-in-the-Middle Approach J.L. Boizard, N. Nasreddine, D. Estève, JY. Fourniols N2IS Université de Toulouse, LAAS-CNRS 7 avenue du Colonel Roche, 31 077 Toulouse.

More information

MASTER THESIS. TITLE: Arduino based acquisition system for control applications

MASTER THESIS. TITLE: Arduino based acquisition system for control applications MASTER THESIS TITLE: Arduino based acquisition system for control applications MASTER DEGREE: Master in Science in Telecommunication Engineering & Management AUTHOR: Miguel Ángel Granado Navarro DIRECTOR:

More information

IMU Platform for Workshops

IMU Platform for Workshops IMU Platform for Workshops Lukáš Palkovič *, Jozef Rodina *, Peter Hubinský *3 * Institute of Control and Industrial Informatics Faculty of Electrical Engineering, Slovak University of Technology Ilkovičova

More information

SMART SENSORS AND MEMS

SMART SENSORS AND MEMS 2 SMART SENSORS AND MEMS Dr. H. K. Verma Distinguished Professor (EEE) Sharda University, Greater Noida (Formerly: Deputy Director and Professor of Instrumentation Indian Institute of Technology Roorkee)

More information

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg OughtToPilot Project Report of Submission PC128 to 2008 Propeller Design Contest Jason Edelberg Table of Contents Project Number.. 3 Project Description.. 4 Schematic 5 Source Code. Attached Separately

More information

Programming and Interfacing

Programming and Interfacing AtmelAVR Microcontroller Primer: Programming and Interfacing Second Edition f^r**t>*-**n*c contents Preface xv AtmelAVRArchitecture Overview 1 1.1 ATmegal64 Architecture Overview 1 1.1.1 Reduced Instruction

More information

Lab 5: Arduino Uno Microcontroller Innovation Fellows Program Bootcamp Prof. Steven S. Saliterman

Lab 5: Arduino Uno Microcontroller Innovation Fellows Program Bootcamp Prof. Steven S. Saliterman Lab 5: Arduino Uno Microcontroller Innovation Fellows Program Bootcamp Prof. Steven S. Saliterman Exercise 5-1: Familiarization with Lab Box Contents Objective: To review the items required for working

More information

The sensor network targeted for temperature and humidity monitoring within buildings, based on the BMS architecture

The sensor network targeted for temperature and humidity monitoring within buildings, based on the BMS architecture The sensor network targeted for temperature and humidity monitoring within buildings, based on the BMS architecture Main goal in scope of this project was to design system the sensor network, targeted

More information

Integrated Dual-Axis Gyro IDG-1004

Integrated Dual-Axis Gyro IDG-1004 Integrated Dual-Axis Gyro NOT RECOMMENDED FOR NEW DESIGNS. PLEASE REFER TO THE IDG-25 FOR A FUTIONALLY- UPGRADED PRODUCT APPLICATIONS GPS Navigation Devices Robotics Electronic Toys Platform Stabilization

More information

LumiNet: Prototyping Organic Physical Networks (and hacking Arduino in the process)

LumiNet: Prototyping Organic Physical Networks (and hacking Arduino in the process) LumiNet: Prototyping Organic Physical Networks (and hacking Arduino in the process) Jan Borchers and René Bohne Media Computing Group RWTH Aachen University, Germany Sketching in Hardware London, July

More information

Arduino Workshop A Hands On Introduction With 65 Projects John Boxall

Arduino Workshop A Hands On Introduction With 65 Projects John Boxall Arduino Workshop A Hands On Introduction With 65 Projects John Boxall We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on

More information

AUTONOMOUS SLAM ROBOT MECHENG 706. Group 4: Peter Sefont Tom Simson Xiting Sun Yinan Xu Date: 5 June 2016

AUTONOMOUS SLAM ROBOT MECHENG 706. Group 4: Peter Sefont Tom Simson Xiting Sun Yinan Xu Date: 5 June 2016 2016 AUTONOMOUS SLAM ROBOT MECHENG 706 Group 4: Peter Sefont Tom Simson Xiting Sun Yinan Xu Date: 5 June 2016 Executive Summary The aim of this project is to design and develop an Autonomous Simultaneous

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK DEVELOPMENT OF SMART COMMON UTILITY CORRIDOR FOR AN EDUCATIONAL INSTITUTION BUILDING

More information

Functional Specification for Wireless Ultrasonic Waterflow Monitoring System Project Team: Timbo Yuen Eric Lo Ehsan Arman Ye Lin Babak Razzaghi

Functional Specification for Wireless Ultrasonic Waterflow Monitoring System Project Team: Timbo Yuen Eric Lo Ehsan Arman Ye Lin Babak Razzaghi Functional Specification for Wireless Ultrasonic Project Team: Timbo Yuen Eric Lo Ehsan Arman Ye Lin Babak Razzaghi Contact Person: Ehsan Arman eaa14@sfu.ca Submitted to: Dr. Andrew Rawicz ENSC 440 Steve

More information

INFORMATION DECK 2018

INFORMATION DECK 2018 INFORMATION DECK 2018 COMPANY MISSION VRee platform facilitates multi-user full body VR applications for: Gaming & esports Training & Simulation Design & Testing - Software development kit to create high

More information

Designing a smart home environment using a wireless sensor networking of everyday objects

Designing a smart home environment using a wireless sensor networking of everyday objects Designing a smart home environment using a wireless sensor networking of everyday objects LAGUIONIE Olivier November 27, 2008 Master s Thesis in Computing Science, 30 ECTS credits Supervisor at CS-UmU:

More information

Development of a Low-Cost SLAM Radar for Applications in Robotics

Development of a Low-Cost SLAM Radar for Applications in Robotics Development of a Low-Cost SLAM Radar for Applications in Robotics Thomas Irps; Stephen Prior; Darren Lewis; Witold Mielniczek; Mantas Brazinskas; Chris Barlow; Mehmet Karamanoglu Department of Product

More information

AMI (ADVANCED METERING INFRASTRUCTURE) MESH WITHOUT SWITCHES IN THE KIT SECTION

AMI (ADVANCED METERING INFRASTRUCTURE) MESH WITHOUT SWITCHES IN THE KIT SECTION AMI (ADVANCED METERING INFRASTRUCTURE) MESH WITHOUT SWITCHES IN THE KIT SECTION *M.Raga Divya, ** Y.Ratna Babu *Department of Electronics and Communication VIGNAN S Lara Institute of Technology and Sciences,

More information

Embedded systems. Exercise session 1. Introduction and project presentation

Embedded systems. Exercise session 1. Introduction and project presentation Embedded systems Exercise session 1 Introduction and project presentation Introduction Contact Mail : michael.fonder@ulg.ac.be Office : 1.82a, Montefiore Website for the exercise sessions and the project

More information

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 Jorge Paiva Luís Tavares João Silva Sequeira Institute for Systems and Robotics Institute for Systems and Robotics Instituto Superior Técnico,

More information

Xbox 360 Game Manual

Xbox 360 Game Manual Xbox 360 Game Manual Read Book Online: Xbox 360 Game Manual Download or read online ebook xbox 360 game manual in any format for any devices. Xbox 360 Game Manual - Are you looking for ebook xbox 360 game

More information

Pico-Satellite Training Kit HEPTA-Sat: Hands-on Practices for Space Engineering

Pico-Satellite Training Kit HEPTA-Sat: Hands-on Practices for Space Engineering College of Science and Technology Pico-Satellite Training Kit HEPTA-Sat: Hands-on Practices for Space Engineering Masahiko Yamazaki(Nihon University) Pre-Symposium Hands-on Workshop at Stellenbosch University(Dec.

More information

Workshops Elisava Introduction to programming and electronics (Scratch & Arduino)

Workshops Elisava Introduction to programming and electronics (Scratch & Arduino) Workshops Elisava 2011 Introduction to programming and electronics (Scratch & Arduino) What is programming? Make an algorithm to do something in a specific language programming. Algorithm: a procedure

More information

Dynamics and Operations of an Orbiting Satellite Simulation. Requirements Specification 13 May 2009

Dynamics and Operations of an Orbiting Satellite Simulation. Requirements Specification 13 May 2009 Dynamics and Operations of an Orbiting Satellite Simulation Requirements Specification 13 May 2009 Christopher Douglas, Karl Nielsen, and Robert Still Sponsor / Faculty Advisor: Dr. Scott Trimboli ECE

More information

IOT104 2-Day Programming Internet of Things (IoT) using Arduino

IOT104 2-Day Programming Internet of Things (IoT) using Arduino TRAINING PUBLISHING CONSULTING IOT104 2-Day Programming Internet of Things (IoT) using Arduino Internet of Things (IoT) has been the buzzword for the recent years and is set to explode in the year of 2015.

More information

Aerospace Structure Health Monitoring using Wireless Sensors Network

Aerospace Structure Health Monitoring using Wireless Sensors Network Aerospace Structure Health Monitoring using Wireless Sensors Network Daniela DRAGOMIRESCU, INSA Toulouse 1 Toulouse Aerospace City 2 Outline Objectives and specifications for greener and safer aircrafts

More information

Introduction to Embedded Systems

Introduction to Embedded Systems Introduction to Embedded Systems Edward A. Lee & Sanjit Seshia UC Berkeley EECS 124 Spring 2008 Copyright 2008, Edward A. Lee & Sanjit Seshia, All rights reserved Lecture 3: Sensors and Actuators Sensors

More information

100UF CAPACITOR POTENTIOMETER SERVO MOTOR MOTOR ARM. MALE HEADER PIN (3 pins) INGREDIENTS

100UF CAPACITOR POTENTIOMETER SERVO MOTOR MOTOR ARM. MALE HEADER PIN (3 pins) INGREDIENTS 05 POTENTIOMETER SERVO MOTOR MOTOR ARM 100UF CAPACITOR MALE HEADER PIN (3 pins) INGREDIENTS 63 MOOD CUE USE A SERVO MOTOR TO MAKE A MECHANICAL GAUGE TO POINT OUT WHAT SORT OF MOOD YOU RE IN THAT DAY Discover:

More information

Application Note. Communication between arduino and IMU Software capturing the data

Application Note. Communication between arduino and IMU Software capturing the data Application Note Communication between arduino and IMU Software capturing the data ECE 480 Team 8 Chenli Yuan Presentation Prep Date: April 8, 2013 Executive Summary In summary, this application note is

More information

SpiderBat: Augmenting Wireless Sensor Networks with Distance and Angle Information

SpiderBat: Augmenting Wireless Sensor Networks with Distance and Angle Information SpiderBat: Augmenting Wireless Sensor Networks with Distance and Angle Information Georg Oberholzer, Philipp Sommer, Roger Wattenhofer 4/14/2011 IPSN'11 1 Location in Wireless Sensor Networks Context of

More information

Introduction to the Arduino

Introduction to the Arduino CHAPTER 1 Introduction to the Arduino The Arduino Uno. The Arduino has become wildly popular among the hobbyist community. In 2011, there were an estimated 300,000 Arduino boards in use, not counting the

More information

Welcome to Arduino Day 2016

Welcome to Arduino Day 2016 Welcome to Arduino Day 2016 An Intro to Arduino From Zero to Hero in an Hour! Paul Court (aka @Courty) Welcome to the SLMS Arduino Day 2016 Arduino / Genuino?! What?? Part 1 Intro Quick Look at the Uno

More information

METHODS FOR ENERGY CONSUMPTION MANAGEMENT IN WIRELESS SENSOR NETWORKS

METHODS FOR ENERGY CONSUMPTION MANAGEMENT IN WIRELESS SENSOR NETWORKS 10 th International Scientific Conference on Production Engineering DEVELOPMENT AND MODERNIZATION OF PRODUCTION METHODS FOR ENERGY CONSUMPTION MANAGEMENT IN WIRELESS SENSOR NETWORKS Dražen Pašalić 1, Zlatko

More information

8 cm 5,5 cm 145g 2,1 cm

8 cm 5,5 cm 145g 2,1 cm Wireless accelerometer DEDICATED TO SHOCK MEASUREMENT with integrated data logger //APPLICATIONS featured video BeanDevice AX-3DS main presentation video BeanDevice AX-3DS - Wireless Sensor Network dedicated

More information

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs 10-11 Introduction to Arduino In this lab we will introduce the idea of using a microcontroller as a tool for controlling

More information

Capacitive Sensing Interface of QN908x

Capacitive Sensing Interface of QN908x NXP Semiconductors Document Number: AN12190 Application Note Rev. 0, 05/2018 Capacitive Sensing Interface of QN908x Introduction This document details the Capacitive Sensing (CS) interface of QN908x. It

More information

Arduino Controllers & Ham Radio A PRESENTATION BY MICHAEL MAGNUSON N7ETA

Arduino Controllers & Ham Radio A PRESENTATION BY MICHAEL MAGNUSON N7ETA Arduino Controllers & Ham Radio A PRESENTATION BY MICHAEL MAGNUSON N7ETA N7ETA 6/1/2018 There are many SBC (Single Board Computer), and micro controllers that can be used with the control and operation

More information

Intelligent Systems Design in a Non Engineering Curriculum. Embedded Systems Without Major Hardware Engineering

Intelligent Systems Design in a Non Engineering Curriculum. Embedded Systems Without Major Hardware Engineering Intelligent Systems Design in a Non Engineering Curriculum Embedded Systems Without Major Hardware Engineering Emily A. Brand Dept. of Computer Science Loyola University Chicago eabrand@gmail.com William

More information

Saturday Academy Program

Saturday Academy Program Lesson Plans High School Courses Donald L. McCoy K-to-College STEM Education Consultant thempitman@gmail.com Last Update: October 17, 2018 Virtual Reality Coding using PlayCanvas RobotC Coding Applications

More information

Advancing MEMS R&D in materials, processes and devices to face major needs arising from the booming MEMS market

Advancing MEMS R&D in materials, processes and devices to face major needs arising from the booming MEMS market Advancing MEMS R&D in materials, processes and devices to face major needs arising from the booming MEMS market Dr Julien Arcamone MEMS Business development Manager, CEA-LETI julien.arcamone@cea.fr MEMS

More information

Cooperative Systems of Physical Objects

Cooperative Systems of Physical Objects Cooperative Systems of Physical Objects Hans Gellersen Lancaster University Lancaster HWG 2 Physical Objects and Computation Perhaps a smart coffee cup? Mediacup (Karlsruhe, 1999) Cooperation Added Value

More information