Skip to content

Commit 00b0cb2

Browse files
Did a brute force first pass and tested libs
1 parent 93d6466 commit 00b0cb2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+319867
-2
lines changed

Conversion/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Conversion tools and information
22
====================================
33

4-
*the hardest part of any task is starting*
4+
A tool for moving symbols and footprints between .mod and .lib files:
5+
6+
http://www.compuphase.com/electronics/kicadlibrarian_en.htm
7+
8+
*the hardest part of any task is starting*

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,34 @@ Resource
2626

2727
* [The KiCad site](http://kicad-pcb.org/)
2828

29-
** KiCad installation
29+
**KiCad installation**
3030

31+
* Uninstall previous versions of KiCad
3132
* Download KiCad stable version 4.0.5 from [http://kicad-pcb.org/download/](http://kicad-pcb.org/download/windows/) and install
3233
* After install, you'll be prompted to install "Wings 3D", check this box to be redirected to [http://www.wings3d.com/](http://www.wings3d.com/)
3334
* Download and install the stable release 2.1.5
3435

36+
**Using the libraries**
37+
38+
* Create a local project (this is necessary because projects hold library path information)
39+
* Open the "Schematic Library Editor"
40+
* Prefrences -> Component Libraries
41+
* Remove all libraries from list
42+
* Add -> navigate to SparkFun-KiCad-Libraries -> select all .lib files -> open, then hit OK
43+
* Test by selecting an active library. All sparkfun libraries should be displayed. Close the library editor
44+
* Open the "PCB Footprint Editor"
45+
* Prefrences -> Footprint Library Manager
46+
* Remove all (if any) libraries, hit OK
47+
* Prefrences -> Footprint Libraries Wizard
48+
* Next (files on my computer)
49+
* Navigate to SparkFun-KiCad-Libraries -> select all .mod files and hit ok
50+
* Next
51+
* Select for this project only
52+
* Next
53+
* Close the editor
54+
* Save the project (Green arrow into extern HDD icon, no menu exists)
55+
56+
Now, This project is linked to the libraries. Open a schematic and place components. See kicad enginursday post for converting from schematic into board (Note: You need to have nets for this to work... not just unconnected components)
3557
License Information
3658
-------------------
3759

SparkFun-Aesthetics.lib

Lines changed: 7395 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)