Files

copied

Scanning the repository...

Last update 4 years 8 months by Andy Cate
Files
.gitattributes
.gitignore
.gitmodules
12V.PcbDoc
BAC_Custom_Design_Rules.RUL
BAC_Design_Rules.RUL
Breakouts.SchDoc
Control.SchDoc
CustomComponents.PcbLib
CustomComponents.SchLib
E1-Brain.PrjPcb
PCB.PcbDoc
Power.SchDoc
README.md
Sensors.SchDoc
Teensy.SchDoc
altium-library
README.md

PCB-files

Repository for PCB projects.

E1 setup

The control board for E1 is designed in Altium Designer. If you don't a license, you can request a student edition <![CDATA[]]>here<![CDATA[]]>. It takes about a day for them to respond, so don't worry if you don't get a response right away.

There are few additional steps you need to take to set up this repository for development. Please run git submodule update --init. This command initializes the part library we are using. Note that this command may take a while. While that is running, please make an account at altiumlibrary.com. Then, follow the instructions <![CDATA[]]>here<![CDATA[]]>. You can ignore the Download GitHub Desktop and Clone the Library steps, but do the others.

Now your parts library is set up. You can start working on the design!

Contributing

Please don't push directly to the master branch. If you are making changes that you want to push, please make a new branch first.

Report a bug