I've noticed that a lot of breakout boards and such that you can buy don't have traces for the ground connection. Why is this okay and how can I recreate it if I were to order a custom board.
Would I just not connect the cathodes of leds and such to a trace and just leave them soldered to the board?
It's because it is connected to the ground plane, which isn't visible in that image. EAGLE doesn't draw the ground planes until the user runs the RATSNEST command.
Intresting, when I ran RATSNEST, all it did was show a red grid across the entire board.
Is that the ground plane? The thing I don't understand is how there is now via to a different layer.
Yes, its the groundplane (which can be solid or gridded as in the Arduino). Red is top-side copper. Solid groundplane is preferrable for heat-sinking purposes, high-current and for RF groundplanes. Grid-style uses less copper (PCB fabs reclaim all the etched copper for re-use).
funkyguy4000:
so it is just the literal metal beneath the top layer?
It isn't a special layer. A layer on the PCB is a layer of copper. If you etch that layer into traces, you have traces. If you etch it into circles for a via, you have a via. If you just draw a polygon it is called a plane. Naming it GND or Ground or whatever, makes it a "ground plane."
So what that grid is on the Duemilanove is just the left over area that isn't a specific trace and they made a big grid of traces that connects to ground? So it wouldn't be any different from me just connecting each ground together with a single trace. Correct?
Sorry I'm being...difficult, my brain is totally failing me tonight