Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot SEnd temperature over the wireless Send temperature over the wireless network. LM35DZ program.

Slides:



Advertisements
Similar presentations
Bush Library Proposal By Yvana. Introduction The museum will assume that people have their own wireless devices such as iPods, cell phones, and MP3 players.
Advertisements

1 Arduino Board: Arduino UNO Arduino Programing Environment: Arduino 0022
Wireless setup utility for Portable Printer P-20.
Untethered Walk around your classroom with your Laptop, with no cables connected!
Bluetooth Controller Setting up the BT controller and Arduino with Processing.
Arduino. What is it? A open-source software suite and single-board microcontroller. Allows easy and affordable prototyping of microcontroller applications.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
Making your Robot Move Motorbolts. Notes This presentation will be available on the High Tech Kids’ website: hightechkids.orghightechkids.org For more.
The Smart Greenhouse Realization of a smart autonomous Greenhouse Gianluca Belardinelli Istituto Tecnico Industriale Don Orione Fano State Exam
INTERFACING WEB SERVER WITH A ROBOT
1 of 20 Core Arduino Workshop Chris Koehler and Brian Sanders Colorado Space Grant Consortium.
Tweaking Your Simon Adding a photoresistor and changing code Instruction by Pete Lewis and Linz Craig.
Tweaking Your Simon Adding a photoresistor and changing code Instruction by Pete Lewis.
Robot Swarm Work group : Ibrahem Batta. Emad Shakhshir. Supervisor: Dr. Ashraf Armoush.
How to connect your NXT via Bluetooth A step-by-step instruction.
Microprocessors Tutorial 2: Arduino Robotics. Agenda 1. Robot Anatomy 2. Sensor Review 3. PWM 4. MAKE: Fade 5. Motors 6. H Bridge 7. Robot Control library.
438 labs. Labs Lab 1: Refreshing C and Linux Programming 2 Lab 1: Refreshing C and Linux Programming 2 – First: Getting familiar with development.
By Joshua Shaw.  Now that we have a program, we should see how it works in the real world  To do this we need the Cortex and the orange USB cable 
AAPT workshop W03 July 26, 2014 Saint Cloud State University, MN, USA
MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory Basic skill I. 1 : MIDI & Arduino MIDI connections.
Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot Wirering a DC-Motor with the arduino 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 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).
Arduino “Getting Started” Instructor : Dr Matthew Miss Khin Yi Kyaw
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 European Robotic LABoratory HOW TO Read Temperature On Graphic App.
1 Introduction to Coding. 2 Example Codes A lot of example codes are given with Arduino IDE A code can often be based on a previous example rather than.
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory HOW TO TEST TEMPERATURE SENSOR.
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.
ROBOTC for CORTEX Teacher Training © 2011 Project Lead The Way, Inc. Automation and Robotics VEX.
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory Basic skill I. 1 : MIDI & Arduino Hardware.
European Robotic LABoratory
simple example program to control a DC-Motor
Exploring Computer Science Lesson 6-5
Downloading Arduino FOR WINDOWS.
DHT 11 Sensor Connect the sensor with Arduino board like picture below. Download DHT11 Sensor library from
European Robotic LABoratory
Processing the image with Python
Program the robotic arm
European Robotic LABoratory
Programming Part 2 Mod Kit
Arduino and Grove LET’S START.
مقدمة في الاردنيو د فضل الاكوع.
Visual Instructions.
Module F: Presentation Understanding Robot Fundamentals
EEE425-PROGRAMMING LANGUAGe Mehmet ali yılmaz
3.4 Mi-com upload if necessary

Forward Until Touch Robot goes forward until it hits a wall.
Vinod Kulathumani West Virginia University
Intro to Micro Controllers
CTY SAR FCPS Shawn Lupoli, Elliot Tan
Compiled from various Internet sources Presented by Mr. Hatfield
Arduino 7 Segment Display Lab
LEGO Education - Mindstorms EV3 - Computer/control center – The Brick
Arduino Leonardo Setup
Model Blimp Design Competition Soldering Workshop by Youth College (International) / VTC 09:30 – 11:00 11:00 – 12: May
Arduino and Grove LET’S START.
Model Blimp Design Competition Programming Workshop by Youth College (International) / VTC May
CTY SAR FCPS Alexander Velikanov
Presentation transcript:

Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot SEnd temperature over the wireless Send temperature over the wireless network. LM35DZ program example

Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot LM35DZ Temperature-Sensor Download from the Website follow program: LM35DZ program example

Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot LM35DZ Temperature-Sensor This program send every one second a temperature-value read from the LM35DZ-Sensor. This code is the starting point for your entire program. LM35DZ Temperature Sensor

Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot LM35DZ Temperature-Sensor – Start Up Code LM35DZ Temperature Sensor

Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot LM35DZ Temperature-Sensor – Representing the temperature at the laptop. LM35DZ Temperature Sensor If you want to display the temperature on a laptop, you must do the following: 1.Download from the Mindmap the two files 1.setup.exe 2.Temperaturmessung.application 2.Start the setup.exe on your Laptop

Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot LM35DZ Temperature-Sensor – Representing the temperature at the laptop. LM35DZ Temperature Sensor 3.It opens the following application:

Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot LM35DZ Temperature-Sensor – Representing the temperature at the laptop. LM35DZ Temperature Sensor 4.Connect the USB-Port with the Arduino 5.Now start the Arduino application 6.Open the Serial Monitor 7.Read the IP-Adress and write down it. 8.Separate the connection to the USB port and turn on the 9V supply 9.Wait, if the LED “L” (Port 13) is on!

Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot LM35DZ Temperature-Sensor – Representing the temperature at the laptop. LM35DZ Temperature Sensor 10.Connect the laptop with the SSID “dd-wrt”! 11.Insert the IP-Adress an press the connect-button:

Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot LM35DZ Temperature-Sensor – Representing the temperature at the laptop. LM35DZ Temperature Sensor 12.If the connection is successful, the application starts.

Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot wirering Map ESP8266 data-lines LM35DZ Temperature Sensor