aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-03-09 11:45:50 -0600
committerBlaise Thompson <blaise@untzag.com>2021-03-09 11:45:50 -0600
commit9ee2ffccd6d3d8370d84399f9c8f04b3ecd4262c (patch)
tree4e18e8eb61c7d98d19c2f5a8a86fdc930997cab0
parent3181af7dafebdd233306e81625d65f99ef24501c (diff)
bom
-rw-r--r--README.md17
1 files changed, 14 insertions, 3 deletions
diff --git a/README.md b/README.md
index 35aabc3..9d3add4 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +16,23 @@ PCB images generated with [tracespace](https://github.com/tracespace/tracespace)
Bill of Materials
-| reference | value | manufacturer | part number | vendors |
-| :------------- | :------------- | :----------- | :------------------- | :------ |
+| reference | value | manufacturer | part number | price | vendors |
+| :------------- | :--------------- | :--------------- | :------------------- | :----- | :------ |
+| A1 | ESP8266 breakout | Adafruit | 2471 | $10.00 | [Adafruit](https://www.adafruit.com/product/2471) [DigiKey](https://www.digikey.com/en/products/detail/adafruit-industries-llc/2471/5355489) |
+| C1 | 100u | Illinois Cap. | 107KXM025M | $0.25 | [DigiKey](https://www.digikey.com/en/products/detail/illinois-capacitor/107KXM025M/5410757?s=N4IgTCBcDaIIwAYDsBpAGgWQWArBkAugL5A) |
+| C2 | 10u | Yageo | CC1206KKX7R8BB106 | $0.25 | [DigiKey](https://www.digikey.com/en/products/detail/yageo/CC1206KKX7R8BB106/5195365?s=N4IgTCBcDaIMJwIxgAwDYDSGAaB2ASgBwBCxi6IAugL5A) |
+| C3 | 22u | Yageo | CC1206MKX7R7BB226 | $0.75 | [DigiKey](https://www.digikey.com/en/products/detail/yageo/CC1206MKX7R7BB226/7071713?s=N4IgTCBcDaIMJwIxgAwDYCyBpAGgdgCU8AhYsMNEAXQF8g) |
+| D1, D2 | red LED | Lite-ON | LTST-C230KRKT | $0.50 | [DigiKey](https://www.digikey.com/en/products/detail/lite-on-inc/LTST-C230KRKT/386857?s=N4IgTCBcDaIDIBUDKCC0BhMBmADAaQCU8EQBdAXyA) |
+| Q1 | MOSFET N-ENH | On Semiconductor | 2N7000BU | $0.25 | [DigiKey](https://www.digikey.com/en/products/detail/on-semiconductor/2N7000BU/976604) |
+| U1 | BME680 breakout | Adafruit | 3660 | $20.00 | [Adafruit](https://www.adafruit.com/product/3660) [DigiKey](https://www.digikey.com/en/products/detail/adafruit-industries-llc/3660/7915571) |
+
+All prices are extended.
+Assuming an order of 10 PCBs, the boards themselves should cost around $5 each.
## Firmware
-TODO
+This project uses [micropython](https://micropython.org/), specifically [microhomie](https://github.com/microhomie/microhomie).
+Refer to the "firmware" directory in this repository for detailed instructions.
## Changelog