Electronic – Hacking Circuits Together Using Existing Schematics

circuit analysispcb-designpower supply

I am working on a prototype using existing breakout boards from open source hardware manufacturers (Sparkfun, Adafruit, Teensy etc…). Everything is going great!

I am at the stage where I'd like to start designing my own PCB in order to consolidate the components into a single board.

Right now, each breakout board is powered by the same LiPo battery, so it seems that I might be able to simply use the existing schematics from each board and simply combine them onto a single board, where each "component group" draws its power from the battery and shares the ground… analogous to the manner in which the individual breakout boards are currently wired up.

Is this as simple as it seems, and is it common practice for beginning circuit builders to take this approach without implementing KVL, KCL, and Thevenin node calculations, etc…

Thanks for any advice on this.

Best Answer

There's nothing wrong with that basic approach. Chances are the PCBs that you are using were themselves adapted from typical application circuits for each of the parts.

Speaking of which, I think it's better to look up (and read and understand) the datasheets for each the parts before you blindly transfer the schematics to your own board. You'll have to find exact part numbers, pick packages and so on anyway. The components and the schematics may not include enough information even to just purchase new parts.

Related Topic