TinyCAD is my preferred schematic capture program. This is entirely a personal preference and doesn’t match the preferences as a whole of the ‘Maker’ community, professional engineers or sane people. That being said I have a process that allows me to make things and TinyCAD is a part of it. If you want to make things like I do then follow these steps to get on your way.

Downloads

TinyCAD Latest Version Download Page

Alternate TinyCAD Libraries

Installation

TinyCAD is hosted on SourceForge so it’s always easy to get the latest version:

TinyCAD Latest Version Download Page

Note to Windows Vista users and above: As of December 2009 (and for reference I’m writing this in January 2013 so it may be fixed - I have no Vista or above to test it out) TinyCAD had issues regarding new user permissions when running as a User rather than Administrator in Windows Vista and above. This is mainly due to the location in which TinyCAD by default chooses to store its library files. If you follow this guide you will download a different set of libraries and install them to a different location in a directory where Users have the correct permissions. If you don’t download these libraries please move the TinyCAD default libraries from the Program Files\TinyCAD\library to a location under My Documnets or another folder a User will have full permissions to.

Note to Windows 8 users: As of December 2012 there was an issue with TinyCAD version 2.80.05 build 619 on Windows 8 where users would be unable to open and save files except by dragging the files onto the TinyCAD application and using Save As instead of Save. As far as I know these issues may be ongoing and Windows 8 is not the best operating system on which to run TinyCAD.

The installer is self-extracting and will pretty much install itself once you run it. You’ll get several screens:

Initial Screen, click 'Next'

Clicking Next will take you to this screen where you agree to the license (GPL v2 I believe):

GPL v2 License

Then all you have to do is select the installation directory - the default should be fine but read the note above if you have any Windows above XP.

Installation location

The actual installation takes almost no time on my computer. Then it asks if you want to run TinyCAD:

Installation Complete

Library Installation

You can start to use TinyCAD with the default libraries or you can download the latest version of the libraries that I use. TinyCAD by default ships with a rather old set of disorganized libraries combined with a new set of more organized libraries. Ideally they would choose one or the other but such is life. The newer, more organized set of libraries can be downloaded by themselves from Github:

Alternate TinyCAD Libraries

I prefer to download this set of libraries and use only them, but it’s a matter of preference. Most people rely on making their own symbols anyhow.

If you click on that link it will download the whole repository containing the TinyCAD libraries. The actual libraries are stored in a subdirectory of the ZIP file: \Libraries\TCLib

This directory contains many .TCLib files. Create a new directory under My Documents - call it something like TinyCAD Libraries. Copy all of the .TCLib files there.

Now you need to add all of these new libraries to TinyCAD and remove the old ones. Start up TinyCAD and you should see a screen like this:

Initial TinyCAD screen

The mouse pointer is centered on the Libraries button - click it to open this dialog:

Library dialog

You’ll have to manually remove each library that’s in the dialog - yep, one at a time. Select, then Remove, then select, then Remove. Do this until the whole library dialog is empty:

Empty library dialog

Now you can start adding the libraries in your My Documents\TinyCAD Libraries folder:

Adding libraries

And continue until you’ve added all of them or as many of them as you want.

Parts Development

More often than not you’ll find that a part you need doesn’t exist in the libraries. This is regrettable but normal - even if you have a ‘real’ engineering job you’ll find that this is often the case. Drawing your own symbols is a necessary part of schematic capture.

Library Generation

You should in general add all new symbols to one library - your personal library. Alternatively you can try to organize all of symbols into logical groups. For example in the alternate TinyCAD libraries discussed above the library organization falls into a Type/Group/Part organization. For example the sm_IC_Transceivers.TCLib is Surface Mount (sm) / Integrated Circuit (IC) / Transceivers, gen_Passives.TCLib is Generic (gen) / Passives. This is the group for passive devices like resistors and capacitors and inductors that are not specifically through hole or surface-mount parts - just schematic symbols.

You can attempt an organization like that but I would recommend just using a single library for all of the parts you generate - until it becomes too large and difficult to organize.

In TinyCAD open up the Libraries dialog and click on New:

create new library

You’ll be prompted to enter a name and location for your personal library. Call it whatever you like and put it in the same directory as the other library files:

New LIbrary

Now your library shows up in the list of libraries in TinyCAD.

New Part Generation

Select your new library and click on the Edit button:

library edit

This will bring up a largely blank screen - your library is empty. Right-click on the blank space and select New Symbol in the menu:

New symbol

A drawing canvas will come up. This is where you will draw the part. Before you start some settings have to be changed to save grief later on in the process. On the menu bar select Options->Settings:

Settings

The Settings dialog will open. The settings we’re interested in are:

Here is what the dialog should look like before you hit OK:

Correct settings

These grid settings will help ensure that the pins on the symbol you generate end up on the grid when you use them in a design. This is a very important step! You’ll be terribly frustrated if you don’t do this!

Now you can start drawing your part. There are three types of things you can have on the canvas when generating a part:

The most attention in this tutorial will be paid to the pins. The other graphical options can improve the visual aspects of the part but if the pins are wrong that isn’t worth very much. Feel free to investigate the myriad graphical options on your own with the knowledge that the worst you can do is make the part uglier.

The part that I will create in this tutorial is the LM7805 TO-220 Package 5V Voltage Regulator. The first place to start the datasheet. The datasheet will provide you an example symbol and the pinouts for the package you intend to use. It is very important to use the correct pinout! Datasheets often cover multiple packages for the same part. For example, note the differences in pinouts for the various packages of the ATMega328P:

