Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory HOW TO Read Temperature On Graphic App.

Slides:



Advertisements
Similar presentations
Downloading data to a computer or How to print a copy of the chart.
Advertisements

Getting Started: Arxterra Control Panel & Android Applications
Getting your Arduino to Work: Microsoft Windows 1.Install Arduino programming environment 2.Install Arduino Uno driver 3.Make sure you can download a program.
ESE Lab Computer based Temperature Control Sid Deliwala, ESE Labs.
CSULB EE400D TECHNICAL DOCUMENTATION ARDUINO/ARXTERRA PROGRAMMING PART II - TELEMETRY.
1 Arduino Board: Arduino UNO Arduino Programing Environment: Arduino 0022
Untethered Walk around your classroom with your Laptop, with no cables connected!
The New FTC Platform (Connecting your legacy hardware)
Bluetooth Controller Setting up the BT controller and Arduino with Processing.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
ECE 455 Dan Brown Cody Lynn Android Controlled Relay Box.
Input Devices Ali El-Achmar Matt Leclair TEJ20. What Are Input Devices? ● Input Devices are data going into the computer from the user.
Getting Started With the Arduino Uno
SMS Control and Monitoring System In Chicken Farm Prepared By : Maysoon Mohanna Eman Madi Supervisor : Supervisor : Dr. Jamal Kharousheh 2009.
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory Basic skill I. 1 : MIDI & Arduino MIDI connections.
Lecture 9: Introduction to Arduino Topics: Arduino Fundamentals, Bean Date: Mar 22, 2016.
Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot Wirering a DC-Motor with the arduino Next - Press the button (left)
The Marshall car. INDEX Introduction The team What is it Arduino General Handling Manual handling Automatic Handling Sensors.
Istituto Tecnico Industriale A.Monaco EURLAB Object Detection Object Detection by Ultrasonic How to install and program a ultra sonic sensor with Arduino.
Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot connect the wifi-component ESP8266.
Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot simple example program to control a DC-Motor Next - Press the button (left)
Istituto Tecnico Industriale A.Monaco EURLAB Object Detection Object Detection by Ultrasonic How to install and program a ultra sonic sensor with Arduino.
Istituto Tecnico Industriale A.Monaco EURLAB Control a Servo Motor If you want to swing an robot arm or … steer a robot you need a special motor (Servo).
A microcontroller-based system for multi sensor monitoring and messaging via GSM network Bachelor thesis Angelakis Vaios Supervisor:Kazarlis S.
Arduino “Getting Started” Instructor : Dr Matthew Miss Khin Yi Kyaw
HW & SW Overview  What’s UNO  Hardware  Specification  Installing IDE  Programming  Compiling.
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory HOW TO SEARCH FOR DATAs.
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory HOW TO Transmit and RECEIVE Datas.
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory HOW TO CREATE 3d PART.
Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot SEnd temperature over the wireless what is LM35DZ Send temperature over the wireless network.
Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot connect the wifi-component ESP8266 Wireing.
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory HOW TO START 3D Experience.
Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot SEnd temperature over the wireless Send temperature over the wireless network. LM35DZ program.
Arduino Programming. THE ARDUINO IS A MICROCONTROLLER – A LOW COST, LOW PERFORMANCE COMPUTER.
IPhone to Galaxy Transfer
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory HOW TO TEST TEMPERATURE SENSOR.
Arduino Board SHUBHAM PANCHAL: What is an Arduino? A microcontroller board + programming IDE Microcontrollers & Robotics.
Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot SEnd temperature over the wireless Wireing Send temperature over the wireless network.
Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot connect the wifi-component ESP8266.
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory Basic skill I. 1 : MIDI & Arduino Hardware.
Arduino.
Remote Control Using Bluetooth
European Robotic LABoratory
Getting Started: Arxterra Control Panel & Application
3DoT Technical Documentation
Downloading Arduino FOR WINDOWS.
DHT 11 Sensor Connect the sensor with Arduino board like picture below. Download DHT11 Sensor library from
European Robotic LABoratory
European Robotic LABoratory
European Robotic LABoratory
cyBorg 1.0 Project by Team ROBOTECH The Green PAFIANS
Monitoring Robot Prepared by: Hanin Mizyed ,Abdalla Melhem
European Robotic LABoratory
Programming with Arduinos and Rapsberry Pi
Wearable Keyboard Graduation Project Seminar 21/12/ Thursday
CompTIA IT Fundamentals Study Guide (FC0-U51)
Arduino and Grove LET’S START.
مقدمة في الاردنيو د فضل الاكوع.
How to Fix Android File Transfer Not Working on Mac?
FeMaidens Programming
Network Models, Hardware, Protocols and number systems
Network Media, models and number systems
Temperature Sensor.
All About Serial.
Downloading Arduino FOR MAC.
Programming your Robot
Arduino and Grove LET’S START.
Graphing Using Processing
HOME AUTOMATION SYSTEM BLUETOOTH BASED.  INTRODUCTION  PROBLEM STATEMENT  OBJECTIVES  BLOCK DIAGRAM  CIRCUIT DIAGRAM  METHODOLOGY  APPLICATIONS.
Presentation transcript:

Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory HOW TO Read Temperature On Graphic App

