Closed ajb974 closed 1 year ago
20 kg weight limit
Part must be calibrated with a known weight first. https://www.adafruit.com/product/4543#technical-details
Reading with 100g weight
Prepare more detail about the HX711
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).
(1 hr) Prepare detailed instructions showing how the part works and what it can do.