From b6f7e9ed64c93ef06c50291cedadb73c1b1fd1dc Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Fri, 29 Jan 2021 12:15:35 -0600 Subject: analog readme --- analog-driver/README.md | 48 ++++++++++++++++++---------------------- documentation/documentation.pdf | Bin 2761157 -> 2751368 bytes 2 files changed, 22 insertions(+), 26 deletions(-) diff --git a/analog-driver/README.md b/analog-driver/README.md index d5d0762..2525881 100644 --- a/analog-driver/README.md +++ b/analog-driver/README.md @@ -14,30 +14,26 @@ PCB images generated with [tracespace](https://github.com/tracespace/tracespace) Bill of Materials -| reference | value | manufacturer | part number | DigiKey | Newark | -| :------------- | :------------ | :----------- | :---------- | :------ | :----- | -| C2 | 10u | | | | | -| C3 | 22u | | | | | -| D1 | (red) | | | | | -| D2 | (blue) | | | | | -| J1, J2 | | | | | | -| J3, J4 | | | | | | -| J5 | fan connector | | | | | -| J7 | LED connector | | | | | -| PS1 | | | | | | -| R1, R4, R6, R7 | | | | | | -| R2, R5 | | | | | | -| U1 | | | | | | -| U2 | | | | | | +| reference | value | manufacturer | part number | vendors | +| :------------- | :------------ | :----------- | :---------- | :------ | +| C2 | 10u | | | | +| D1 | (red) | | | | +| J3, J4 | Barrel Jack | | | | +| J5 | fan connector | | | | +| J7 | LED connector | | | | +| R1 | 10k | | | | +| R2 | 470 | | | | +| R5 | 1k | | | | +| RV1 | 2.2k | | | | +| TP1 | | | | | +| TP2 | | | | | +| TP3 | | | | | +| U2 | LED driver | Mean Well | LDD-1000L | [DigiKey](https://www.digikey.com/en/products/detail/mean-well-usa-inc/LDD-1000L/7704722) [Allied](https://www.alliedelec.com/product/mean-well/ldd-1000l/70345765/) | + +## Changelog + +### 1.0.0 + +#### Added +- initial design -## I2C Interface - -DOCUMENTATION TODO - -## Firmware - -Find in "firmware" folder. - -Use Arduino IDE. - -We programmed the ATtiny85 using the sparkfun Tiny AVR Programmer: [PGM-11801](https://www.sparkfun.com/products/11801). diff --git a/documentation/documentation.pdf b/documentation/documentation.pdf index 93adde3..855e029 100644 Binary files a/documentation/documentation.pdf and b/documentation/documentation.pdf differ -- cgit v1.2.3