Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.49 KB

EE Resources.md

File metadata and controls

51 lines (32 loc) · 1.49 KB

MercuryEE2019-2020

Electrical Resources

One place for the various resources avalible for Mercury EE, Its time for us to git gud

PCB Design Tutorials

Great tutorial to learn the basics of KiCad and how to get started.

https://www.youtube.com/watch?v=BVhWh3AsXQs&list=PLy2022BX6EspFAKBCgRuEuzapuz_4aJCn&index=1

A little guide for general PCB Design

https://www.alternatezone.com/electronics/files/PCBDesignTutorialRevA.pdf

Part Search

https://www.ultralibrarian.com/ https://www.digikey.com/

Setting Good Design Rules

The defult design rules are trash on KiCad this website helps you make them not trash.

https://docs.oshpark.com/design-tools/kicad/

Electrical Checklist

This website is a good guide for for the design process for your schematic and PCB. (Currently working on condensing the checklist)

https://pcbchecklist.com

Track Width Chart

A chart to refer to for track width

http://caxapa.ru/thumbs/251715/currents.pdf

Saturn PCB

A calculator for all PCB related numbers, in the wise words of Lance Bantoto:

it's a blessed tool for pcb design, calculates everything

http://www.saturnpcb.com/pcb_toolkit/

Some git Resources

If you dont know git, learn it (or just the basics)

Has the 13 neccesary commands for git

https://dev.to/dhruv/essential-git-commands-every-developer-should-know-2fl

Cheat Sheet for Git

https://www.git-tower.com/blog/git-cheat-sheet/

Big Thank you to Sarah Brown and Lance Bantoto for the various resources