connect a DC-Motor with an arduino

Slides:



Advertisements
Similar presentations
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
Advertisements

RaceBot can do car race using two DC motors. Let's learn how to go forward, backward, right turn, and left turn. with practicing ' ㄱ ' shape racing, and.
Given Connections Solution
AUTOMATIC PLANT WATERING SYSTEM CREATED BY: KOOSHA DANESHI, CHAO JIANG, ALASTAIR FRASER.
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
BugBot is a robot that walks with 6 legs not using wheels Bug.
Arduino Part 1 Topics: Microcontrollers Programming Basics: structure and variables Digital Output Analog to Digital Conversion.
Embedded Programming and Robotics Lesson 5 Motor Control 1.
Motors Make the world go ‘round By Jackson Greer, Room 305.
2.0 EMBEDDED CONTROLLER Engr. Hj. Mohamad Fauzi bin Zakaria Department of Mechatronics and Robotics Engineering Faculty of Electrical and Electronic Engineering.
Intro to the Arduino Topics: The Arduino Digital IO
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
Sensors. This is a set of transmitter and receiver in one of the photoelectric sensor. Detection distance can be adjusted according to the requirements.
Annie Ly Lawrence Cagatin EE485 Spring 2012 Tuffy Medical Devices.
Teachers Name : Suman Sarker Telecommunication Technology Subject Name : Microcontroller & Embedded System Subject Code : 6871 Semester : 7th Department.
1923 Virtual Robot Part 4 By Nihar Sidhu.
Robot Swarm Work group : Ibrahem Batta. Emad Shakhshir. Supervisor: Dr. Ashraf Armoush.
CIS Humanoid Hand Team Members: Tom Billings, Mike Stock, Scott Shugh, Ananya Majumder, Kit Buckley.
Getting Started With the Arduino Uno
KEYBOARD INTERFACING Keyboards are organized in a matrix of rows and columns The CPU accesses both rows and columns through ports. ƒTherefore, with two.
MAKE: AN ELECTRONICS WORKSHOP
Voice Controlled Bot ITSP Idea To make a bot which will follow speech instructions The instructions will be simple like : “start, stop, left, right,
Rebecca Bruce and Susan Reiser, May 2015 Analog Input and Output.
Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot Wirering a DC-Motor with the arduino Next - Press the button (left)
Arduino DC Motor Motion Control Instructor: Dr Matthew Khin Yi Kyaw.
Istituto Tecnico Industriale A.Monaco EURLAB Moving a robot simple example program to control a DC-Motor Next - Press the button (left)
Lecture 3. SMART Funded by The National Science Foundation Diode A diode is an semiconductor component that, in general, will pass current in only one.
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).
Pulse-Width Modulation: Simulating variable DC output
WHY PARALLEL PORT? The simplest computer controlled robot Requires only basic programming skills in C to start off with Can take inputs from your robot.
Arduino Application: Speed control of small DC Motors
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
Components of Mechatronic Systems AUE 425 Week 2 Kerem ALTUN October 3, 2016.
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),
Arduino.
DC Motors DC Motors are widely used in robotics because of their small size and high energy output. Key characteristics of DC motors include: 1. High Speed.
Arduino Part 1 Topics: Microcontrollers
DC MOTOR INTERFACING WITH 8051 MICROCONTROLLER PRESENTED BY
H-Bridge Motor Driver.
Intro to USB-6009 DAQ.
simple example program to control a DC-Motor
If you want to swing an robot arm or …
CWNC Trojanators Electrical Basics
Microcontroller basics
Microprocessors Tutorial 1: Arduino Basics
Intro to the Arduino Created by
Program the robotic arm
Controlling of robot using voice
Diagram of the Board of Education
Praktikum Mikrokontroler
Intro to the Arduino Topics: The Arduino Digital IO
Button/Switch.
Arduino Board.
Dave Mawdsley, DACS Member, Linux SIG January 16, 2013
Chapter 1 Introduction of Arduino
Game Controller Lesson Two.
XBEE CONTROLLED DC MOTORS
Sensors and actuators Sensors Resistive sensors
Lab #1: Getting Started.
Introduction to Arduino
Arduino Board.
Arduino म्हणजे काय?.
What IS Relay?.
Arduino程式範例.
PRESENTATION BASED ON EMBEDDED SYSTEM. SUBMITTED BY MAMATA YADAV.
Interrupts.
Buttons.
Autonomous Delivery Robot
Presentation transcript:

connect a DC-Motor with an arduino

If you want to move a robot you need a motor. In this lesson, you will learn how to control a small DC motor using an Arduino and a Motor Driver Module. You can’t connect the motor directly to a port of a microcontroller like an arduino. The small DC motor is likely to use more power than an Arduino digital output can handle directly. If we try to connect the motor directly to an Arduino pin, there is a high probability that it could damage the Arduino.

How connecting? Press the button (left) and write down the DC-Current per I/O-Pin

How connecting? Write down the DC-Current per I/O-Pin and press the button (left)

Write down the Unloaded Current and press the button (left)!

? I = 20 mA I = 40 .. 60 mA And now? Press the button (left)

! The solution I = 20 mA I = 40 .. 60 mA Motor Driver Module Press the button (left)  Connect the components