Check out my first novel, midnight's simulacra!

Load cells

From dankwiki
Revision as of 17:39, 14 January 2025 by Dank (talk | contribs) (Created page with "Electric load cells are transducers converting tension/compression/torque into an electrical signal (usually a voltage level). Combined with a suitable ADC, they're the usual way to get deformation (e.g. weight) measurements into MCUs like Arduino or ESP32. ==Suitable ICs== * Infineon HX711: two-wire communication. Difficult to find as a discrete component; more frequently available on breakout boards, including from Adafruit and SparkFun (SEN-13230, SEN-13879)....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Electric load cells are transducers converting tension/compression/torque into an electrical signal (usually a voltage level). Combined with a suitable ADC, they're the usual way to get deformation (e.g. weight) measurements into MCUs like Arduino or ESP32.

Suitable ICs

  • Infineon HX711: two-wire communication. Difficult to find as a discrete component; more frequently available on breakout boards, including from Adafruit and SparkFun (SEN-13230, SEN-13879).
  • Nuvatron NAU7802: Communication via I2C. Available in throughhole (KGI) and SMD (SGI) form factors.
  • TI ADS1231/ADS1232: two-wire communication. SMD only.