3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

How to reverse engineer a schematic from a circuit board

Step 12AutoTrace

AutoTrace
This is what all the work so far has been leading up to.  You are going to use AutoTrace to turn the collection of fixed lines, into a collection of moveable and connectible lines.  These will become the lines of your initial schematic.

If you are using Linux, or some other 'nix, for the files containing the tracks, run the following command:

autotrace -despeckle-level 5 -centerline -line-threshold 4 -output-format svg -output-file filename.svg filename.png

The important options are:
-centerline
-output-format
-output-filename

Note the American spelling, "center", of "centre"

I used the despeckle level setting for a file which hadn't been first traced in Inkscape. If you included this extra tracing, you probably won't need it (but it won't hurt, either)

Sorry I don't know how this will look for a Windows user.

I suggest you read the manual page for this program, it has quite a few options to play with, and you should try running it with various alternatives.  The important one to use, and the whole reason for using AutoTrace rather than the tracing tool in some gui program, is the centerline  option, which draws a single bezier line down the centre of each area, instead of tracing around it.

Open each attempt in Inkscape until you find something you are happy with.  Delete all the attempts which you are not happy with.  Record the version of the command you used, somewhere.  Add a layer to the drawing, and paste into it the holes picture. Select the image of the holes and scale it so the dots line up with the ends of the tracks. Save the file.  Use the break apart and snap together tools to fix any sections of track which have gone wrong.  Save the file.
« Previous StepDownload PDFView All StepsNext Step »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
31
Followers
10
Author:throbscottle(Throbscottle's jottings)
I am a frustrated engineer, since I never did any engineering for a living. Slowly getting back into electronics, my first love.