Pad2Pad Introduction Tutorial

Pad2Pad software is a free download from www.pad2pad.com and is a user friendly circuit design software that makes ordering the boards a simple task. The software download is located at http://www.pad2pad.com/download/index.php  where you should check occasionally for updates.

At the end of the tutorial, there is a link to open a printable version of this tutorial.

If you have any suggestions on improving this or other tutorials, would like to see another added or even have one ready that you would like to add to the site, send the webmaster an email with the description and, if applicable, a copy of the tutorial you wish to submit. 

The first screen you see when Pad2Pad is opened shows you some basic properties of the board you are about to draw.




Figure 9.1


As you can see, the software in its default configuration chooses a 2 layer board at 4 inch by 3 inch. The solder mask is enabled and the silk screen is on the top side. I highly recommend leaving the solder mask and silk screen as they are unless you need silk screening on the bottom layer.


The solder mask enables surface mount components to be soldered more easily without bridging pads which causes shorts and other nasty side effects. The silk screen is a printed version of the board you draw in the software. That means all component names, descriptions, and identifying marks you draw on the board using the silk screen layer (more on that later) will be printed on whatever side you enable silk screen printing on the boards you order.


For our project, two layers will be plenty sufficient. The final size will be considerably smaller than the default 4 X 3 setting, but we can change that after we have the components installed on the board. At that point, we will know more about the size we require.

After clicking OK, the opening window shows a bare board. To start, we will add our primary component which happens to be included in the devices selection. To add it to the board, start by clicking the devices icon.



Figure 9.2


The top tool bar adds a line of information about the device chosen. Click the drop down menu to see a list of devices available.




Figure 9.3

Select the ATMEGA 16 MCU as shown in figure 9.4.




Figure 9.4


When you move the mouse pointer over the blank board (the bluish square) you will see an outline of the Atmega hovering. Wherever you left click the mouse, it will drop a chip on the board.




Figure 9.5


If you drop too many on the board, click the arrow icon, then click the extra device. The device will be highlighted. Just press the delete key and it will erase whatever was highlighted. If you have a number of components you wish to erase, click and drag the mouse to create a box. Everything in the box will be highlighted.




Figure 9.6

You can also move the selected items around the board by clicking and holding on the item while you move the mouse around.

Using the component library is preferred as the pads and component labels are already in place. Many components you use will not be in the component library. Another method of adding items to your board in a fairly easy manner is to use the footprint item.


Select the footprint icon.



Figure 9.7


In the same location you selected the Atmega chip, select the semiconductor TO263-3 (SMT). Drop one on the board.



Figure 9.8


If you prefer items arranged in a linear fashion whenever possible like I do, you can rotate the semiconductor footprint by clicking on the component image, right click, go down to Rotate and select either rotate left or rotate right.




Figure 9.9

The hard way of adding your components, which will be necessary on occasion, is to draw it yourself. Start by having the component's data sheet ready with the dimensions of the component available.


We will choose a simple component so you get the idea without a bunch of redundant tasks in this lesson. We will be creating the footprint for the .01uf capacitor. The capacitor is already in the library, but it will show you how to create footprints. The Digikey part number for the capacitor is 399-1158-1-ND and they cost about a nickel each.


The data sheet for the capacitor is located at the manufacturer's website at http://www.kemet.com/kemet/web/homepage/kechome.nsf/vapubfiles/F3102X7R/$file/F3102X7R.pdf . The information we need is located on page 1 of the data sheet. Each of the two pads is .02 inch by .049 inch and they are spaced approximately .030 inch apart. The capacitor is a ceramic capacitor so there is no need to specify a direction for the capacitor or label the pins to be able to differentiate between them.

Start by selecting the Pad Tool icon.


Figure 9.10



Select the square pad .024 X .059. The reason for selecting a larger pad is to allow easier attachment of the device to the board. Whenever possible, allow a little extra room for the component. Insure the layer is selected as the top layer (located next to the Pad Type).


Figure 9.11


Drop two of the pads on your board. Move the pads close to the point of origin (0,0) with one of the pads located at 0,0. That will center the pad directly over the point of origin. Next you have to do a little calculating to figure the correct distance apart to place the pads. The distance we have been shown in the data sheet is .030. We have to add to that the width of one pad as the pad's location is measured from the centers of the pads. Therefore, the total distance from center of pad to center of pad is going to be .054 inch.


With the first pad located at 0,0 you will need to highlight the second pad. With the pad highlighted, type the correct location for the second pad in the X coordinate as shown in figure 9.12.


Figure 9.12


Now that we have the landing pads spaced properly, you can change the names of the pads. Currently they should be labeled 1 and 2. If you want to change the pad labels, highlight the pad and change the label in the text box located next to the Y coordinate.


Next we need to add a silk screen outline for the component. Click the trace tool button, insure the line width is set to .10, and change the layer to top silk.


Figure 9.13


Now draw a square around the pads allowing enough room within the square for the component to fit comfortably. You will probably notice as you draw the square that you are unable to make it fit evenly on both sides of the pads. That is because the snap function is set to .025 inch. To change that setting, click Edit, go down to Preferences and click Preferences. In the window that appears, select Grids on the left of the pane. Change the snap feature to .001. Notice you can change the appearance of the grid on that page, whether it is shown or not, and under the General tab you can change the entire background appearance.

Figure 9.14


After you click OK, you can move the lines evenly around the pads. When they are in place, add a label to the component with the text button.


Figure 9.15


A text window will open for you to enter your text. In the same window you can change the font, size, etc of the text you are dropping on the board.


Figure 9.16

Type in C1 for the component label and click OK. Arrange the text in a meaningful location around the component. We are almost finished.


Highlight all parts of the component and right click the mouse. Go down to Group and click. All of the portions of the component that were part of the component are now grouped as a single object and can be moved around, copied and pasted at will in your project.


Figure 9.17