SENIOR DESIGN PROJECT 1/23/06.

Slides:



Advertisements
Similar presentations
Microprocessor Motor Control Spring Introduction  Stamp projects Robots  Sensors  Motor control  Logic Rocketry  Reading acceleration (“g”
Advertisements

EML 2023 – Motor Control Lecture 4 – DAQ and Motor Controller.
Part 1: Introduction FRC Introduction  FRC 2907 since 2008  Each area of the robot has a team assigned  The Electronics team is headed this year.
EET 2261 Unit 13 Controlling Stepper Motors and Servos  Read Almy, Chapter 21.  Lab #13 due next week.  Final Exam next week.
A Solder Reflow Oven Dylan Gifford David Cobler. A typical $30,000 Reflow Oven Solder Paste Surface Mount Technology.
Arduino. Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source.
SENIOR DESIGN 10/16.
IR SENSORS AND ENCODERS. LCDs Timothy Friez Class # 2.
Introduction.
Embedded Programming and Robotics Lesson 1 Basic Electricity and Electronics Transistor Basics Lesson 1 -- Basic Electricity1.
Micromouse Meeting #3 Lecture #2 Power Motors Encoders.
RM2C Understanding Connections on the Robot Control Board (RCB).
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lab 2P. 1Winter Quarter Digital Electronics Lab 2.
Lab #5 Overview Activity #1 - Simulation of an Op-Amp inverting amplifier Activity #2 - Build and Test the Op-Amp inverting amplifier Activity #3 - Determining.
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
ENGR 6806 – Motor Control Prepared By: Rob Collett September 15, Office: EN2074.
Lab 1 - Microcontrollers Complete the program template below being sure to select the correct parameters to meet the requirements (see the Microcontroller.
To come up with a practicum project that full filled the 411 requirements Create a fun project that would get kids interested in science and engineering.
Current Electricity. Why did the electron cross the road? Or, why do electrons move in the wire when terminals are connected?
Week 3: Circuits October 2nd, 2015 Katie Hellier IRIS Science Academy.
Servos The material presented is taken from a variety of sources including:
PRIYADARSHINI SHRAVYA KAVYAA MOBILE CONTROLLED ROBOT USING DTMF ALLPPT.com _ Free PowerPoint Templates, Diagrams and Charts.
Automatic accident avoiding system PROJECT MEMBERS MUTHUKUMAR.K (05ME33) SAKTHIDHASAN.S (05ME39) SAKTHIVEL.N (05ME40) VINOTH.S (05ME56) PROJECT GUIDE:
The George Washington University Electrical & Computer Engineering Department ECE 002 Dr. S. Ahmadi Class3/Lab 2.
The Control of Electricity in Circuits
IN 1900 ICT Project Final Presentation. Group name : Code Squad.
SUBMITTED BY LENIN C INTRODUCTION Railways - cheapest mode of transportation. Aims to avoid accidents. Using simple electronic components- automate.
 Today we will cover:  Voltage regulators  Sensors  motordrivers iBOT1.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
 ACCELEROMETER  TRANSMITTER- BLOCK DIAGRAM  RECEIVER- BLOCK DIAGRAM  COMPONENTS DESCRIPTION- ENCODER TRANSMITTER RECEIVER OPTICAL SENSOR.
MICROCONTROLLER INTERFACING WITH STEPPER MOTOR MADE BY: Pruthvirajsinh Jadeja ( ) COLLEGE:DIET BRANCH:EC.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
Class Parts List Breadboard 1 Wire kit 1 Red LEDs 3 Green LEDs 3 Yellow LEDs 1 Photoresistor 1 xPiezo sensor 1 Button 3 Slide button, switch 1 Reed switch.
Arduino based Automatic Temperature Controlled Fan Speed Regulator.
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
Fan Assembly Driven by Magnetic Fields
ARDUINO BASED UNDERGROUND CABLE FAULT DETECTION
Current Electricity and Circuits
H-Bridge Motor Driver.
HIDDEN ACTIVE CELL PHONE DETECTOR
ECET 402 Help Bcome Exceptional / snaptutorial.com
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
Cordless Electric Nailer
Do Now: Why does current not come from a battery? Explain.
SENIOR DESIGN PROJECT 1/30/06.
INDUCTION MOTOR PROTECTION FOR SINGLE PHASING, OVERVOLTAGE AND OVER TEMPERATURE Submitted by:
ARDUINO LINE FOLLOWER ROBOT
OBJECTIVE AND FEATURES:
Fair Use Building and Research Labs Presents
Arduino - Introduction
Unit 3 – Fundamentals of Electronics Examination Specifications
Unit 3 – Fundamentals of Electronics Examination Specifications
AQA GCSE 6 Systems approach to designing Design and Technology 8552
EET 2261 Unit 11 Controlling LCD and Keypad
ECET 402 Competitive Success/snaptutorial.com
ECET 402 Education for Service-- snaptutorial.com.
ECET 402 Teaching Effectively-- snaptutorial.com.
CS-4540 Robotics Lab 00 - Introduction and OHM's law.
EET 2261 Unit 11 Controlling LCD and Keypad
Digital Electronics Lab 2 Instructor:
DC motor.
Fair Use Building and Research Labs Presents
Secret Door Knock Detector
EET 2261 Unit 12 Controlling Stepper Motors and Servos
Copier Jam Detector Design Problem
Sensors and actuators Sensors Resistive sensors
Announcement Ohm’s law video is due at midnight Makeup lab today
Payload 2015 Class 9 By Jeff Dunker 5/19/ Beginner Payload.
Model Blimp Design Competition Soldering Workshop by Youth College (International) / VTC 09:30 – 11:00 11:00 – 12: May
2019 Investing Now Summer Program
Presentation transcript:

SENIOR DESIGN PROJECT 1/23/06

Schematic vs Board Layout

Pinouts and Datasheets

Debugging

Soldering and Standards Wiring: Black for ground and red for plus! Soldering: Both parts have to be equally heated. The thicker the material, the longer it takes to heat up. Solder should just be “absorbed in,” not be smeared on… .

H-Bridge and Power

H-Bridge and Power C Motor Control with a TIP120 TransistorThis example assumes you're using a DC motor that runs on low voltage DC, in the 5-15V range. Connect leads to Its terminals, and run if from a benchtop power supply if you have one. Try changing the voltage on it, and seeing what effect it has. Don't go over the motor's rated voltage. Connect a switch in series with the motor and use it to turn on the motor. Connect the base of a TIP120 transistor to one pin of your microcontroller. Note the second power supply. Most motors take a great deal more current than a microprocessor , and need their own supply. The example below uses a 9V battery as a separate power source. Whatever motor you use, make sure the power source is compatible (i.e. don't use a 9V battery f or a 3V motor!). Although the example shown is on a BX-24, you can use it with any microcontroller. Just connect the 1K resistor to the output pin of your microcontroller.

H-Bridge and Power This circuit drives small DC motors up to about 100 watts or 5 amps or 40 volts, whichever comes first. Using bigger parts could make it more powerful. Using a real H-bridge IC makes sense for this size of motor, but hobbyists love to do it themselves, and I thought it was about time to show a tested H-bridge motor driver that didn't use exotic parts.

http://www.allegromicro.com/ H-Bridge and Power

H-Bridge and Power

H-Bridge and Power

H-Bridge and Power PWM MOTOR DRIVER

Translating Rotational Movement WORM GEAR

Translating Rotational Movement Linkages

Translating Rotational Movement Belt Drive

Translating Rotational Movement Mechanical Movements

Robotic Mechanisms http://www.beatrizdacosta.net/projects.html

Motor Positioning

Motor Positioning

Motors

Relays and Solenoids

THOUGHT EXPERIMENT ONE -> design vs marketing …. -> work alone….

Announcements Engaging Ambivalence + Guest Speaker next week. Project Proposal & Presentation on FEB 6 ->start researching now! FAB Lab Tomorrow

Final Project/Presentation http://www.squid-labs.com/ http://www.instructables.com/

Kevin Assignment The purpose of this assignment is to use the LCD, joystick, light sensor, and piezoelectric sounder. For this assignment you will use the Butterfly to decode morse code sent "wirelessly" with light. Project Requirements: * Write decoded text to the LCD. * Demonstrate joystick-based user interface. * Calibrate high and low light thresholds. * Detect morse code dots (short pulses) and dashes (long pulses). * Signal dots and dashes through different sounds on piezo (longer/shorter or higher/lower frequency). * Decode dots and dashes into A-Z and 0-9 based on standard morse code. * Display at least 10 characters on LCD and clear screen. (Do not need to be able to show spaces.) Testing: You should be able to display the following using decoded light: 1. "HELLOWORLD" (quotation marks not included) 2. Your choice of any short word. 3. Our choice of one 5 letter word

Assignments (for today) FAB READING ONE 1.: On Page 4 the author compares the world to computer: "If the world is a computer, then the science of computing is really the science of science." How do you feel about this statement? Do you agree? Could you forsee potential downsides to looking at the world through this lense? [200-300 words] 2.: What is Gershenfeld's overall argument throughout the first half of the book? Why does he belief in the future of personal fabrication and how does he relate it to previous developments in computing technologies? What are his main hopes? Does his approach relate in anyway to the open source movement, and if so, how? [300-400 words] 3.: Gershenfeld describes several projects which have been developed by MIT students over the past years. Is there any particular one that particularly strikes you as an interesting project? Why? [200 words] 4.: Gershenfeld describes the roles and inventions of Anil Gupta, Nan Kyei and Mel King within their respective communities. Can you think of a particular "invention" that would be useful within your "community" ? What would that be? - KELLY’S WORK http://web.media.mit.edu/~monster/

EAGLE OVERVIEW