Adding a Library to Eagle CAD

by NemesisC in Circuits > Microcontrollers

98328 Views, 12 Favorites, 0 Comments

Adding a Library to Eagle CAD

5818eeb1deafa4298e000d9b.jpeg

Quick tutorial showing how to add a library of parts to use on EAGLE CAD.

For my purposes I will be adding the ATtiny85 library to Eagle

Questions, Concerns , Compliments , Suggestions can all be made by commenting below or Tweeting

@NemesisContrer8

Download the Library You Want to Use

Screen Shot 2016-11-01 at 11.58.54 AM.png

After a quick Google Search I found a nice library for the ATttiny85 on Eagle CAD's website linked here:

Eagle CAD Libraries

Create a Folder to Place the Library in

Screen Shot 2016-11-01 at 12.06.18 PM.png

Create a folder wherever you want the library to be kept.

I kept my library in my DropBox under the folder called eagleLibrary

Drag the Library to Your Folder

Screen Shot 2016-07-29 at 6.05.31 PM.png

If the library downloaded as a zip file make sure you extracted it first before placing it in your folder

Otherwise just drag and drop the library to the folder we created in the previous step

Tell Eagle CAD Where to Look for the Library

Screen Shot 2016-07-29 at 5.44.49 PM.png

Open Eagle under Options->Directories

Under the Directory Type the Library Location

Screen Shot 2016-07-29 at 5.39.08 PM.png

The modify the path location to tell Eagle exactly the folder location and name where it will find the library. Note capitalization counts!


Mine looks something like this:

$EAGLEDIR/lbr:/Users/nemesisContreras/DropBox/eagleLibrary

This just means something like this

$EAGLEDIR/lbr:/Users/yourUserName/FolderLocation/FolderName

Check In

eagleTurorial.png

If done correctly you should now see the folder with the library show up

IMPORTANT

saveAll.png

Right click your library the select Use All so Eagle CAD knows to use the components in this library