Difference between revisions of "Debugging electronics"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 15: Line 15:
  
 
=Understanding schematics=
 
=Understanding schematics=
 +
 +
[[File:Dd2-digital-delay-schematic.gif | 600 px]]
 +
 +
We will watch a short lynda video (which you can easily go back to with your student account)
  
 
[https://learn.sparkfun.com/tutorials/how-to-read-a-schematic/all a good guide in reading chematics]
 
[https://learn.sparkfun.com/tutorials/how-to-read-a-schematic/all a good guide in reading chematics]

Revision as of 00:00, 29 May 2019

Hardware.jpg

Intro

As a test circuit we will build our own continuity tester, using the 555 timer IC

Always check first

  • do you understand the schematic (or image)
  • power
  • connections (soldered or breadboarded) If any dry soldering, solder bridges, any potential shorting or open PCB track issues are there?
  • polarities. If any component is connect in reverse polarity, pin one of Microcontroller is soldered to pin one of the microcontroller PCB pad, etc.
  • If all components are of desired value?


Understanding schematics

Dd2-digital-delay-schematic.gif

We will watch a short lynda video (which you can easily go back to with your student account)

a good guide in reading chematics

Breadboarding and breadboard debugging

OK, first, what's with the name....bread board? Bread, like in food? Well yes, kind of.
Breadboard.jpg

This terminology goes way back in the days. Generally, you would mount electronic components to a piece of wood (the actual "breadboard"), and do all the wiring with point-point wire and the components just hanging between the various devices.

Breadboardreal.jpg

The story goes that an engineer had an idea for a vacuum tube device late one night. Looking around the house, the only base for his prototype that he found was indeed his wife's breadboard, from the breadbox.

A video by the Make magazine people

Ok, but why do we need to breadboard?
Well, they are useful for making temporary circuits and prototyping, and they require absolutely no soldering.
Prototyping is the process of testing out an idea by creating a preliminary model from which other forms are developed or copied, and it is one of the most common uses for breadboards.
The best way to explain how a breadboard works is to take it apart and see what’s inside. Breadboard02.jpg

connections lines are connected like this
Breadboard03.jpg


Tools for debugging

Multimeter

Oscilloscope