PHYSICS PROJECT WITH A RESEACH BASIS 5c

Slides:



Advertisements
Similar presentations
Introduction to Arduino Microcontrollers...and how they can be used in Amateur Radio Andrew Rohne, KE8P October 18, 2013.
Advertisements

Author George Peck EVLA Hardware Monitor and Control PDR March 13, APPLICATIONS AND DEVICE INTERFACE ISSUES.
Coordinate Based Tracking System
Arduino Week 3 Lab ECE 1020 Prof. Ahmadi. Objective Data acquisition (DAQ) is the process of measuring an electrical or physical phenomenon such as voltage,
Today’s Agenda New Hardware Setup of RoboRIO
1 Arduino Board: Arduino UNO Arduino Programing Environment: Arduino 0022
Introduction.
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Introduction to Arduino Prepared by R. Lamond.  “Arduino is an open-source electronics prototyping platform based on flexible, easy- to-use hardware.
MDR ECE 415 Team Advisor: Professor Marinos Vouvakis Douglas Imbier EE Team Leader Edmons Zongo EE Treasurer Nicholas Ferrero EE Website Administrator.
Embedded Programming and Robotics
SPI By Alexander Maroudis. Outline What is SPI? SPI Configuration SPI Operation Master Slave Setup SPI Transactions SPI Digital Potentiometer Example.
1 Bits and pieces of executing a project Progress of your Final year project – You have a title ? – You have a list of objectives? What’s next? – Is it.
Mobile Handset Hardware Architecture
Bluetooth based home automation system N.Sriskanthan, F.Tan, K. Karande Microprocessors and Microsystems 26(2002) Presenter: Bui Phuong Nhung.
Ballooning Bundle. What is a Microcontroller? Small computer with a processor core, memory and programmable input/output Continuously repeats software.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
IBM - CVUT Student Research Projects Remote Control of a Furby Toy with BlueTooth Tomáš Kunc
Modem A Presentation Department of Computer Engineering,
Overview What is Arduino? What is it used for? How to get started Demonstration Questions are welcome at any time.
UNION COLLEGE WEATHER STATION Brian Kruppenbacker Jeffrey D’Alessandro Advisor: Professor Traver.
Introduction to Arduino Microcontrollers. What is a Microcontroller ? What is a Microprocessor ? A Microcontroller (8 bit) does one task very fast and.
IBM - CVUT Student Research Projects Compression Algorithm for Wireless Microphone Michal Přibyl
Who Are You, Arduino? Er. Sahil Khanna
Microcontroller Hands-on Workshop #2 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers October 31, 2009.
BMP085 Barometric Digital Pressure Sensor Module TYWu.
Arduino A free development system based on Atmel AVR 8 bit microcontrollers. LB8X Tom.
SIDE SCAN HARDWARE CONFIGURATION
SIDE SCAN HARDWARE CONFIGURATION HYPACK Connection Block Diagram GPS, single beam and tide data go into HYPACK ® SURVEY. Sidescan (with optional.
The Marshall car. INDEX Introduction The team What is it Arduino General Handling Manual handling Automatic Handling Sensors.
ICTWays workshop “Creativity and imagination in the classroom: Arduino and its application samples” LLP PT-COMENIUS-CNW
Electronic Instrumentation Project 202 Project Name: Differential Thermometer Student #1: Name ID Student #2: Name ID Student #3: Name ID.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
Arduino Board SHUBHAM PANCHAL: What is an Arduino? A microcontroller board + programming IDE Microcontrollers & Robotics.
Arduino Week 3 Lab ECE 1020 Prof. Ahmadi. Objective Data acquisition (DAQ) is the process of measuring an electrical or physical phenomenon such as voltage,
Michael Rahaim, PhD Candidate Multimedia Communications Lab
Vehicle Occupancy Detection System
Electrical Engineering
Dr. Kyung Eun Park Summer 2017
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
Digital Weather Station Overview
cyBorg 1.0 Project by Team ROBOTECH The Green PAFIANS
Monitoring Robot Prepared by: Hanin Mizyed ,Abdalla Melhem
Weather Station Weather station design for measuring
WIRELESS NETWORKING OF
IBDP Computer SCIENCE Di WU
Arduino Part 1 Topics: Microcontrollers Programming Basics
Introduction to Internet of Things(IoT) using Arduino
Introduction to Arduino Microcontrollers
ASCEND Balloon Launch Team Too Loud
Introduction to Arduinos
Roller Coaster Design Project
FeMaidens Programming
Goals Structure Sensors Communication Server
Modem A Presentation Department of Computer Engineering,
EEE425-PROGRAMMING LANGUAGe Mehmet ali yılmaz
1 مفهوم ارتباطات ارتباطات معادل واژه communications ) ميباشد(. ارتباطات يك فرايند اجتماعي و دو طرفه است كه در آن اطلاعات مبادله شده و نوعي تفاهم بين طرفهاي.
CSCI1600: Embedded and Real Time Software
GMA Gas detection system
CSCI1600: Embedded and Real Time Software
Manual Robotics ..
智慧電子應用設計導論(1/3) Arduino
Components of a Computer System
Arduino म्हणजे काय?.
Introduction to Arduinos
HOME AUTOMATION SYSTEM BLUETOOTH BASED.  INTRODUCTION  PROBLEM STATEMENT  OBJECTIVES  BLOCK DIAGRAM  CIRCUIT DIAGRAM  METHODOLOGY  APPLICATIONS.
PRESENTATION BASED ON EMBEDDED SYSTEM. SUBMITTED BY MAMATA YADAV.
Research on control system based on Zephyr technique
05 | Integrating Advanced Sensors and Shields
Presentation transcript:

PHYSICS PROJECT WITH A RESEACH BASIS 5c Weather Station PHYSICS PROJECT WITH A RESEACH BASIS 5c Frida Bäfverfeldt Supervisor: Volker Ziemann

Introduction Why does FREIA need a weather station? - Weather effects measurements (pressure vessels etc) Why am I the one building this device? - Physics project with a research basis 5c What will I talk about today? - Hardware and software. Sensors -> Device -> Control system

Sensors LM35 – Temperature (Analog signal) DHT22 – Relative Humidity & Temperature (Proprietor Digital protocol) BMP280 – Pressure & Temperature (I2C Standard)

Processor and Communication Communication within the device - I2C, analog, etc Arduino! Communication to/from device - Serial (RS-232) USB cable HC-06 bluetooth module

Circuit diagram

The finished weather station HC 06 BMP280 ”Arduino” DHT22 LM35

Software - Arduino Arduino language: based on C/C++ An executable program only needs two functions to run. setup() and loop().

Communication EPICS

Results MATLAB

Results EPICS

Questions? THANK YOU FOR YOUR ATTENTION Full report available at: http://www.diva-portal.org/smash/get/diva2:974843/FULLTEXT01.pdf