Giter VIP home page Giter VIP logo

kicad-lib-arduino's Introduction

kicad-lib-arduino

600mil width Arduino library for KiCAD with 3D models.

  • Please set the path settings etc to suit your environment.
  • 3D models are output as .x3d files from Blender, KiCAD's recommendation is .wrl but in my test, x3d can be used.

Include :

Arduino Micro
Arduino Nano
Arduino Nano Every
Arduino Pro Mini
Sparkfun Pro Micro

Files

File Description
Arduino.dcm, Arduino.lib Symbol library
Arduino.pretty Footprints
Arduino.3dshapes 3D models

Install

  1. Copy files to your favorite folder of local PC.
    $ cd <YourPath>
    $ git clone https://github.com/g200kg/kicad-lib-arduino.git
    or just
    Download and place files (Arduino.lib, Arduino.dcm, Arduino.pretty/*.*, Arduino.3dshapes/*.*)
    Here the your folder will be :
< YourPath >
  |  
  +-- kicad-lib-arduino  
        +-- Arduino.lib  
        +-- Arduino.dcm  
        +-- Arduino.pretty  
        |     +-- *.kicad_mod  
        +-- Arduino.3dshapes  
              +--- *.x3d
  1. Symbol
    Open KiCAD's "Preferences"->"Manage Symbol Libraries"
    Add line to "Global libraries"
    Nickname=Arduino, LibraryPath=<PathToYourFolder>/kicad-lib-arduino/Arduino.lib, PluginType=Legacy

  2. Footprint
    Open KiCAD's "Preference"->"Manage Footprint Libraries"
    Add line to "Global Libraries"
    Nickname=Arduino, LibraryPath=<PathToYourFolder>/kicad-lib-arduino/Arduino.pretty, PluginType=KiCad

  3. 3DModels
    Open KiCAD's "Preference"->"Configure Paths"
    Add line to "Environment Variables"
    Name=LOCALREPO, Path=<PathToYourFolder>

  • Because 3D Setting of footprints link to "${LOCALREPO}/kicad-lib-arduino/Arduino.3dshapes/xxxx.x3d"

Symbol

Footprint

3D Model

License

Licensed under Creative Commons CC0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.