15

I would like to print a fairly common circuit. But I don't want to design the PCB myself. Where should I look when searching for PCB layouts?

Jader Dias
  • 1,963
  • 5
  • 23
  • 27

6 Answers6

12

If you're interested in arduino, there is http://shieldlist.org. It's a wiki listing of all of the boards that can interface to the arduino board. All should be licensed as open hardware.

Chris Gammell
  • 1,541
  • 1
  • 12
  • 25
10

Several places publish open-source PCB design files:

Sometimes people post open-source hardware design files on one of the popular open-source software places -- Google code, Sourceforge, Launchpad, Github, etc.

A few places are trying to make it easy to buy open-source PCBs -- the actual, physical things you hold in your hands, not merely some computer file:

davidcary
  • 17,426
  • 11
  • 66
  • 115
4

I found some open source hardware at

http://code.google.com/hosting/search?q=hardware

but there are many software projects in these results also.

The only way I found of getting hardware only results is searching for PCB files:

http://www.google.com/codesearch?as_q=file%3A%5C.(grb%7Cpcb%7Cpcbdoc%7Cbrd%7Cgto%7C057%7Cgbl%7Cgto%7Cgbo%7Cgts)%24

Jader Dias
  • 1,963
  • 5
  • 23
  • 27
  • 1
    The file searches won't catch everything, because different EDA packageshave different naming conventions. .pcb .pcbdoc .brd , .grb .gto .057 .gbl .gto .gbo .gts .gbs etc... off the top of my head – Connor Wolf Oct 21 '10 at 05:17
  • @Fake thanks, I edited the answer to include a link that searches for all those extensions – Jader Dias Oct 21 '10 at 10:34
  • The list I gave is *not* comprehensive. It still may miss some results. – Connor Wolf Oct 22 '10 at 07:06
3

I have built kitspace.org with expressly this purpose. It is an open source site for posting open source hardware electronics projects. The site makes it easy for others to find the Gerber design files and buy the required parts.

kasbah
  • 169
  • 3
3

Maybe you find something interesting in the Arduino board at Dangerous Prototypes forum:

Project development, ideas, and suggestions >> Arduino

OIO
  • 643
  • 3
  • 6
2

http://bildr.org/ aims to be a complete open source electronics community (wiki, forum, etc.)

http://www.opencircuits.com/ aims to be a complete open source electronics wiki

(I found both via SparkFun)

terrace
  • 1,334
  • 1
  • 15
  • 28