ajb974 / Kibble-Kounter1

Apache License 2.0
1 stars 0 forks source link

Load Cell- Detailed Instructions #10

Closed ajb974 closed 1 year ago

ajb974 commented 1 year ago

(1 hr) Prepare detailed instructions showing how the part works and what it can do.

ajb974 commented 1 year ago

20 kg weight limit

ajb974 commented 1 year ago

Part must be calibrated with a known weight first. https://www.adafruit.com/product/4543#technical-details

ajb974 commented 1 year ago

image Reading with 100g weight

mlivai commented 1 year ago

Prepare more detail about the HX711

ajb974 commented 1 year ago

The load cell has a 20 kg weight limit (5). Internally, the load cell contains a Wheatstone bridge, with a variable resistance that can be measured with an ADC, like the HX711 (5). Before the load cell can be use to measure weight, it must first be calibrated (5). The load cell is first zeroed, with the reading from the HX711 saved. Then, a known weight must be placed on the HX711, with the reading from the HX711 saved. Now, when the HX711 reads an unknown weight, first, the difference between the unknown and zero HX711 values are found. Then, this difference is divided by the HX711 value for the test weight. Finally, that quotient is multiplied by the test weight in grams, returning the unknown weight in grams. This process can be seen in Figure 7. The HX711 used on the breakout board is an ADC with 24 bits of precision (5).