Slashdot Mirror


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."

40 of 301 comments (clear)

  1. Forrest Mims by seanadams.com · · Score: 5, Informative
    Gettng Started in Electronics . It takes you through everything from basic soldering to building logic circuits, oscillators, amplifiers. His "mini notebooks" are great too.

    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!

    1. Re:Forrest Mims by Anonymous Coward · · Score: 4, Informative

      Art of Electronics is a good book. I am an EE and I have it and would replace it if stolen.

      I probably wouldn't replace the other one if I owned it and it was stolen.

    2. Re:Forrest Mims by ushering05401 · · Score: 2, Insightful

      I started with a marine radio receiver kit from HeathKit. Don't know if they are available anymore, but it was more engrossing than a book would have been. After that project I was able to approach the written material with some context for understanding. I guess it depends on what sort of learning method appeals to the poster.

    3. Re:Forrest Mims by Curtman · · Score: 5, Informative

      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.

      I would highly recommend the Arduino to beginners. It's a great target for C, and there's loads of example projects for it too. Seeed Studio has been a great resource for me, especially the store, and the forum. #arduino on Freenode is popular and very helpful too.

    4. Re:Forrest Mims by serviscope_minor · · Score: 4, Informative

      I can second almost everything that you say.

      1. Forest M. Mimms III books are fantastic.

      2. The PicStart1 kit is very good, with excellent Linux support. The PIC datasheets are very thorough and contain all the information you need. This makes using PICs really rather covenient.

      3. The art of electronics is a truly excellent book. Amusingly, in the first edition, it points to the now venerable 741 op-amp as being obsolete. It is still going strong to this day.

      4. Designing your own analogue circuits is hard. Designing your own RF circuits is very hard. It is about 70% theory and 65% black magic, along with about 10% blind luck. However you can start from existing designs. Build them to get practise then start modifying them.

      5. Transmission line transformers are deeply strange.

      Based on the OP's use of the term "GCSE", I assume that he is English. So: Find your local Maplin. They are very handy, since you can often pick up parts from the store, reducing the latency for project building if you forget to buy the right parts. Farnell and RS are handy places to mail-order from.

      I also recommend getting a solderless breadboard, a DC power supply (a cheap wall-wart will do, as will 6V lantern batteries), a small tube of 741s and 555s, 100 resistor reels of: 100R, 1K, 10K, 100K and 1M resistors, a big bag of misc. caps, a reel of red and a reel of black single core wire, a multimeter, a bag of LEDs and a bag of small-signal transistors (eg 2N2222). That will do you for many of the things in (1) above.

      --
      SJW n. One who posts facts.
    5. Re:Forrest Mims by falconwolf · · Score: 4, Informative

      Gettng Started in Electronics

      If you're going with Forrest Mims, go all the way and get his Electronics Learning Lab. From there check out MakerShed's Intro Electronics. Also check out, and subscribe to, Make Zine. You mention micro-controllers, they have a number of projects that will let you learn them. One I liked and thought about trying was Garduino: Gardening + Arduino. This project uses an Arduino controller to control how much light and water plants get.

      Now the OP asked about ham radio and CB, the best thing there is to find a local amateur radio group and ask them about learning. I don't know if things have changed much, but the local groups I knew or heard of were willing to help new people. They even had free classes.

      Falcon

    6. Re:Forrest Mims by AmiMoJo · · Score: 2, Informative

      An important point about AVRs and why you might want to use them instead of a PIC. The development environment for AVRs is a lot better, mostly because they are so easy to set up with in-circuit programming. You just get a programmer (£10) and put a header on your board, after which you can update code in seconds. It's really really helpful being able to get immediate results to code changes.

      I'd also look for a cheap second hand oscilloscope. It will help immensely when trying to understand any kind of wave or amplifier, particularly important in radio.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  2. Simple answer by Gordonjcp · · Score: 4, Informative

    The majority of my interest lies in the wireless communication side of the field -- i.e. ham radios and CB

    Join your local amateur radio club. Get your licence.

    73s de MM0YEQ

    1. Re:Simple answer by khakipuce · · Score: 2, Interesting

      Build a crystal set. It's simple and magic. With only a diode, inductor (coil), tuning capacitor and head phones you get real radio. You can build one with just a hammer and nails on a piece of wood (or you can be more sophisticated if you want and use screws or even do soldering, it's up to you).

      If you want to build wireless equipment it is a good learing curve about what is important - i.e. capacitance, inductance and the antenna (all them transistors etc are just added extras).

      Google and you will turn up loads of free on line designs for crystal sets. Remember if it doesn't work first time, keep trying. Building analogue Radio gear can require much more skill and accuracy than simple digital stuff.

      --
      Art is the mathematics of emotion
  3. Re:Start with DIY audio electronics by searleb · · Score: 2, Informative

    I should also point out Tangent's tutorials, which are fantastic introductions into wiring and soldering even if you're not interested in audio work.

  4. There Are No Electrons: Electronics for Earthlings by jab · · Score: 5, Informative

    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."

  5. Very important first step by idontgno · · Score: 4, Informative

    Learn not to grab hot soldering iron by the barrel or tip.

    Handle is much safer.

    Metalesson 1: it doesn't matter if you think you need to keep your eyes on that twitchy almost-mechanically-sound connection in order to keep it from springing apart before you can solder it. You still need to pick your head up and guide your hands to the soldering iron, because grasping blindly WILL HURT.

    --
    Welcome to the Panopticon. Used to be a prison, now it's your home.
    1. Re:Very important first step by Maddog+Batty · · Score: 4, Insightful

      This is not a joke. It is insightful advise and it doesn't matter how many times you are told before you start, you will still learn this lesson the hard way.

      There is a reason soldering iron handles are bright yellow. It will still not stop you from picking it up by the hot bit at least once...

      --
      wot no sig
    2. Re:Very important first step by c++0xFF · · Score: 4, Funny

      Lesson 2: Don't let out the magic smoke.

      While the general population may be unaware, electronics gurus know that all components rely on a small amount of magic smoke. Manufacturers want you to think that some sort of fancy semiconductor physics is responsible for the operation of their device. This is a lie.

      If the smoke escapes, the device will no longer work. It is vital to the operation of the chip; do not let it out.

    3. Re:Very important first step by ari_j · · Score: 2, Informative

      For me, it was more cheap than lazy or sloppy. But I second most of the advice and offer the following:

      Great soldering station with adjustable temperature: SS-1 for $40. Get this one or something like it. It's worth every penny.

      Now, story time with a good moral. I was, two years ago, working on something with a super-cheap soldering iron that came with a computer toolkit with various screwdrivers and such, all of which are great other than the soldering iron. My grip on it slipped and my instinct from years of having pens and pencils slip in my hand was to pinch harder. Unfortunately, the lack of a safety guard on the iron meant that I pinched down very hard with my thumb and first two fingers on the hot barrel of the iron. The blisters went away after a few weeks but the pain lasted longer.

    4. Re:Very important first step by rockNme2349 · · Score: 2, Funny

      If the smoke escapes, the device will no longer work. It is vital to the operation of the chip; do not let it out.

      Don't breathe this!

      --
      Sewage Treatment Facilities - "Our duty is clear."
  6. Maplin by Anonymous Coward · · Score: 2, Informative

    Since you seem to be in the UK, Maplin is the place to go for hobbyist electronic stuff.

    http://www.maplin.co.uk/Search.aspx?criteria=Electronic%20Kit&source=15

    1. Re:Maplin by K10W · · Score: 2, Informative

      I think he meant for UKers maplin is the place NOT to go just as pcworld is the place NOT to go for comp stuff. I'm in the UK and online prices are good enough if you shop around and steer clear of fleabay. For big orders and especially if need decent components I tend to use digikey but shipping and so on mounts up to make it not worth it for bits and bobs. Mauser have some alright stuff too along with other stores but again they are better for bulk orders. For small bits I use either my local shop (independent owned) or from places with regular p&p and low price branded stuff that have no minimum order, that way I might be paying an extra £2 compared to if I'd ordered the same stuff in a bulk order but if I only want £5 of bits then paying £50 to make a big order worth while isn't really worth it. Maplin however are utter sh*te when it comes to quality and their prices are just bloody silly. Even rapid online have better quality cheaper and they are far from the best place.

  7. Short list by Paul+Rose · · Score: 5, Informative

    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

  8. A classic trainer by AcidTag · · Score: 2, Informative

    Formerly sold at Radius Shack as an OEM product. I learned on Radio Shack's earlier version the 100-1 Electronic Project Kit when I was 10.

    Elenco 200-in-1 Electronic Project Lab, you can find it on amazon.

    1. Re:A classic trainer by IceCreamGuy · · Score: 2, Informative

      Seconded - these were great for any age and I think there are still new versions of them with nice prototyping boards built in. Look on the shelves near the dwindling supply of components in the now tiny bins at the back of the store.

  9. Do what I did by slimjim8094 · · Score: 2, Insightful

    I come from a programming background, and I wanted to get into electronics. So I bought an Arduino, a breadboard, and some LEDs. Write some C code, compile it and throw it on there, and blinkenlights galore.

    But wait! It can also read analog values. Hook up a potentiometer and a LED, and dim it based on the pot's position. Or grab a 7-segment display and map the pot to the display's 0-9.

    All of these use the microcontroller, and since I already knew how to program I knew how to make that part of the circuit do what I wanted. I had to learn how to safely connect the micro and the other components together - but I wasn't starting from nothing.

    I'm working through RC circuits now, which requires a strong working knowledge of resistors and capacitors and how they interact with the system. Wikipedia is your friend

    Basically, take what you already know and use it as a wedge to push your way into something new. For me, the wedge was programming.

    A word of caution - You should know enough about electricity to avoid killing yourself before you even start. Internalize the difference between voltage and amperage, for one. But if all you're working with is the small side of a 9v transformer, you should be OK.

    --
    I have developed a truly marvelous proof of this comment, which this signature is too narrow to contain.
    1. Re:Do what I did by blair1q · · Score: 4, Funny

      Wikipedia is your friend

      You mean the flaky one with the congenital deformities, who sometimes has answers you don't have yourself, who comes up with random shit out of the blue that you can only trust about 70% of, who always seems to be in legal trouble over stuff you learned not to do in kindergarten, and who hits you up for money every time you see him?

    2. Re:Do what I did by tftp · · Score: 2, Funny

      Most redundant use of a microprocessor, EVER.

      Not necessarily. The efficiency of this dimmer is nearly 100% (assuming PWM use) and you can have good linearity of the light output. You won't get that with a ballast resistor.

    3. Re:Do what I did by Dragoniz3r · · Score: 2, Funny

      Is that an achievement? Did he unlock something?

  10. Art of electronics by olman · · Score: 2, Interesting

    It's a nice reference. Once in a while you just have to get right back to the basics and remind yourself how some common BJT circuits such as current mirrors work. Ditto with basic opamp circuits.

    Depending what's understood with "electronics" it's big and sprawling subject with many sub-disciplines. You can get into EMI quagmire and never really come out of it, for example.

    I was interviewed with one company where "cad heads" and designers are quite separate with layout designers being the less appreciated job.

    In any case, there are many, many things to learn and you only become really good when years go by and you accumulate knowledge. You do, however, probably become good only in subset of things you've worked with.

    For example. Mosfets are voltage controlled devices and you do not have to worry about power to the gate, right? Wrong. The gate charge, while very small _does_ add up hugely in SMPS circuits and such when you're charging and discharging that small capacitor 100000 times a second or so.

  11. Re:Math or Logic by rongage · · Score: 2, Insightful

    This is crap!

    You will always need the analog side of electronics, even in digital systems.

    As a limited example list: decoupling caps, local bus stiffeners, weak/strong pull-up and pull-down, termination, current limiting, pulse shaping, pulse doubling, one-shot generator.

    Just try to implement a power supply, let alone design one, without an analog electronics understanding of how things are working and how they will work.

    You really do need a good understanding of analog electronics, even in an "all-digital" world.

    --
    Ron Gage - Westland, MI
  12. Re:Beware or you will be labelled.... by blair1q · · Score: 2, Insightful

    They can't stop you. They can only intimidate you.

  13. Make Electronics by Whomp-Ass · · Score: 2, Insightful

    Start here : http://www.ladyada.net/library/equipt/kits.html

    Probably the lowest cost, best-value combination of tools and supplies.

    Start with this book : http://www.makershed.com/ProductDetails.asp?ProductCode=9780596153748

    Don't be afraid to blow stuff up. Hell, in all the best books/articles I've read about the very first thing the authors have you do is blow up an LED. Get used to it.

  14. How to make your own IPhone by gnuguru2k · · Score: 2, Funny

    Go work in a Chinese factory making ipods for $5/hr. you will learn all about electronics there.

  15. Re:The Art of Electronics by richardkelleher · · Score: 4, Informative

    I concur on The Art of Electronics. It contains most of the information I received in two+ years of Electrical Engineering classes. It starts out slow with the basics, this is a resistor, this is a capacitor, this is an inductor and the like. Scanning through my (now 21 year old) second edition, about the only area it doesn't cover that I got in school is power, but then power is not electronics.

    If you are not interested in getting an engineering degree to do some DIY electronics, I'd suggest two places to start: 1. Make: magazine. Regular articles on electronic control circuits with some good information on how they work. (and many other great things I might add) 2. The Encyclopedia of Electronic Circuits, Rudolf F. Graf. (now called Volume 1, since they put out 6 more over the years) It has almost 100 simple to complex circuits with descriptions of what they do, but not much about how. To get the how, get The Art of Electronics and plan on reading a lot of the first 100 pages and then using it for a reference each time you try to decipher what some circuit is doing.

  16. Online circuit tutorial by LostInTransportation · · Score: 5, Informative

    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!

  17. The Art of Electronics + Sparkfun! by Facegarden · · Score: 2, Informative

    The Art of Electronics is the best book ever for learning all these basics.
    http://www.amazon.com/Art-Electronics-Paul-Horowitz/dp/0521370957/ref=sr_1_1?ie=UTF8&s=books&qid=1271114053&sr=8-1
    (not an affiliate link)
    Yeah, it's $90, but its worth it. Broke? I'm sure the library has it, and that's free!

    After that I'd really recommend learning microcontrollers, and for that, Sparkfun Electronics is great.
    http://www.sparkfun.com/commerce/tutorials.php

    My only other advice is to learn stuff the same way I've been learning stuff the last few years - just look on google. You'll find what you're looking for.
    http://www.google.com/search?hl=en&q=learning+electronics&aq=f&aqi=g-sx10&aql=&oq=&gs_rfai=
    -Taylor

    --
    Worldwide Military budgets: $2100 billion. Worldwide Space Exploration budgets: $38 billion. Really, world? Really?
  18. get some old junk radios by mirix · · Score: 4, Insightful

    Something from the 70's - 80's. shouldn't be more than a couple bucks a piece at garage sales. Old enough to be discrete components, as opposed to a radio-on-chip sort of deal. Get an ARRL handbook from the 70's. Get a soldering iron.

    If you still can't get your head around something, try asking for help at dutchforce electronics forums

    You have to stick to it, and sooner or later it all makes sense. :-)

    If you have a local amateur radio club, they might be helpful. (they might just be a bunch of grumpy old men too, it depends on the chapter...)

    --
    Sent from my PDP-11
  19. Theory is important.. by NeuralAbyss · · Score: 2, Interesting

    I'd strongly suggest that you do at least a basic level of looking into theory while you're creating "practical circuits" - it's quite helpful when you're debugging to know at least roughly what's meant to happen.

    One source I can recommend is the MIT Open Courseware resources - the 6.002 course on Circuits and Electronics is a good place to start; I'm an embedded software engineer who's started to push into the hardware side of things, and that set of lectures helped me turn my vague understanding of electronics (being able to read a circuit and understand what's going on) into something practical (being able to design a circuit).

  20. Be prepared to be shocked by TimothyDavis · · Score: 5, Interesting

    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.

  21. Get yourself a Heathkit... by arfonrg · · Score: 4, Insightful

    ..oh, wait...

    Get yourself an Allied Radio kit... oh wait...

    Get your self a copy of Popular Electronics... oh wait...

    Get yourself a copy of Electronic Hobbyist... oh wait...

    Forget it, just go buy a new chinese made mp3 player!

    --
    Your thin skin doesn't make me a troll
  22. Radioshack has 3 simple books by scorp1us · · Score: 2, Informative

    They have a book on basic (analog) electronics, a digital electronics book that covers digital, and a communications book that include RF and amplifier design (classes A-D). The basic one is really good. It takes you through a NP junction, complete with holes and depletion zones, explaining diodes, then transistors, NPN and PNP and goes over other basic circuit components. As someone who was not new to computers or general electronics, I found these three books from RadioShack of all places to be exactly what I needed to get down to business. I would highly recommend them.

    --
    Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
  23. More basic stuff? by chrysrobyn · · Score: 2, Insightful

    I think a lot of the posters here are making some assumptions. Mims, sure, Horowitz & Hill, another good choice.

    You need to find a way to just start playing. Once you've played some, you'll need to figure out how to continue in some direction. A breadboard is relatively inexpensive -- it's usually white with a buttload of holes in it. Wikipedia can help you find it. You'll need a power supply -- something that will provide 3, 5, 9 or 12V seems most useful and common. It can be a box that'll hold a couple of AAs or a 9V, or a computer power supply (AT is nice -- ATX means you have to wire two contacts together on the plug). And, of course, wire. And, if there's wire, there's also needle nose pliers -- the Leatherman is a mainstay of those of us who remind you that you can't spell "geek" without "Double E".

    Start by making blinking lights. Get a 555 timer and teach yourself how to make it flash at 1 or 10 Hz. Then get a speaker and make it go at 1KHz or 5KHz. You might have little luck with the transition between visual and audible frequencies -- little speakers below 100Hz are ugly, and you will have trouble viewing flashing on a stationary light above 20Hz. If you get a big enough speaker, and have it going at 1Hz with sufficient voltage swings, you can physically see the membrane moving. Adding a little salt or sand to it can make it easier to see that it is moving indirectly at higher frequencies.

    The key is to find a way to get your foot in the door. Concentrate on circuits with a chip or two and a very small handful of discrete components -- a half dozen to start with. Don't start complicated, you'll just get discouraged. Once you've enjoyed that, you can start to think about more complex things like RF transmitters / receivers or BASIC stamp type controllers. If you can pick up a cheap oscilloscope and/or frequency generator, both are good tools to have.

    And in this stage of learning, precious little should be soldered. You're prototyping exclusively. This stuff shouldn't be put together for more than a few days of playing. Okay, if you go the laser tag route, there's some merit to soldering that instead of worrying about a wire coming out in the middle of a match. Although if you know what you're doing, you can use a dozen or so parts to make a receiver and a gun can be half that (essentially a switch with a 555 timer at 40KHz is good enough for indoor play away from fluorescent lights whose plasma is / was near that frequency).

    After my kids are a little older, I'm going to move onto a stamp type controller and some servos. There's a world of fun just waiting for us there.

  24. Become a dumpster diver by Simonetta · · Score: 2, Insightful

    Really... not kidding... become a dumpster diver for electronics. Pull junk electronics out of the dumpster and open the cases. Learn to identify the parts. De-solder them from the internal circuit boards. Start a collection of parts. Throw what you don't keep (the real garbage) back into the dumpster. Avoid old televisions. They can hold a charge on their picture tube and that tube can implode if dropped. But old televisions are not supposed to be in dumpsters anymore anyway. (Take them to the GoodWill).

        If you can't ID the parts, take a small picture of them with a digital camera and post the image to an AVR or PIC microcontroller or electronics web site, asking 'what is this?'.

        The web is fantastic for learning electronics! Thirty years ago an unknown part could stay a mystery for a long time. IC data books could be difficult to obtain. Now just type the letter/number combination printed on the part into Google and you often can find exactly what it is and what it does in seconds. Ask a question on the web and knowledgeable people answer it at your comprehension level.

        If you are interested in music, buy a few cheap guitar stompboxes on eBay and take them apart. Many hundreds of schematics are available on the web for stompboxes. And the best part is...if you mess up the circuitry hopelessly, someone will still buy it again on eBay for almost the price that you paid for it. Plus your guitar playing gets better.