2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SparkFun Eagle Library をインストールする方法

Posted at

Eagle CAD とライブラリ

電子回路設計に Eagle CAD を使われている方は多いだろう.この Eagle CAD にはよく使う電子部品がライブラリとして予め登録されているが,それでも使いたい部品が登録されていないことが多々ある.

我々メイカーがよくお世話になる SparkFun ElectronicsAdafruit はこの Eagle CAD 向けにライブラリを無償提供しているので,是非インストールしておこう.

GitHub からライブラリをダウンロードする

SparkFun も Adafruit も GitHub で Eagle ライブラリを公開している.

* [SparkFun (Zip)](https://github.com/sparkfun/SparkFun-Eagle-Libraries/archive/master.zip)
* [Adafruit (Zip)](https://github.com/adafruit/Adafruit-Eagle-Library/archive/master.zip)
いずれにせよ `SparkFun-Eagle-Libraries` と `Adafruit-Eagle-Library` というフォルダが出来る.

# Eagle CAD のライブラリパスを通す
Eagle CAD を立ち上げて Options メニューから Directories... を選ぶ.

Libraries の項目が最初 `$EAGLEDIR/lbr` となっているので,ここを `$EAGLEDIR/lbr:{WORKING_DIR}/SparkFun-Eagle-Libraries:{WORKING_DIR}/Adafruit-Eagle-Librari` に変更する.(注:Windowsの場合は `:` ではなく `;` を使う.)`{WORKING_DIR}` は Eagle ライブラリを置いたディレクトリ名なので,各自変えてもらえたい.例えば僕は `/Users/kanaya/Documents` にしているので,次のような設定になる.

<img width="777" alt="Eagle-Options-Directories.png" src="https://qiita-image-store.s3.amazonaws.com/0/15782/f4745cd4-ceb2-b3a8-06f6-2665c69e6d15.png">

これで次のように部品が選べるようになる.

<img width="752" alt="Eagle-Add.png" src="https://qiita-image-store.s3.amazonaws.com/0/15782/84411d49-7744-d4bb-1138-9f2f257f9b0e.png">
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?