Lecture 6 Parts Design Choices(part2). Motor/Encoder.

Slides:



Advertisements
Similar presentations
10 Ways to Ruin Your Mini-Max microcontroller (and lose $69)
Advertisements

1 Embedded Stroke Evaluation System Amanda Sweeney, 4ECE Supervisor: Martin Glavin.
ROBOTS ARCHITECTURE DEVICES INTERCONNECTION DIAGRAMS REVISION 0 MD-CT-RO-55 Rev.0 18/01/2012.
1 Boe-Bot Parts BOE-BOT Lecture #1b DE - Digital Electronics.
Drives & Control June 2003 A. Jansen 1 Brushless DC Motor Control with C868 and CAPCOM6.
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.
Advanced Micromouse Hardware Design
03/11/03Nate Lamie Power Drivers. 03/11/03Nate Lamie Background Used to provide interface between low-level logic and power loads.
ECE 265 – LECTURE 13 Interface to switches and LEDs 7/3/ ECE265.
Copier Jam Detector Design Problem
Lecture – 7 Basic input and output
Micromouse Meeting #3 Lecture #2 Power Motors Encoders.
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Mathieu Stephan, EPFL. Why? Create a complete product Remotely control your music player Get information about the tracks being played Get calls / listen.
1 EE462L, Spring 2014 Isolated Firing Circuit for H-Bridge Inverter (partially pre-Fall 2009 approach)
EGD ELECTRICAL ELECTRICAL SYMBOLS.
Electrical Components.  This supplies all the power to the robot. It is a single 12 V battery. They are sealed to prevent battery acid from leaking.
Project: sun tracker Idea: –Use two photodiodes to detect where the sun is –Control a motor to turn toward the sun –When sun is “half-way” between PD,
PIC microcontrollers. PIC microcontrollers come in a wide range of packages from small chips with only 8 pins and 512 words of memory all the way up to.
CIRCUIT SYMBOLS To allow people to document a circuit and everyone to be able to understand it there is a standard set of circuit symbols. These can be.
Motors Make the world go ‘round By Jackson Greer, Room 305.
BASIC Stamp Editor Once installed, the Stamp Editor will be available on your desktop, and as a menu option under Start  Program Files  Parallax Inc.
Arduino Josh Villbrandt February 4, Digital Circuits Analog versus digital – What’s the difference? – How to represent an analog signal in a computer?
1 Applied Control Systems Technology. 2 Pin configuration Applied Control Systems.
Segway Controller Notes. = connection on top layer of circuit board = connection on bottom layer of circuit board Ground Plane: Areas enclosed by the.
Project Futura.
Physics Chapter 20: Circuits and Circuit Elements.
Programming Concepts (Part B) ENGR 10 Introduction to Engineering 1 Hsu/Youssefi.
MICRO CONTROLLER MODULE 1. Learning Objectives Name some gadgets that use microcontrollers. Define a microcontroller. Differentiate between a computer.
Basic Stamp Free Pins These pins can be used by the operator for digital Inputs and Outputs Used Pins 0.
JMC – Joint Motion Controller Complete guide to building and testing each JMC.
Franz Duran INTRODUCTION TO A RDUINO PROGRAMMING & INTERFACING Engr. Franz Duran, MEP-ECE RapidSignal Electronics.
Problem 1 Choose title 1 st XML 2 nd electronic spider 3 rd infrared remote home control Waste time.
RomoRobot Feras Khateeb Yousef Azem supervisors Dr.Raed Al-Qade Dr.Lui Malhis.
Checkout of the MATE Summer Institute ROV Controller Hardware & Software Setup Scott Fraser Long Beach City College.
ME456: Mechatronics Systems Design Lecture 3 Chapter 2: Lights On –Lights Off Prof. Clark J. Radcliffe Mechanical Engineering Michigan State University.
Wiring standards Single phase, 2-wire 120V or 220V Single phase, 3-wire 220V between phases ; 110V between phase-neutral.
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.
Humble Hubble Team 18 Tim Brown. Abstract The proposed project is a self-aiming telescope. This telescope will obtain its global position and the local.
Basic Stamp OEM module By Wilmer Arellano. 2  The BASIC Stamp 2 OEM is a discreet component version of the BS2 which may be purchased in kit form. 
Senior DesignSoftware-1Seattle Pacific University High-level Software Design Context Diagram Connections between major components Synchronization with.
Alex Wanamaker.  2 astable 555 timer circuits  Blinking rate: ~1.1 seconds  Q1 and Q2 used to provide additional current for the circuit beyond.
Final Year Project(EPT4046) Development of an internet controlled Surveillance Mobile Robot By Mimi Madihah Bt Mohd Idris Id: BACHELOR OF ENGINEERING.
SMV Electric Tutorials
An introduction to PIC’s for KS3 and KS4. Mr Rooks Hetton School.
Basic Stamp OEM module By Wilmer Arellano. 2  The BASIC Stamp 2 OEM is a discreet component version of the BS2 which may be purchased in kit form. 
AAPT workshop W03 July 26, 2014 Saint Cloud State University, MN, USA
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
Ambilight™ 2K6 Pieter Risseeuw January High-End TV, Pieter Risseeuw2 The converter boards: Double stuffed converter board For sets with 3 or 4 sided.
Auto turn off battery charger Auto turn off battery charger.
Wireless Bluetooth Controller For DC Motor. Introduction Wireless becoming more and more available and widely used Bluetooth is one of the major players.
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
Application Case Study Christmas Lights Controller
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
For further information
DSC - fundamente MPU MCU DSP DSC Alternative Freescale
Diagram of the Board of Education
ADD V, 88 LED Boost IC (200mA/LED)
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
How to avoid catching things on fire.
Saving Lighting Energy with the BBC micro:bit
CSCI1600: Embedded and Real Time Software
Copier Jam Detector Design Problem
Manual Robotics ..
CSCI1600: Embedded and Real Time Software
Low-Voltage PMOS-NMOS Bridge Drivers FAN3268 and FAN3278 Sales Fighting Guide With non-inverting and inverting logic channels, Fairchild Semiconductor’s.
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
FAN3268 and FAN3278 Low-Voltage Bridge Drivers
I/O Experiments Assignment 1.
Presentation transcript:

lecture 6 Parts Design Choices(part2)

Motor/Encoder

P/N mosfet type w/ level shifter Motor driver

N/N mosfet type half H-bridge w/ boost converter level shifter

N/N mosfet type All-In-One motor driver

Encoder Provided with eagle library for kitmouse Either 3.3V-5V supply

User Interface

LED 2 ways to control LED with MCU The one on left is easier for wiring since ground is easier to find The way to the right is better MCU since it doesn’t draw power from MCU

button

Button Shared with Boot0 To save one more button

Reset Button Reset instead of re- power Helpful for Bluetooth, no re-pair needed is just reset instead of power it off and on

Buzzer PWM Driven Optional diode to prevent kick-back current from buzzer Must be magnetic buzzer(w/polar ities)

Display Optional Costly but takes less time than serial print Real time date output

Device

Gyro Power sensitive, make clean power and ground Doesn’t have to place in the middle of mouse

MCU We use STM32F405RG as MCU All VCAP and VDD VSS should connect as what indicated here Boot0/boot1/reset should be connected as well Connect programmer and USART port

Communication Port Basic 8 pin config Need 3.3V for USART side for Bluetooth Power Follow the pin order in picture in order to compatible with existing gadgets we have

Voltage Meter Need to detect battery voltage in order to protect battery Choose resistor wisely to prevent ADC reading saturation Resistor supposed to be K level