What are your most common electronics mistakes?
bomber
Posts: 297
What are your most common electronics mistakes? Post as a reply or in the Poll.
Comments
That is being too cheap to buy the proper test equipment so I will be able to test and know what is wrong with something.
Or being too lazy to write the extra code (DEBUG) to test and display variables/registers/inputs/outputs to see where the trouble is. I eventually need to do this, so probably would save myself some grief if I did it sooner rather than later!
- Construct my own Propeller setup, which I sometimes mess up, which results in hours spent wondering what is wrong and swapping out IC's
- Wind my own coils. Out of dozens of times, it's only worked once, and shoddy operation at that.
- Create logic IC's from transistors and common components, so I don't have to pay $5 shipping for a $0.50 part.
- Solder really small to avoid purchasing a breakout board.
These are the reasons why most of my circuits don't work correctly! Actually, the main reason is because in all of these cases I end up messing up the wiring. Best purchase I ever made was a multimeter with a continuity tester, and I use it more than my PropScope.
well theres one part missing though, discharging a capacitor rated at 200+volts through my hand.
blew up my LM386 because i accidentally wired it positive-into-negative and negative-into-positive.
blew a couple of surface leds b/c of over current.
i forgot the soldering iron was already hot and touched the tip.
using a breadboard for a 220volts connections.
well these are all past mistakes XD some of them are still occurring though.
reading data sheets while on ambien!
placing wrong traces to a part on a PCB that is already behind its deadline.
-Phil
I have almost the exact problem...but I usually find it again in some odd place such as behind my computer or in another project.
Hahaha!!! Guilty as charged.
I have a problem with allowing recursive calls to my project routines.....this causes multiple stack overflows and numerous exceptions to be thrown. Luckily, the spousal supervisor routines catch the exceptions, flush the stack and reload it in the "proper" order...the only drawback here is the pre-emptive supervisory involvement leads to many broken links and orphaned objects ending up on my project heap. Being a simple processing unit, I don't have very sophistcated garbage collection or heap management capabilities.
My most common mistake is applying power to things.....I'm good to go up until I connect power!!