Difference between revisions of "Making a Schematic in Eagle"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 23: Line 23:
 
[[File:Eagle sch1.PNG | 1100 px]]
 
[[File:Eagle sch1.PNG | 1100 px]]
 
<br>
 
<br>
 +
 +
We will take the L293D Hbridge motor driver IC you have in the Arduino kits as a case sturdy and build a shield for the Uno. It is a loose IC so its quite convenient to make a shield for it.
 +
[https://lastminuteengineers.com/l293d-dc-motor-arduino-tutorial/ Here is a tutorial on how to use it]
 
==Adding parts==
 
==Adding parts==
 +
==The Grid==
 +
==Shortcuts==
 
==Connecting things==
 
==Connecting things==

Revision as of 14:01, 25 November 2020

PCB design in EAGLE ( and not only) is a two-step process. First you design your schematic, then you lay out a PCB based on that schematic. EAGLE's board and schematic editors work hand-in-hand. A well-designed schematic is critical to the overall PCB design process. It will help you catch errors before the board is fabricated, and it'll help you debug a board when something doesn't work.

EAGLE schematic.png

Understanding schematics

Before we begin, you have to make sure you have a good idea about schematics, how to read those. So here is a tutorial


Creating a schematic

The new Eagle interface opens up with a control panel looking a bit like this

  • First, open Autodesk EAGLE, and you’ll be greeted with the Control Panel. This is your home away from home and will contain all of your libraries, projects, scripts, and more.

Under Options >> Directories you will be able to select where your projects, libraries, etc. are managed

  • From the Control Panel, select File » New » Project and give your new project folder a name.
  • Next, right-click on your project folder and select New » Schematic to add a new schematic sheet to your project.
  • This will open a blank schematic document. Before you do anything else, save your schematic by selecting File » Save As and give it a name.

Menu01.PNG


And here we are:
BLANK SPACE
Eagle sch1.PNG

We will take the L293D Hbridge motor driver IC you have in the Arduino kits as a case sturdy and build a shield for the Uno. It is a loose IC so its quite convenient to make a shield for it. Here is a tutorial on how to use it

Adding parts

The Grid

Shortcuts

Connecting things