Electronic – Eagle Schematic and Board layout design for simple opamp module questions

componentseaglepcbsolderingtrace

Hopefully I'm not doing anything illegal, I posted a very similar question a few days ago, but this one is different.

Here is what I've been working on the past couple days, trying out different software finally settling on Eagle. Its a simple mic+opamp module that I want to get printed.

Schematic:
schematic
Board:
pcb

I'm not looking to do SMD, just want to create a board where I can solder on DIP/through-hole components. (I have done copper pour ground on both layers BTW)

So the questions I have are:

1.Should I be using curved traces?
2.Are the green rings the copper rings where I can solder?
3.Is there anything missing from the board layout? (I'm sure there is…)
4.This is where I'm concerned: are the part sizes going to be OK? Are the distances the between the holes for parts standardized or do they differ?
5.Have I chosen the right part for the interface pins? I just want 3 holes that I solder wires to.

Thank you!

EDIT (7/28):

pcb

@Steven, I re-did the PCB design on one layer upon your recommendation. It turned out to not be all that hard, and it was good practice. What do you think?
Although I think I did something awkward here: I put two resistors underneath the opamp IC, beause I figured I could use SIP sockets to elevate the IC and fit the resistors under it. Is this OK?

Best Answer

  1. You're using a strange mix of curved, straight and 45° traces. The point is purely aesthetic for a design like this, but I would try to stick to 45° traces.
  2. Yes, they're the solder pads.
  3. Not if your PCB netlist matches the schematic's.
  4. You'll have to choose actual parts first and check the drawings in the datasheet, or, if you have parts already, measure them. This goes especially for the capacitors, resistors are more forgiving about this (though you'll want to use as much as possible the same pitch for them).
  5. If you don't want to place a header or connector there I would place them a bit more apart. You can use a 1-pin header as component.

Also try to be consistent with the symbols in your schematic. You mix American resistor symbols with a European potmeter symbol. (Personally, I don't like the American symbol at all; a schematic with lots of resistors IMO looks messy and frenetic, while the same with European symbols radiates rest & relaxation :-)).

edit
A comment on the double-sided board. This is a design that easily can be done on a single layer. It's worth practicing the layout part of your design. You'll learn how just swapping two components may simplify your routing significantly. For instance the red trace from R6 to the IC can be swapped to the other side by simply placing R6 between R4 and C4. Things like that. It will help you later on when you have more complex designs with hundreds of nets. And it can be fun, too. I like this kind of puzzles a lot. It's like playing planarity.
The problem with this double-sided design is that there are pads which are not accessible for soldering, because they're under a component on the component side, like with C3 or M1. If you don't have plated-through holes you can't be sure the wire is properly soldered to the pad. Worse, if the component's package sits on the pad you can almost be certain that there won't be a solder connection between pin and pad.