Getting started with circuitry

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Getting started with circuitry

Post by feare56 »

Since i am doing alright with operating system development i thought i would stretch out and start making my own circuitry. Where would be a great place to learn how to start, and how to make your own circuit boards
CWood
Member
Member
Posts: 127
Joined: Sun Jun 20, 2010 1:21 pm

Re: Getting started with circuitry

Post by CWood »

My honest advice would be to start with basic theory (obviously), using an emulator such as SPICE. Start out messing with LEDs and transistors to begin with, and get to grips with the various different laws, like Ohm's and Kirchoff's (sp), then have a play with simple ICs, like 555's etc, then possibly move on to microcontrollers. Amplifiers are also interesting to play with. I wouldn't even think of making your own boards just yet, as this can get very expensive.

But, to answer your question on how to make your own boards, you have two options. Either, you can etch them, or route them. To route them, you need a good quality CNC router or miller, and you simply send it your gerber files (or whatever other format you decide to use), and it mills them out of copper clad board. This isn't a particularly good method when it comes to fine pin pitch, but it is good enough for the basics, and you can get pin pitches good enough for DIP and SIP packages, which is good enough to begin with.

Etching, I confess, I have never done, however it basically entails using a strong acid, or other corrosive chemical (ferric chloride is quite popular), to eat away parts of the copper that you don't need. There are a few methods to protect the stuff you do want. The first is photoresist. Print out your PCB design onto acetate, reversed, and lay it over a photoresist board. This then goes into a UV light box, and then gets developed. The photoresist that hasn't been developed, will stay where your tracks are, and protect them from the acid/whatever, which you can then use.

Another method is using ink. Some people print directly onto the PCB, and etch it from there. I don't know the specifics of this method. As for the others, Google it, as I can't for the life of me remember.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: Getting started with circuitry

Post by Combuster »

For the love of your wallet, start with one of these
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: Getting started with circuitry

Post by feare56 »

Thanks i will try SPICE then move to the soderless board. But i also saw somewhere on youtube that you can use a couple of household items to make the acid and use fingernail polish to make the path then place it in the acid and it will make a board, could that actually be done or is it better to make the board one of the ways you described CWord
CWood
Member
Member
Posts: 127
Joined: Sun Jun 20, 2010 1:21 pm

Re: Getting started with circuitry

Post by CWood »

My honest advice would be to try it and find out... if it works, it would be a lot cheaper than buying the chemicals, but the likelihood is you'd probably not get as high quality board. Of course, if you decide to go into production, you'd probably end up using a professional company anyway.
User avatar
Velko
Member
Member
Posts: 153
Joined: Fri Oct 03, 2008 4:13 am
Location: Ogre, Latvia, EU

Re: Getting started with circuitry

Post by Velko »

Do not bother with nail polish. Drawing tracks by hand is very tedious and error-prone. And results will not look good either.

IMHO the easiest method to transfer tracks onto board is by using laser printer and iron.
If something looks overcomplicated, most likely it is.
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: Getting started with circuitry

Post by Mikemk »

I'm gonna try that.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
User avatar
LieutenantHacker
Member
Member
Posts: 69
Joined: Sat May 04, 2013 2:24 pm
Location: Canada

Re: Getting started with circuitry

Post by LieutenantHacker »

If I may add, this site is one I am working on with electronic engineering basics and principles:

http://www.allaboutcircuits.com
The desire to hack, with the ethics to code.
I'm gonna build an 8-bit computer soon, with this as reference: http://www.instructables.com/id/How-to- ... -Computer/
rdos
Member
Member
Posts: 3271
Joined: Wed Oct 01, 2008 1:55 pm

Re: Getting started with circuitry

Post by rdos »

I've done bread-boards, made my own PCBs (which didn't look good), but I wouldn't do that again. Currently, I do all the design with EDWin, and let professional PCB manufacturers make the PCBs using the Macaos tool. That gives reliable boards that look good, and it doesn't cost a lot (a few $100s for 1-10 PCBs).
User avatar
LieutenantHacker
Member
Member
Posts: 69
Joined: Sat May 04, 2013 2:24 pm
Location: Canada

Re: Getting started with circuitry

Post by LieutenantHacker »

I've been interested in electronic engineering for several months now, but haven't had the time to advance much beyond simple electron/atom and attraction/repulsion basics.

Is math a strong suit needed?
The desire to hack, with the ethics to code.
I'm gonna build an 8-bit computer soon, with this as reference: http://www.instructables.com/id/How-to- ... -Computer/
User avatar
Yoda
Member
Member
Posts: 255
Joined: Tue Mar 09, 2010 8:57 am
Location: Moscow, Russia

Re: Getting started with circuitry

Post by Yoda »

LieutenantHacker wrote:Is math a strong suit needed?
For the designing analog circuits the strong math base is required. But it is quite sufficient the level of bachelor, not master degree. For the pure digital cirquits the math is not required but the practice and accuracy are highly desirable since the cost of errors is high enough. After you make PCB and solder sample the most frequent cost of error is making new PCB. And if the error is found after making a production lot the cost is not just a writing software patch but throwing away the whole lot and making a new (if there is no possibility to manually rewire existing PCBs).
Yet Other Developer of Architecture.
OS Boot Tools.
Russian national OSDev forum.
Post Reply