Where To Start In DIY Electronics?
pyrosine writes "I've been thinking about this for a while and have no idea where to start. I have little or no previous experience in electronics — just what is covered in GCSE physics (wiring a plug and resistors — not much, I know). The majority of my interest lies in the wireless communication side of the field — i.e. ham radios and CB — but I am also interested in how many things work, one example being speakers, simply to better understand it. I would preferably like to start with some form of practical guide rather than learning the theory first, but where I would find such a walkthrough eludes me."
Once you have the basics down you will probably want to get into microcontrollers. There are a lot of ways to go here depending on how much time you want to spend wiring things up yourself, and your comfort level with software. You might start with the very popular PIC. Although the architecture is a bit long in the tooth and is a poor target for C, there loads of example projects for it so it's easy to learn. There are also many high-level building blocks (Basic stamp etc) that can get you up and running quickly. If you have sophisticated software needs, you'll want a more modern micro with better tools - check out Atmel or TI.
Eventually you will need a more formal treatment if you want to design your own circuits. I consider The Art of Electronics to be the bible here - it is thorough but also very practical and you will find it has specific solutions for many everyday engineering problems. It has been a great investment, and one of the better worn books on my shelf. Have fun!
Thumbs up from this electrical engineer. Here's a portion of the Amazon description:
It may be the only "introduction to electronics books" with back cover comments by Dave Barry, Ray Bradbury, Clive Cussler, and George Garrett, as well as recomendations from Robert Hazen, Bob Mostafapour, Dr. Roger Young, Dr. Wayne Green, Scott Rundle, Brian Battles, Michelle Guido, Herb Reichert and Emil Venere. As Monitoring Times said, "Perhaps the best electronics book ever. If you'd like to learn about basic electronics but haven't been able to pull it off, get There Are No Electrons. Just trust us. Get the book."
Short list:
1) Horowitz and Hill "Art of Electronics" 2nd ed -- human readable mix of theory and practical application -- must have
2) ARRL Handbook -- any year in the past decade -- great introduction to RF communications, good mix of theory and practice -- must have for ham radio
3) Wes Hayward "Experimental Methods in RF design" -- must have for homebrew ham radio enthusiast who wants practical advice but also wants to learn the theory
Try: http://www.allaboutcircuits.com/ This has some good lessons describing the prinicples behind circuitry, and suggests some experiments to try. Best of all, it's free!
I have had plenty of times shocking myself when playing with what I thought were safe devices. Here are a couple that caught me off guard:
1: Capacitors. Even though you are unplugged and powered off, a capacitor can be holding a surprise for you. The one that I learned on was built into a camera flash: So even though the device was powered by a couple of AA batteries (removed), sitting in wait was a capacitor with several thousand volts. I recall getting up off the floor wondering WTF just happened.
2: Relays. These devices use an electromagnet to move a metal reed, which closes (or opens) the connection for another circuit. Be aware that when a magnetic field collapses, electricty is 'made'. So even though I was driving the electromagnet with 9v, the shock I got when the field collapsed was likely several hundred volts. This wouldn't have been quite the problem, if I weren't using the relay to drive the relay (the switched circuit was closed in the unpowered position, and open when powered) - which creates an oscillator. This means that I shocked myself quite a few times before I could get the breadboard off of my hand.