Istituto Tecnico Industriale A.Monaco EURLAB 1-How TO READ TEMPERATURE ON TOUCHPAD 1.1-PRESENTATION This activity involves reading temperature values from LM35 Temperature sensor to graphic app on Androïd system (touchpad or mobilephone) To do this, you need : Computer, Arduino Uno Board, Bluetooth Shield V2, Androïd touchpad ou phone LM35 temperature sensor USB cable, Arduino software Ardublock program (14-LM35-GraphicTemperatureApp.abp)

Istituto Tecnico Industriale A.Monaco EURLAB 1.2-How to connect LM35 to BLUETOOTH SHIELD V2 In order to measure Temperature on touchpad, use the picture below to connect LM35 Temperature sensor to Bluetooth Shield V2. 1-How TO READ TEMPERATURE ON TOUCHPAD

Istituto Tecnico Industriale A.Monaco EURLAB 1.3-Upload Program From computer, Launch Arduino Software, Launch Ardublock Sofware, Open 14-LM35-GraphicTemperatureApp.abp, Upload it to arduino. 1-How TO READ TEMPERATURE ON TOUCHPAD

Istituto Tecnico Industriale A.Monaco EURLAB 1.4-How does it work? This program converts the voltage value produced by the Temperature Sensor into a Temperature Value. Then, Arduino program sends only the temperature value (without sentence "the temperature is") to Bluetooth serial port. 1-How TO READ TEMPERATURE ON TOUCHPAD

Istituto Tecnico Industriale A.Monaco EURLAB 2-TEST IT ! 2.1-Read the temperature ON TOUCHPAD Open BT Simple Terminal in Touchpad, Look at the result !

Istituto Tecnico Industriale A.Monaco EURLAB 3-PREPARE YOUR ANDROID TOUCHPAD 3.1-INSTALL ES EXPLORATEUR In order to install Eurlab_Read_Temperature app on TouchPad, you have to install ES File Explorer : File Manager from google play store. 3.2-SECURITY SETTINGS In Security settings in Touchpad, Select « Allow installation of apps from sources other than the play store.»

Istituto Tecnico Industriale A.Monaco EURLAB 3-PREPARE YOUR ANDROID TOUCHPAD 3.3-copy.APK file Copy EURLAB_Read_Temperature.apk file in Touchpad 3.4-Install APP Open ES Explorateur file manager

Istituto Tecnico Industriale A.Monaco EURLAB 3-PREPARE YOUR ANDROID TOUCHPAD 3.4-Install APP Open ES Explorateur file manager

Istituto Tecnico Industriale A.Monaco EURLAB 4-Test the APP 4.1-OPEn APP Open EURLAB APP