Skip to content

Commit 5a06554

Browse files
authored
Add readme (#7)
* Added readme
1 parent fadca2f commit 5a06554

File tree

4 files changed

+44
-4
lines changed

4 files changed

+44
-4
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[submodule "libraries"]
22
path = libraries
33
url = https://github.com/PatrickBaus/KiCad-libraries
4-
[submodule "footprints.3dshapes"]
5-
path = footprints.3dshapes
6-
url = https://github.com/PatrickBaus/footprints.3dshapes
74
[submodule "footprints.pretty"]
85
path = footprints.pretty
96
url = https://github.com/PatrickBaus/footprints.pretty

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[![Build manufacturing files](https://github.com/TU-Darmstadt-APQ/LM399_Burnin_Board/actions/workflows/ci.yml/badge.svg)](https://github.com/TU-Darmstadt-APQ/LM399_Burnin_Board/actions/workflows/ci.yml)
2+
# ADR1399/LM399 Burnin Board
3+
This repository contains the [KiCad](https://www.kicad.org/) schematics and design files for test board to burn in [ADR1399](https://www.analog.com/media/en/technical-documentation/data-sheets/adr1399.pdf) and [LM399](https://www.analog.com/media/en/technical-documentation/data-sheets/199399fc.pdf) voltage references.
4+
5+
## Contents
6+
- [Introduction](#introduction)
7+
- [Design Files](#design-files)
8+
- [Related Repositories](#related-repositories)
9+
- [Versioning](#versioning)
10+
- [License](#license)
11+
12+
## Introduction
13+
This board can support up to 20 [ADR1399](https://www.analog.com/media/en/technical-documentation/data-sheets/adr1399.pdf) or [LM399](https://www.analog.com/media/en/technical-documentation/data-sheets/199399fc.pdf) voltage references. Using a [DD-50](https://en.wikipedia.org/wiki/D-subminiature) connector, these reference can be monitored using a multiplexer and a DMM. In combination with the [2000-SCAN SSR Replacement](https://github.com/PatrickBaus/SCAN2000) up to 10 references can be scanned using a [Keithley Model 2002](https://www.tek.com/en/products/keithley/digital-multimeter/2002-series).
14+
15+
![ADR1399/LM399 Burnin Board](images/pcb.png)
16+
17+
## Design Files
18+
### For production
19+
The design files required for the PCB production and assembly can be found on the [releases](../../releases) page and include the following resources:
20+
21+
- Schematics as a PDF
22+
- Gerber files
23+
- Pick & place position files
24+
- Bill of materials as a CSV file and also as an interactive HTML version
25+
26+
The latest revision of those files can be found [here](../../releases/latest).
27+
28+
## Related Repositories
29+
See the following repositories for more information.
30+
31+
- [KiCad footprints](https://github.com/PatrickBaus/footprints.pretty)
32+
- [KiCAD schematic libraries](https://github.com/PatrickBaus/KiCad-libraries)
33+
- [2000-SCAN SSR Replacement](https://github.com/PatrickBaus/SCAN2000)
34+
35+
## Versioning
36+
I use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags](../../tags) available for this repository.
37+
38+
- MAJOR versions in this context mean a breaking change to the external interface of the hardware like different connectors or functions.
39+
- MINOR versions contain changes to the hardware that only affect the inner workings of the circuit, but otherwise the performance is unaffected.
40+
- PATCH versions do not affect the schematics or invalidate older bill of materials. These changes may include updated components (to replace obsolete parts for example), an updated silkscreen, or fixed typos.
41+
42+
## License
43+
This work is released under the CERN-OHL-W
44+
See [https://ohwr.org/cern_ohl_w_v2.pdf](https://ohwr.org/cern_ohl_w_v2.pdf) or the included LICENSE file for more information.

footprints.3dshapes

Lines changed: 0 additions & 1 deletion
This file was deleted.

images/pcb.png

330 KB
Loading

0 commit comments

Comments
 (0)