Maker Education Manipulator

Slides:



Advertisements
Similar presentations
INTRODUCTION TO ROBOTICS INTRODUCTION TO ROBOTICS Part 4: Sensors Robotics and Automation Copyright © Texas Education Agency, All rights reserved.
Advertisements

Module 4: Analog programming blocks. Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and.
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
ECE 265 – LECTURE 13 Interface to switches and LEDs 7/3/ ECE265.
©2006 CSUC Institute for Research in Intelligent Systems Tactile and Visual Sensing June 14, 2006.
Automated Systems Lesson 3: Getting the Robot to do work.
Basics of Sensors. A sensor is a device which is used to sense the surroundings of it & gives some useful information about it. This information is used.
Exploration Discovery Sensor. What are your Senses? Draw yourself and label each of your “senses” Senses are parts of you that interact with what is around.
Monitoring, measurement and control technology. Definition of data logging Data logging – collecting data automatically from sensors over a certain period.
Module 4: Analog programming blocks. Module Objectives Analyze a control task that uses analog inputs. Connect a potentiometer to LOGO! controller and.
Sensors. Sensors are for Perception Sensors are physical devices that measure physical quantities. – Such as light, temperature, pressure – Proprioception.
Our senses We can use our eyes to see things Our senses We use our ears to hear.
INTEGRATED SYSTEMS 1205 Technology Education A Curriculum Review Sabine Schnepf-Comeau July 19, 2011 ED 4752.
ELECTRONICS PRIMER II.
Measurement and Control. Control Systems A control system usually consists of a processor, a control program, interfaces and a device under the processor's.
EPGY Middle School Programming Adam Leeper
INTRODUCTION TO ROBOTICS INTRODUCTION TO ROBOTICS Part 4: Sensors Robotics and Automation Copyright © Texas Education Agency, All rights reserved.
Sound Fundamentals 2 Beginning Live P.A..
EMBEDDED SYSTEM & ROBOTICS. Introduction to robotics Robots are machines capable of carrying out a complex series of actions automatically. Robotics is.
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
Voltage Divider Circuits Input transducers Input transducers are devices that convert a change in physical conditions (for example, temperature) into a.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
Circuits and components Unit 45 Dr. Hatem Elaydi Engineering Technical English Islamic University of Gaza April 6, 2016.
Technical English Unit 45: Circuits and components Dr. Basil Hamed Technical English Islamic University of Gaza April, 2016.
LESSON 05 Using the Touch LED The Touch LED The purpose of this lesson is to introduce students to the Touch LED Sensor and how they can be used on a.
Cambridge Technical.
SENSORS.
Electronic Control Systems Week 3 – Switches and Sensors
Project Overview Introduction & Product Analysis
Measurements & Instrumentation – Module 3
UNIT III Range sensing - Proximity sensing - Touch sensing - Force and Torque sensing. Introduction to Machine vision - Sensing and digitizing - Image.
Project Overview Introduction & Product Analysis
Unit 45: Circuits and components Dr
Circuits and components Chapter 45
Unit 45: Circuits and components Dr
Sensors For Robotics Robotics Academy All Rights Reserved.
Robotic Circuit Components
Introduction to Robots
Introduction to robotics
Saving Lighting Energy with the BBC micro:bit
DT-Assessment Frame Work Term2
Chapter 2 Push button and Potentiometer
Hexbug Worksheet 02 Definitions of sensors:
Hexbug Worksheet 06 Definitions of sensors:
Input-Output-Process Demo
Systems and Control.
Stem Discovery Week at Kareas High School in Greece
Unit 45: Circuits and components Dr
Notes – Nervous System 1.
Sensation The stimulation of sensory receptors and the transmission of sensory information to the central nervous system (the spinal cord and brain).
Systems and Control.
Maker Education Manipulator
Maker Education Manipulator
Maker Education Manipulator
Grade 3 Lesson 5 Smart Doorbell.
Maker Education Manipulator
Dobot manipulator Maker experimental classroom Course introduction.
Maker Education Manipulator
Maker Education Manipulator
Maker Education Manipulator
Maker Education Manipulator
Maker Education Manipulator
Maker Education Manipulator
Year 4 Lesson 5 Smart Doorbell.
Maker Education Manipulator
Maker Education Manipulator
Maker Education Manipulator
Maker Education Manipulator
Presentation transcript:

Maker Education Manipulator A guest education robot

Lesson 12 The sensitive intelligent light

CONTENTS I. Introduction of subject II. About the light sensor III. Skills competition IV. Classroom summary

I. Introduction of subject

Wonderful sensor Voice-activated sensor 1 1 Color sensor

What is a sensor 2 The sensor is a detection device, can sense the measured information, and can, according to a certain law, convert the sensed information into electric signal or information output in other forms. The way by which we access the outside information The way by which mechanical equipment accesses the outside information Light sensor Humidity sensor Gas sensor Sound sensor Taste sensor Temperature sensor Pressure sensor Vision Smell Hearing Taste Touch

II. About light sensor

Light sensor 1 1 Light sensor

2 About light sensor GND 5V Include a sensitive resistor which can sense the light and shade change GND 5V Signal, which outputs the signal to the pin of the processor

1 3 Connection of light sensor 你知道光敏传感器与机械臂怎么连接吗? GND and 5V correspond to GND and 5V pins respectively SIG is connected to EIO7 pin

4 Reading of the light sensor value Step 2: print the light data Operation log 4 Step 3: output continuously Step 1: set the type of the interface EIO7 Step 2: print the light data

Exercise 1 5 Write a program to obtain the value of the light sensor, and through the light control, find out the maximum value and the minimum value of the light sensing data received.

III. Skills competition

It is time to operate by yourself!

I control my manipulator Operation purpose: further exercise of the manipulator and light sensor Operation task: write a program to achieve the sensitive intelligent light

Program example Note: LED light is connected to EIO5, and the light sensor is connected to EIO7

IV. Classroom summary

Summary What have we learned in this lesson? -Connection and operation method of the light sensor -Reading of light data of light sensor -Write a program to achieve the application of switching on LED light automatically when the light is lower than a certain value -Review basic knowledge about electronics and function and operation method of the manipulator interface

After-class thinking In addition to the light sensor, are there other ways available to achieve the switching on/off of the light automatically? How to achieve?

THANK YOU