ARDUINO UNO The Arduino uno is a microcontroller board based on the ATmega328. It has 14 digital Input / Output pins (of which 6 can be used as PWM outputs),

Slides:



Advertisements
Similar presentations
EMS1EP Lecture 8 Pulse Width Modulation (PWM)
Advertisements

Greg Beau SerajAnanya. Outline  Project overview  Project-specific success criteria  Block diagram  Component selection rationale  Packaging design.
ECE 480 Design Team 3 Technical Lecture
Introduction To Frc electronics
And cheap, yes! River Falls, WI October 30, 2010 Saint Cloud State University, MN.
Wiring the new control system MVRT 2010 – 2011 Season.
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
Potentiometer Electric circuit Cell or Battery Resistor Switch Bulb Earth/Ground LED.
Bread Boarding and Operating The IFI Robotic Control System.
Tony Yi 5/2/2015 CENG4480 TUTORIAL 3. ABOUT ME I am “the other” tutor of CENG4480 You can find me at Rm116 in SHB
L.
Flatiron Mobile Device Security Monitor Thomas Horacek Lucas Greve.
Khaled A. Al-Utaibi  What is Arduino?  Arduino Boards  Arduino Shields  Arduino Uno Hardware.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
1. A guide to wiring your robot. Jerry Skene Past mentor – Chantilly Robotics
L.C. Technology Servo Motor Control / Genie Software
Electromechanical Systems “Robotic Sorting System” Brent GuyJonathan Penney.
Term Project Upgrading of an Automated Guided Vehicle (AGV)
Arduino Josh Villbrandt February 4, Digital Circuits Analog versus digital – What’s the difference? – How to represent an analog signal in a computer?
Segway Controller Notes. = connection on top layer of circuit board = connection on bottom layer of circuit board Ground Plane: Areas enclosed by the.
Sensors. This is a set of transmitter and receiver in one of the photoelectric sensor. Detection distance can be adjusted according to the requirements.
Arduino. What is it? A open-source software suite and single-board microcontroller. Allows easy and affordable prototyping of microcontroller applications.
Wall-E Prototype I Team 1 Xin Jin
An-Najah National University Faculty of Engineering Department of Mechatronics Engineering Whiteboard Notes Tracking-Erasing System.
OBSTACLE AVOIDANCE ROBOT
TechKnowTone Contents: Sensor Features Sensor Connections Sample Sketch Questions …Sensor Features… Arduino Coding – Distance Sensors.
ENERGY CONSERVATION IN STREET LIGHTING SYSTEM PRESENTED BY, DINESH KUMAR.G PRASANTH.D RAJESH KANNA.R YOGESH.T Department of EEE Guided By, Mr.K.Rajesh.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
Arduino Microcontroller Technical Details : Arduino (UNO R3) micro-controller ATmega 328 CPU (“industry-standard” micro-controller CPU) ?? MHz clock speed.
 Definition of Micro-Controllers  Comparison between types of Micro- Controllers  Pin Identification of ATMEGA32.
