+ All Categories
Home > Documents > 10 Ways to Ruin Your Mini-Max microcontroller (and lose $69)

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

Date post: 11-Jan-2016
Category:
Upload: zasha
View: 33 times
Download: 0 times
Share this document with a friend
Description:
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: - PowerPoint PPT Presentation
13
10 Ways to Ruin Your Mini-Max microcontroller (and lose $69)
Transcript
Page 1: 10 Ways to Ruin Your Mini-Max microcontroller (and lose $69)

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

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

Schematic Examplesof some common mistakes

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

Problem:

No current limiting resistor for LED

I/O pins are logic level control signals only

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

Problem:

I/O pins must be limited to 5 volts

Always test voltage levels

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

Problem:

Output pin is driven high by program but low by switch

Set up inputs & outputs before connecting them

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

Problem:

Battery is connected backwards!

Be very careful with this

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

Problem:

Two outputs connected together

Watch your pin direction control registers (TRIS)

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

Problem:

Input voltage exceeded

Power supply must be between +6 and +15 volts

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

Problem:

Vdd is +5 volts from internal voltage regulator

Do not apply any other voltage to this pin

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

Problem:Vdd pin cannot power other circuits

(except low power loads like sensors, etc.)

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

Problem:

Too much current from one I/O port

Use lower current or other ports

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

Problem:

Pins are sensitive to static electricity

Avoid touching pins

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

“Logical” NomenclatureWhat 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


Recommended