Skip to main content

Conventional Current What?! Electrons Flow the Other Way!

I did not do too well in the one basic electronics course I did have in university.  The ability to conceptualize everything physical and how it all interacted with each other served me well... in my drafting class.  When it came to electronics, the one thing that irritated me so much was that all the equations were written for conventional current when the 'flow of electricity' was from positive to negative.  But that's not true!  The flow of the electrons (or electricity) is from negative to positive.  The electrons are repelled by the negative charge of the electromotive force, ie. battery, and are attracted to the positive end through the circuit.  I was ok for DC current because the equations worked, I just had to put negatives in the right place.  When AC current came around, I was hopeless as using negatives in the equations simply did not work.  Now I just imagine it as a hydraulic system instead.  Now it makes much more sense.

Given my ineptitude at electronics I went to the local electronics shop, pleaded my plight and purchased this:

Learning Electronics Kit


This is a starter electronics 'toy'.  I purchased the one with the breadboard as I knew I would use it later.  I never did get through all the exercises as I took it apart for all the various components.  In the photo, it looks like I was learning to use a transistor.  The reason I had the power hooked up to the 7-segment display was because I blew a bunch of the other LEDs as I didn't know I needed a resistor.  Should have read the manual.  I also managed to blow up a couple NPN transistors while learning about darlington pairs.  Darlington pairs, are two transistors where the emitter is connect to the base of the second so as to switch more power.  This is done usually to allow small voltages / currents to switch higher voltages but often the transistor that can switch the higher voltage requires more than the usual 3.3V or 5V logic intergrated circuits runs on.  More info about darlington pairs can be found here. If you do make a darlington pair from two transistors, remember to limit the current going to the base of the second transistor by using a resistor between the emitter of the first transistor and the base of the second, or between the collector and the voltage source (VCC) of the first.  This way, your transistors won't explode like mine.

 Darlington Pair Circuit

Comments

Popular posts from this blog

ATX Breakout Board

Last November, I fried my 'lab power supply' that I made from a computer PSU.  I was testing my solenoids and the stress was just too much for the PSU.  The mistake I made was rapidly turning on and off my solenoid which likely resulted in voltage transients (spikes).  Since the PSU does have a current limiter, it was likely the constant voltage spikes that caused the damage.  There are various methods to suppress voltage transients such as by-pass capacitors and zener diodes.  In particular solenoids and other inductive loads experience these voltage spikes, hence my no longer functioning bench power supply. ATX Breakout Board I could have just rebuilt the same power supply by adding binding posts etc to the PSU housing but after searching the internet an ATX power supply breakout board seemed a popular option.  The main advantage compared to my old power supply was the addition of fuses on the outputs.  The extra safety this provides is perf...

Microcontrollers

My initial plan to control the pinball machine was so have a computer communicate through a USB link to control all my electronics.  Apparently, that's pretty difficult.  Thankfully, microcontrollers exist.  Microcontrollers are, in essence, programmable chips.  Kind of like a mini-computer that controls the voltages to a number of pins or reads the voltages off those pins.  Start varying voltages and you've got signals. I borrowed a Arduino microcontroller from a friend of mine who happens to be an electronics wizz.  I did a couple basic things with it.  I started with the all important turning on a LED (with a resistor this time!).  Then I used the transistors from my now disassembled electronics kit, to power the LEDs from a power source other than the microcontroller itself as it can only supply so much power.  The Arduino's software is C based which is really close to Java which is the only programming language I learned in class....

Pinball Cabinet Beginnings

I was getting to the point where I really needed to build on something. I have numerous pinball parts but have nothing to attach them to. I managed to find some pinball plans for a Williams Widebody pinball machine. All the measurements are in mm sadly even though all pinball cabinets are in inches. I converted and change it all to the nearest quarter inch. Well sort of. The guy who measured this was intending on using 45 deg cuts in the corners. My skill saw is too cheap for that so I changed the measurements for butted joints. The interior is set for a 23.5" wide playfield. The length of the cabinet is 51.5" in total. I used 3/4 inch plywood so the bottom would be 50" long for example. You can pretty much dimension the rest from there.  I did get a little chipping of the plywood but I went out and bought a blade with more teeth for finer cuts. It's a 60 tooth saw blade and my skill saw doesn't really have enough power for it so I have...