A curated set of custom Autodesk EAGLE component libraries (
.lbr), each paired with its datasheet.
A collection of self-made EAGLE component libraries that I built because I couldn't find them ready-to-use elsewhere. Each library ships with a symbol, footprint and the manufacturer datasheet it was drawn from, so you can drop the part straight into your schematic and board.
Use them as a reference, a starting point, or directly in your own designs. Found a mistake? Open an issue — feedback is welcome. :)
| Part | Type / Function | Library file | Datasheet |
|---|---|---|---|
| Microchip 24LC256 | 256 Kbit I²C serial EEPROM | 24LC256 EEPROM.lbr |
|
| Cree J/K 2835 | High-brightness LED (2835 package) | Cree_J_2835.lbr |
|
| MS1V-T1K | 32.768 kHz tuning-fork crystal (great for SAMR21) | MS1V-T1k Xtal.lbr |
|
| NXP PCF8575C | 16-bit I²C I/O expander (SOP24) | PCFF8575C.lbr |
|
| Vishay TEMT6000 | Ambient light sensor (phototransistor) | TEMT6000.lbr |
There are two easy ways to add one of these .lbr files to EAGLE:
Option A — Library Manager (recommended)
- In EAGLE's Control Panel, open Library → Open Library Manager.
- Go to the Available tab → Browse… and select the
.lbrfile you want. - Select it and click Use so its parts show up in the Add Part dialog.
Option B — Copy into the libraries folder
- Copy the
.lbrfile into your EAGLElbr/directory (e.g.Documents/EAGLE/libraries/or your project's library path). - In the Control Panel's Libraries tree, right-click the library and choose Use, then place parts via Add Part in the schematic editor.
Released under the MIT License — these libraries are meant to be reused. Datasheet PDFs remain the property of their respective manufacturers and are included for convenience only.