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

Slides:



Advertisements
Similar presentations
Amplifying Signals Breadboarding: from a diagram to an actual working amplifier.
Advertisements

Digital Pad Operation Christian Vega R. Jacob Baker UNLV Electrical & Computer Engineering.
AP Electricity Quiz Review
Microprocessor Motor Control Spring Introduction  Stamp projects Robots  Sensors  Motor control  Logic Rocketry  Reading acceleration (“g”
PS 141 Presentation By Gabe, Tanya Mae Kim, Jaeyoun Ong, Raymond Carey.
Cells have positive and negative electrodes.
Using the Board of Education Breadboard and Your Multimeter ENGR 120 Work in teams of two!
1 Boe-Bot Parts BOE-BOT Lecture #1b DE - Digital Electronics.
VLSI Design EE213 VLSI DesignStephen Daniels 2003 R Vss R Vo Inverter : basic requirement for producing a complete range of Logic circuits.
ZigBee Calvin Choy David Kim Jason Chong Devin Galutira.
ECE 265 – LECTURE 13 Interface to switches and LEDs 7/3/ ECE265.
Embedded Programming and Robotics Lesson 1 Basic Electricity and Electronics Transistor Basics Lesson 1 -- Basic Electricity1.
Chapter 1 Quick review over Electronics and Electric Components Prepared By : Elec Solv.
Meter Lab Introduction to Electricity Assignment for tomorrow: Read chapter R1.
20.1 Electric Circuits pp Mr. Richter.
Op-Amp Oscillator. Reading Schematics: Battery What’s this?
Indian Institute of Technology Hyderabad CONTACTLESS TACHOMETE R Group members: Moruboyina Alekhya Kodi Padmasree D.Hima Varsha.
Objectives How Microcontroller works
ENGR 1181 First-Year Engineering Program College of Engineering Engineering Education Innovation Center First-Year Engineering Program Solar Energy Meter.
1 Applied Control Systems Technology. 2 Pin configuration Applied Control Systems.
Gate Anode Cathode. You will need the following parts from your kit: 1.Breadboard ohms resistor (red, red, brown, gold) ohms resistor (brown,
Intro to Digital Electronics. Classifications of Electronic Circuits Switching Circuits – by turning electricity on and off. – Figure 1 – Known as the.
Introductory Electronics Summer Institute 2004 Michelle Vidberg Peter Beens.
Breadboards, Multimeters, and Resistors EGR1301. Your Multimeter leads probes pincer clips – good for working with Boe-Bot wiring You will use the multimeter.
Purpose of Voltage Regulators
MICRO CONTROLLER MODULE 1. Learning Objectives Name some gadgets that use microcontrollers. Define a microcontroller. Differentiate between a computer.
One of the most important feature of the microcontroller is a number of input/output pins used for connection with peripherals. In the case of PIC 167CX,
CSIS CSIS Input AND from Transistors Illustrates basic use of IDL-800 Illustrates construction of gates Illustrates the “transistor bleed-through”
First, let’s review the structure and use of a breadboard.
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. 
Engineering 1040: Mechanisms & Electric Circuits Winter 2015 Interfacing Light-Emitting Diodes (LEDs) & Push Buttons to Microcontrollers.
4. Electrons and electronics 4.5 Digital electronics.
CS 8421 Computing Systems, Dr. Hoganson Copyright © 2004, 2006 Dr. Ken Hoganson CS Class Will Start Momentarily… CS8421 Computing Systems.
ME456: Mechatronics Systems Design Lecture 3 Chapter 2: Lights On –Lights Off Prof. Clark J. Radcliffe Mechanical Engineering Michigan State University.
Current Electricity and Electric Circuits. Static vs. Current Electricity Static Electricity: charges build up in one location Current Electricity: electrons.
Beath High School - Int 1 Physics1 Intermediate 1 Physics Electronics Glossary AND gate to device digital signals to inverter LDR to logic circuit logic.
Circuits and Schematic Diagrams Chapter 35. Circuits  ~a set of components that give current a path to follow  You need:  Voltage source  resistor.
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. 
R1R2 R3 R4 R5 R1R2 R3 R4 R5 AB C D How do you isolate the x,y coordinate? (x,y) OR (R1,R5) 1. Use the microcontroller to read the resistance between.
A3144 SENSITIVE HALL-EFFECT SWITCHES & AH Linear Hall sensor
1 Electrical Fundamentals We need some understanding of electrical fundamentals to do the lab exercises. Electric Circuit Consists of: –Power Source: Battery,
18240 Element two - Components INPUTS OUTPUTS PURPOSE TYPICAL USE.
Topic 1 Topic 1 Objectives Topic 2 Topic 2 Topic 3 Topic 3 Topic 4 Topic 4Menu.
 Today we will cover:  Voltage regulators  Sensors  motordrivers iBOT1.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Electricity Notes 6 - Circuits Electric Circuit – _______________________________________ All electrical circuits have 4 parts: 1.____________________________________________________.
Voltage Divider Circuits Input transducers Input transducers are devices that convert a change in physical conditions (for example, temperature) into a.
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. 
Simple Water Level Controller Circuit with Microcontroller and Alarm.
P2 - Physics Mains Electricity
Controlling an LED with a switch. 2 breadboard place where you can build electric circuits really quickly the magical breadboard.
ELECTRICAL CIRCUITS Multimeter.
Electronic Control Unit (ECU)
Logic Gates Binary Day 3 PEOPLE 2016.
A3144 SENSITIVE HALL-EFFECT SWITCHES & AH Linear Hall sensor
Integrated Circuits.
Diagram of the Board of Education
Interfacing different devices & considerations
How to avoid catching things on fire.
Transistor & Voltage Divider
Chapter 2 Push button and Potentiometer
Bipolar Transistors AIM:
Basic Electronics Part Two: Electronic Components.
Creating Circuit Diagrams
MOSFETs AIM: To understand how MOSFETs can be used as transducer drivers PRIOR KNOWLEDGE: Output transducers, Current in circuits, Calculating resistor.
Current Electricity and Electric Circuits
P2 - Physics Mains Electricity.
Example Example 1: An electric lamp is rated 110 W, 200 V. When the lamp is operated at its rated power and voltage, calculate a) the current flowing through.
Voltage Regulator Board
Presentation transcript:

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

Schematic Examples of some common mistakes

Problem: No current limiting resistor for LED I/O pins are logic level control signals only

Problem: I/O pins must be limited to 5 volts Always test voltage levels

Problem: Output pin is driven high by program but low by switch Set up inputs & outputs before connecting them

Problem: Battery is connected backwards! Be very careful with this

Problem: Two outputs connected together Watch your pin direction control registers (TRIS)

Problem: Input voltage exceeded Power supply must be between +6 and +15 volts

Problem: Vdd is +5 volts from internal voltage regulator Do not apply any other voltage to this pin

Problem: Vdd pin cannot power other circuits (except low power loads like sensors, etc.)

Problem: Too much current from one I/O port Use lower current or other ports

Problem: Pins are sensitive to static electricity Avoid touching pins

“Logical” Nomenclature What do you call the pin state? OFF FALSE ZERO LOW NO 0 VOLTS Vss GROUND ON TRUE NOT ZERO HIGH YES +5 VOLTS Vdd POSITIVE