atmega328 confusion

A lot of packages look the same! It’s easy to get confused between an SSOP package and a PDIP package on a datasheet, so don’t get fooled.

The LM7805 datasheet luckily has only one pinout:

lm7805 pinout

And later in the document they show several circuits which include a schematic symbol for the LM7805:

7805 circuit

It’s nothing fancy but it will do - let’s reproduce it in TinyCAD.

At this point we’re still on the canvas screen where we can start drawing. Since we’re just going to reproduce the datasheet, let’s start by adding in the ‘LM7805’ text that will go in the symbol. Click on the text icon on the toolbar:

text icon

The text toolbox comes up. Type ‘LM7805’ into it:

lm7805 text

Then click the mouse somewhere in the canvas to place the text. Next we need to draw a box around the text, so click the rectangle button from the toolbar:

rectangle button

And draw an appropriately-sized rectangle around the text:

rectangle box

Now it’s time for the pins. From the datasheet, the pinout was:

  1. Vin/Input Voltage
  2. Gnd/Ground
  3. Vout/Output Voltage

Start by clicking the pin button on the toolbar:

pin button

This brings up the pin toolbox where we’ll put in the information for pin 1:

pin dialog

There are a lot of options here and this is one of the important steps, so I’ll go through the options and their significance in order of importance:

Using the pinout from the datasheet I added all three pins as they were shown in the datasheet. All were 30 length and Passive typed pins. I had to increase the size of the rectangle to accommodate the text for the pin names and it ended up looking like this:

finished symbol

Now we’re done! Go to the menu bar and select File->Close:

file->close

This will force a save and bring up the save dialog which you can see below.

This dialog has several important parts:

You can also add as many parameters as you like. I tend to add things like Digi-Key part number, price per unit, electrical characteristics and so forth. Two important parameters to add for some components (such as capacitors and resistors) are Value and Tolerance.

This is the completed dialog for the LM7805 with me ready to Store the part in the library:

Component parameters filled out

When the dialog clears you’ll see your library is no longer empty:

new library components

You’ve just made your first part!

Schematic Capture

TinyCAD makes it easy to capture schematics quickly. The schematic I’ll show you how to create is a typical 5V source using an LM7805. We’ll follow the schematic provided in the LM7805 datasheet:

lm7805 circuit

However, I’m also going to add an LED that will light when the 5V source is on. I’ll discuss adding that in a minute.

Since I’ve already written up how to create libraries and parts I’ve provided all of the parts necessary to generate this schematic in a library on Github. Just download and add the costume.TCLib library to TinyCAD as per the instructions above. Next, in TinyCAD click on the New button in the toolbar:

new schematic

A blank canvas will appear where we can place all of our parts. Open up the costume library and you’ll see all the parts we’re going to use:

libraries

1x LM7805_TO-220 - We can’t get by without having the 5V regulator. The TO-220 package can handle 1A of current. The actual part looks like this:

lm7805

2x C - Generic Radial Ceramic Capacitor - The datasheet doesn’t specify any special type of capacitor and I have some ceramic radial through-holes on hand, so I went with this rather than the axial. They look like this:

ceramic capacitor

1x R - Generic Resistor - A generic through-hole radial resistor to bias the LED. You’ve probably seen this before:

through-hole resistor 1x T-1 sized LED - Maybe it’s from Radio Shack, maybe it’s from an overstock house. Here’s an example:

generic led

With everything placed on the canvas it should look roughly like this:

circuit laid out

Now you have to draw the connections between the components as they are in the circuit. Click the Wire button on the toolbar:

wire button

Then, move the cursor to a pin and notice the connection bubble show:

connection bubble

Click on the pin and it will start a wire (also called a net) - connect it to the input of the 7805:

connecting wire

Then add the rest of the connections. It will look like this in the end:

completed connections

Now I’m going to add power connections. The power connections allow you to connect different nets together by adding the power connection to the net. The ground symbol is an example - every ground is tied together. This goes strictly by name - all nets connected to a GND power connection will be considered to be connected for the purposes of the schematic. Also, they make the schematic look cool. Click on the Power icon in the toolbar:

power button

This brings up the Power dialog where you can choose for power symbols:

power dialog

I use the following symbols:

The end result looks like this:

powered circuit

The next step is to put values on the capacitors and resistors. Click on the left-most capacitor - the Properties dialog shows up:

properties dialog

Edit the Value field to a value of ‘.33u’ - 33 micro-farads - and set the Show? tag to ‘True’ so that the value will show up on the schematic - the Properties window looks like this afterwards:

correct properties

When the Value field is set to visible it pops up a bit far away from the capacitor, so I move it:

moving value

Then I repeat the process for the other capacitor. As for the resistor value I just chose a value of 1K. This will give the LED a few mA of current which should at least light it up but shouldn’t suck up too much current. Doing some quick calculations and assuming a forward LED voltage of 1.7V: 5V -1.7V = 3.3V/1K = 3.3mA. So it should light but not much - this is desirable for a power LED. All the values added look like this:

all values populated

Now that all the components are placed and the values set we have to update the symbol references. Right now the symbol references are unset: they all say D? instead of D1. TinyCAD can automatically set all of the references. Start by clicking on the Special->Generate Symbol References. This dialog will show up:

generate symbol references dialog

The default settings are fine. Click on OK and all of the symbol references will be generated and added - no more D? but instead D1. The only thing left now is to save it. Click on the Save button on the toolbar:

save button

And then save it wherever you want (I’ll discuss project organization later):

finished circuit

And that’s it - you’ve capture your first circuit!