|
| 1 | +[](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 | + |
| 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. |
0 commit comments