Teensy design start #21
Replies: 1 comment
-
Alright so I ended up downloading two github repo's: FirstDownload the Teensy Library repo here by just downloading it all into a .zip and extracting it anywhere doesnt matter. This is going to be our schematic and overall symbol library. Download the teensy.pretty repo here by also downloading into .zip and extracting anywhere. This is our footprint and 3d model library for when you enter the PCB editor mode. SecondNow you have to add these libraries to your kicad Then click: ThirdBasically you're going to do the exact same thing but now with the footprint And you should be done, if you created a teensy project file already you can go into PCB Editor mode and click For schematic mode i imported the symbol by clicking: |
Beta Was this translation helpful? Give feedback.
-
I found the Teensy 4.1 board in this github discussion: https://github.com/jenschr/Teensy-4.1-example
it might be helpful to look up how to import each of the files but it has examples and importing the schematic is easy enough just download the Mim .kicad_sym thing and go to preferences and symbol library -> folder icon and select it. do more research on how to get the rest
Beta Was this translation helpful? Give feedback.
All reactions