Servo Motor Control Using Arduino Instructor: Dr Matthew Khin Yi Kyaw.
VEHICLE BACK UP ALARM DESIGN Student: Qi Zhou Mentor: Dr. Stanislaw Legowski.
Multipurpose Keychain ECE 445 Senior Design Junting Lou Yaming Tang Lida Zhu TA: Rajarshi Roy Project No. 11 Fall 2012.
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 Object Detection Object Detection by Ultrasonic How to install and program a ultra sonic sensor with Arduino.
Sitarambhai Naranjibhai Patel Institute Of Technology & R.C.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
Arduino based Automatic Temperature Controlled Fan Speed Regulator.
Robotics Grant Agreement No LLP UK-LEONARDO-LMP Project acronym: CLEM Project title: Cloud services for E-Learning in Mechatronics Technology.
Components of Mechatronic Systems AUE 425 Week 2 Kerem ALTUN October 3, 2016.
Introduction to Motors, servos and steppers
The 4th Annual Colorado Robot Challenge
NXT Mindstorms Kit Programming
Intro to USB-6009 DAQ.
Smart Parking Application
Obstacle avoiding robot { pixel }
Microcontroller basics
Home automation using Arduino & ‘PIR sensor’
ECE 445 Smart Window Responding System
RECAP OF THE LAST LESSON
Automated slicing machine
connect a DC-Motor with an arduino
Automatic human detector garbage can.
cyBorg 1.0 Project by Team ROBOTECH The Green PAFIANS
Automatic heat source finding laptop cooling pad By Team 26
WALL DETECTOR ROBOT VEHICLE
How an Ultrasonic Range Finder works
‘SONAR’ using Arduino & ultrasonic distance sensor
ARDUINO     What is an Arduino? Features 14 Digital I/O pins 6 Analogue inputs 6 PWM pins USB serial 16MHz Clock speed 32KB Flash memory 2KB SRAM.
WELCOME.
ELECTRONIC AUTOMATIC TRANSMISSION FOR BICYCLE TA – HERSHEL REGE
Arduino Board.
EET 2261 Unit 12 Controlling Stepper Motors and Servos
Elecbits Ultrasonic RADAR.
Introduction to Arduino
Arduino Board.
Arduino म्हणजे काय?.
Hardware Graduation Project (2) Seminar
Sound Waves and Ultrasound
Presentation transcript:

ARDUINO UNO The Arduino uno is a microcontroller board based on the ATmega328. It has 14 digital Input / Output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16MHz ceramic resonator, USB connection, a power jack, an ICSP header and a reset button. It contains everything needed to support the microcontroller; simply connect it to computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.

SG-90 SERVO MOTOR A servomotor is a rotary actuator that allows for precise control of angular position, velocity and acceleration. It consists of a suitable motor coupled to a sensor for position feedback. Servomotors are used in applications such as robotics, CNC machinery or automated manufacturing. A servomotor is a rotary actuator that allows for precise control of angular position, velocity and acceleration. It consists of a suitable motor coupled to a sensor for position feedback. Servomotors are used in applications such as robotics, CNC machinery or automated manufacturing.

Ultrasonic Sensor HC-SR04  Ultrasonic ranging module HC - SR04 provides 2cm - 400cm non-contact measurement function, the ranging accuracy can reach to 3mm.  The modules includes ultrasonic transmitters, receiver and control circuit.  The basic principle of work: (1) Using IO trigger for at least 10us high level signal, (2) The Module automatically sends eight 40 kHz and detect whether there is a pulse signal back. (3) IF the signal back, through high level, time of high output IO duration is the time from sending ultrasonic to returning.  Test distance = (high level time×velocity of sound (340m/S) / 2.  Ultrasonic ranging module HC - SR04 provides 2cm - 400cm non-contact measurement function, the ranging accuracy can reach to 3mm.  The modules includes ultrasonic transmitters, receiver and control circuit.  The basic principle of work: (1) Using IO trigger for at least 10us high level signal, (2) The Module automatically sends eight 40 kHz and detect whether there is a pulse signal back. (3) IF the signal back, through high level, time of high output IO duration is the time from sending ultrasonic to returning.  Test distance = (high level time×velocity of sound (340m/S) / 2.

Microcontroller (Arduino UNO) The Arduino Uno is a microcontroller board. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started. The Uno differs from all preceding boards in that it does not use the FTDI USB- to-serial driver chip. Instead, it features the Atmega8U2 programmed as a USB-to-serial converter.

Design of dual Ultrasonic RADAR antenna & Design of rotating mechanism for antenna 1.At first Vero board is cut in small segment. 2.Socket pins are soldered to the board. 3.Multiple wires were soldered accordingly for two different sensors in such a manner to minimize the no. of wires. 4.Finally, two sensors were plugged to the corresponding sockets and the board was mounted on the SG-90 servo motor. 1.At first Vero board is cut in small segment. 2.Socket pins are soldered to the board. 3.Multiple wires were soldered accordingly for two different sensors in such a manner to minimize the no. of wires. 4.Finally, two sensors were plugged to the corresponding sockets and the board was mounted on the SG-90 servo motor.

Circuit diagram of DUAL RADAR sensor to Arduino

Circuit diagram