Go to file
katherine.sarna 4fa9aa4d64 Update README.md 2024-11-21 00:01:24 +00:00
gerber fabout 2024-11-17 10:22:41 -08:00
load-cell-test-backups DNS 2024-11-18 20:04:43 -08:00
LICENSE Initial commit 2024-11-06 22:54:25 +00:00
MCP6006-6R-6U-7-9-Data-Sheet-20006411B.pdf Upload files to "/" 2024-11-20 23:50:31 +00:00
README.md Update README.md 2024-11-21 00:01:24 +00:00
adc101c021.pdf Upload files to "/" 2024-11-20 23:50:31 +00:00
calc.tex math 2024-11-09 23:30:31 -08:00
fp-info-cache layout 2024-11-10 14:25:48 -08:00
gerber.zip fabout 2024-11-17 10:22:41 -08:00
load-cell-test.kicad_pcb fabout 2024-11-17 10:22:41 -08:00
load-cell-test.kicad_prl layout 2024-11-10 14:25:48 -08:00
load-cell-test.kicad_pro fabout 2024-11-17 10:22:41 -08:00
load-cell-test.kicad_sch DNS 2024-11-18 20:04:43 -08:00
load-cell-test.wbk Finishing touches on tuning opa parameters 2024-11-10 12:21:41 -08:00
sim.kicad_sch DNS 2024-11-18 20:04:43 -08:00

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.