katherine.sarna 4fa9aa4d64 | ||
---|---|---|
gerber | ||
load-cell-test-backups | ||
LICENSE | ||
MCP6006-6R-6U-7-9-Data-Sheet-20006411B.pdf | ||
README.md | ||
adc101c021.pdf | ||
calc.tex | ||
fp-info-cache | ||
gerber.zip | ||
load-cell-test.kicad_pcb | ||
load-cell-test.kicad_prl | ||
load-cell-test.kicad_pro | ||
load-cell-test.kicad_sch | ||
load-cell-test.wbk | ||
sim.kicad_sch |
README.md
load-cell-test
Engineer Responsible for this Section: Willow Herron
Section README Authored By: Katherine Sarna
Datasheet:
- MCP-6006 (Operational Amplifier)
- ADC101C021CIMM (I2C ADC)
Purpose of load-cell-test: We want to see how much water is left in the water supply used for the greenhouse garden, so we can be frugal and efficient about how much water the garden uses. This test reads the weight of the remaining water.
The load cell we chose is a wheatstone bridge with 2 kOhm resistance (+-20 Ohms). The wheatstone bridge has deflection, so when you apply a load to the load cell, 2 of its resistors go up by 20 Ohms, and 2 go down by 20 Ohms, hence the +- 20 Ohms. This load cell is amplified to a signal (range) of ~0-3.3V. The load cell is put into an I2C ADC in order to read the value of the water weight to the daughterboard or control board. This is how we determine how much water has been used and how much is left in the water supply for the greenhouse garden management system.
- I2C: Inter-integrated circuit, communication protocol
- ADC: Analog to digital converter
As far as design considerations, in order to maximize analog signal integrity, we tried to keep sensitive analog traces as large/wide and as short as possible.