https://github.com/handiko/pga103-eagle-library
Eagle library for PGA-103 and PGA-103+ component
https://github.com/handiko/pga103-eagle-library
eagle eagle-cad-library eagle-library low-noise-amplifier pga-103 vhf-uhf-lna
Last synced: 21 days ago
JSON representation
Eagle library for PGA-103 and PGA-103+ component
- Host: GitHub
- URL: https://github.com/handiko/pga103-eagle-library
- Owner: handiko
- License: gpl-3.0
- Created: 2019-01-07T22:35:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T03:23:38.000Z (over 6 years ago)
- Last Synced: 2025-02-13T03:17:54.225Z (2 months ago)
- Topics: eagle, eagle-cad-library, eagle-library, low-noise-amplifier, pga-103, vhf-uhf-lna
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PGA103-Eagle-Library
Eagle library for PGA-103 and PGA-103+ component (SOT-89 package).
Tested on Eagle-7.2 and Eagle-7.7.PGA-103+ datasheet: https://www.minicircuits.com/pdfs/PGA-103+.pdf
## Installation
### Linux
* `git clone https://github.com/handiko/PGA103-Eagle-Library.git`
* `cd PGA103-Eagle-Library`
* Copy the `pga103.lbr` into your Eagle library folder. For example, if your eagle library folder is located in `/opt/eagle-7.2.0/lbr`, then type: `sudo cp pga103.lbr /opt/eagle-7.2.0/lbr`
* Open the Eagle CAD, then **Library ---> Use All**
* Now the pga103.lbr should be listed in your Eagle library.### Windows
* Download as zip
* Unzip
* copy the `pga103.lbr` into your Eagle library folder, for example : **C:\EAGLE-7.2.0\lbr**
* Open the Eagle CAD, then **Library --> Use All**## Example
From **PGA103-Eagle-Library/Example/Simple-LNA** folder

## TODO
* Make PGA-103 symbol a little bit nicer
* Make a better example sch / board
* Adding description to the Device
* Better documentation / README
* ...## Contributing
1. Fork it (https://github.com/handiko/PGA103-Eagle-Library/fork)
2. Create new branch (`git checkout -b add-blah-blah`)
3. Do some editing / create new feature
4. Commit your works (`git commit -m "Adding some blah blah blah.."`)
5. Push to the branch (`git push -u origin add-blah-blah`)
6. Create a new Pull Request