EAGLE CAD SCHEMATIC EDITOR TUTORIAL PART 1
Posted: 18 Dec 2018 22:22
I know people are struggling with getting started with Eagle. I don't think later versions really help with the confusion. So here is version 5.6 to get people started. It shouldn't be too hard to get to grips with.
Once installed, choose "freeware" licence. Then go hunting where you installed it, bin folder, eagle.exe (assuming it didn't create a useful shortcut to the main program like it did for me!)
I'm going to show step by step a simple schematic using a basic 74LS04 inverter to drive a simple LED.
Once you have loaded eagle you get the main screen...
We then what to create a new schematic..
..and get the main editor window up..
While you may not need to change the grid size, I changed it here to 1.27mm. Notice I selected mm ( I hate inches, you you can set it to whatever you like of course) and turn the grid on..
If your confused , just copy the settings below..
The grid can be turned on or off, or use dots or lines. This can be changed at any time later if you so desire.
Next we need to use the "add tool" as shown below. It brings up Eagle's part lists where you can search for various parts.
At the bottom type in 7404*
Do not be tempted to put in things like 74LS04 as there are a million variations of the 7404 and Eagle doesn't care about it. All we need is the basic logic series number which is "7404". Notice the '*' (asterisk) on the end. This tells eagle to "search all" starting with 7404 and match anything which comes after it. I do this to show the 3 typical variations of the package, which is SMD, DIP, PLCC.
The first match which comes up kinda sucks...
It doesn't show the normal inverter symbol, so we select the next one down in the list and click the arrow to expand the variations...
Below I am just showing the 3 package types in the list...
So we can go with the 7404N, which is the normal DIP package.
Once selected, click on OK, and the mouse will move the inverter block around. So place it down somewhere by clicking the left mouse button.
You can simply move and keep clicking as many times as you want.. BUT...
Notice the 2 inverters on the right are called "IC2". This means you used up all the inverters in the first IC, and Eagle automatically created a second IC. As we only want to use 1 IC in our demo, we can use the delete tool and just click on the inverters we want to delete...
It can be worth checking the data sheets of such gates to easily see how many gates are in the IC..
So we have 6 inverters in the IC and 6 in the Eagle editor, Awesome!
Once installed, choose "freeware" licence. Then go hunting where you installed it, bin folder, eagle.exe (assuming it didn't create a useful shortcut to the main program like it did for me!)
I'm going to show step by step a simple schematic using a basic 74LS04 inverter to drive a simple LED.
Once you have loaded eagle you get the main screen...
We then what to create a new schematic..
..and get the main editor window up..
While you may not need to change the grid size, I changed it here to 1.27mm. Notice I selected mm ( I hate inches, you you can set it to whatever you like of course) and turn the grid on..
If your confused , just copy the settings below..
The grid can be turned on or off, or use dots or lines. This can be changed at any time later if you so desire.
Next we need to use the "add tool" as shown below. It brings up Eagle's part lists where you can search for various parts.
At the bottom type in 7404*
Do not be tempted to put in things like 74LS04 as there are a million variations of the 7404 and Eagle doesn't care about it. All we need is the basic logic series number which is "7404". Notice the '*' (asterisk) on the end. This tells eagle to "search all" starting with 7404 and match anything which comes after it. I do this to show the 3 typical variations of the package, which is SMD, DIP, PLCC.
The first match which comes up kinda sucks...
It doesn't show the normal inverter symbol, so we select the next one down in the list and click the arrow to expand the variations...
Below I am just showing the 3 package types in the list...
So we can go with the 7404N, which is the normal DIP package.
Once selected, click on OK, and the mouse will move the inverter block around. So place it down somewhere by clicking the left mouse button.
You can simply move and keep clicking as many times as you want.. BUT...
Notice the 2 inverters on the right are called "IC2". This means you used up all the inverters in the first IC, and Eagle automatically created a second IC. As we only want to use 1 IC in our demo, we can use the delete tool and just click on the inverters we want to delete...
It can be worth checking the data sheets of such gates to easily see how many gates are in the IC..
So we have 6 inverters in the IC and 6 in the Eagle editor, Awesome!