Add missing schematics, add bill of materials for arduino based builds, remove unneeded data sheet

This commit is contained in:
KemoNine 2019-06-11 14:00:25 -04:00
parent b3bf34d661
commit 67ed72aaf3
8 changed files with 49 additions and 0 deletions

View File

@ -3,3 +3,10 @@
Used as a basic sensor test case using the serial sensor type.
I have a very old Weather Shield and it worked well enough to verify the concept of sensor data. This is here for my own reference and show casing some ideas. YMMV greatly if using this code.
## Hardware / Bill Of Materials
| Quantity | Hardware |
| -------- | --------------------------------------- |
| 1 | Arduino Micro |
| 1 | SparkFun Weather Shield |

View File

@ -1,3 +1,16 @@
# isp
The ISP programmer code, schematics and more used for programming the ATTiny chips used elsewhere.
## Hardware / Bill Of Materials
| Quantity | Hardware |
| -------- | --------------------------------------- |
| 1 | Arduino Uno |
| 1 | Arduino Proto Shield |
| 1 | ZIF Socket |
| 1 | 0.1 uF ceramic capacitor |
| 1 | Common Anode RGB LED |
| 3 | npn Transistor |
| 3 | 10k Resistor |
| 3 | 4.7k Resistor |

View File

@ -1,3 +1,16 @@
# calibration_jig
An Arduino based build that allows testing and reading various sensors (used elsewhere) values for calibration prior to setup with the main dashboards and deployment.
## Hardware / Bill Of Materials
| Quantity | Hardware |
| -------- | --------------------------------------- |
| 1 | Adafruit Metro Express M0 |
| 1 | SparkFun QWIIC Proto Shield |
| 1 | Arduino Proto Shield |
| 3 | Push button |
| 1 | MAX6816EUS+T (Button Debounce) |
| 1 | MAX6817EUT+T (Button Debounce) |
| 1 | Adafruit 2.2" TFT LCD |
| 2 | 4.7k Resistor |

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@ -5,3 +5,11 @@ A *simple* i2c based dip switch that can be queried as a sensor.
This build uses an ATTiny 2313 / 4313 for the i2c slave with an 8 pin dip switch. The status of all 8 pins on the dip switch are returned via i2c as a single byte that can be used to determine state of all 8.
The main ATTiny code that reads the dip switch states and sends back a single byte with each dip's state encoded as a ```0``` for ```off``` and ```1``` for on.
## Hardware / Bill Of Materials
| Quantity | Hardware |
| -------- | --------------------------------------- |
| 1 | ATTiny 4313 |
| 2 | 8 pin DIP switch |
| 1 | 0.1uF Capacitor |

View File

@ -1,3 +1,11 @@
# Water Level Sensor
A water level meter adapted to i2c using an ATTiny85
## Hardware / Bill Of Materials
| Quantity | Hardware |
| -------- | -------------------------------------------------------- |
| 1 | ATTiny 85 |
| 1 | Milone Standard eTape Assembly (Voltage Divider Version) |
| 1 | 0.1uF Capacitor |