0
\$\begingroup\$

I have a background in software and for a while now I'm building prototypes with open source hardware.

I came to a point that I would like to produce one piece of hardware ie 'a device' from my prototype.

How do I do this? Where do I start?

\$\endgroup\$
5
  • 2
    \$\begingroup\$ Do you mean a printed circuit board? \$\endgroup\$
    – Andy aka
    Commented Oct 17, 2015 at 10:49
  • \$\begingroup\$ dirtypcbs.com has always worked well for my prototype boards. Ignore their self-deprecation, you could spend a lot lot more and still get the same quality and speed. Even though you say you want to make just one, you will still want spare boards, and if it works you'll want to make a couple more, their 'about 10' is just right. \$\endgroup\$
    – Neil_UK
    Commented Oct 17, 2015 at 12:06
  • \$\begingroup\$ Hi @Andy, yes, sorry if that was unclear. \$\endgroup\$ Commented Oct 17, 2015 at 14:11
  • \$\begingroup\$ I know have an Arduino, seperate battery, seperate sensors etc. I don't know what to do with this (working prototype) to create a new solid product, for example with one circuit board \$\endgroup\$ Commented Oct 17, 2015 at 14:12
  • \$\begingroup\$ Thanks @user44635 I'm not at that stage yet :-) For example, how does one combine Arduino parts with a yoctopuce sensor? \$\endgroup\$ Commented Oct 17, 2015 at 14:15

1 Answer 1

5
\$\begingroup\$

I don't really know what you mean by open source hardware. This typically refers to a design for which schematics and gerber files are freely available from the vendor. Im going to assume you have bought and connected up several development kits, and would like to create a single pcb with all of the nessasary bits.

If you want to produce a pcb, you should go through the following steps. It is not a trivial task, depending on the complexity of the circuit.

  1. Choose,obtain and learn to use a cad package. Altium or eagle or orcad etc. You want one targeted at electronics and pcb design. If any or all of your dev kits are available as cad package design data, it makes sense to choose the same package

  2. Schematic capture. Copy the circuit diagrams for your dev kits into the cad package. You can just cut and paste and connect them up, but most likely you will spend a lot of time adjusting the circuits and removing bits you don't need. Changing parts for cheaper or if they are unavailable to you.

  3. Layout stage. This is also a design exercise, though again if you have the design data available in your cad package you may be able to reuse much of it. Be aware that high speed / rf / smps layout is not trivial even if you have the source data.

  4. Mfr and assembly. You are now in a position to make a pcb. If your design is simple it can be done at home, but it's not that expensive to pay a fab house to make the board. Some will also populate it for a fee. If you have bga parts or very fine pitch you may struggle to hand solder the parts.

  5. debug and fix. No matter how much you check it, there will be mistakes. With any luck you can fix them without scrapping the board and making another one.

\$\endgroup\$
0

Not the answer you're looking for? Browse other questions tagged or ask your own question.