Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
SparkFun SEN-13879 Load Cell Amplifier – HX711 — image 1
Hover to zoom

1 / 3 · Click to enlarge

SparkFun

SparkFun SEN-13879 Load Cell Amplifier – HX711

34+ bought in past month
AI Summary
Sparkfun Modules for everyday users

The SparkFun SEN-13879 Load Cell Amplifier – HX711 by SparkFun is a mid-range sparkfun modules designed for everyday users. It features Max. Operating Current (A): <1.5mA and Output Data Rate: 10SPS or 80SPS.

₹1,844
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹1,844
Buying tip: A well-rounded choice at a fair price. Recommended for most buyers.
Estimated delivery: 16 Aug30 Aug
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Max. Operating Current (A): <1.5mA
Output Data Rate: 10SPS or 80SPS
Length (mm): 30
Width (mm): 23
Weight (g): 10
Shipping Weight: 0.01 kg

Ideal For

Electronics projectsArduino / Raspberry Pi buildsPrototyping
Share:
SKU: robu-972024Category: Sparkfun Modules

About This Product

The SparkFun SEN-13879 Load Cell Amplifier – HX711 by SparkFun is a mid-range sparkfun modules designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Max. Operating Current (A): <1.5mA
  • Output Data Rate: 10SPS or 80SPS
  • Length (mm): 30
  • Width (mm): 23
  • Weight (g): 10
  • Shipping Weight: 0.01 kg
  • Shipping Dimensions: 3 × 3 × 1 cm

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

The SparkFun Load Cell Amplifier is a small breakout board for the HX711 IC that allows you to easily read load cells to measure weight. By connecting the amplifier to your microcontroller you will be able to read the changes in the resistance of the load cell, and with some calibration, you’ll be able to get very accurate weight measurements. This can be handy for creating your own industrial scale, process control, or simple presence detection. This version of the SparkFun Load Cell Amplifier features a few changes that you specifically asked for! We have separated the analog and digital supply, as well as added a 3.3uH inductor and a 0.1uF filter capacitor for digital supply. Need even more? Check out the SparkFun Qwiic Scale. It has all the features of the HX711 but with additional library support, a true I2C interface, and no soldering required! The HX711 uses a two-wire interface (Clock and Data) for communication. Any microcontroller’s GPIO pins should work, and numerous libraries have been written, making it easy to read data from the HX711. Check the hookup guide below for more information. Load cells use a four-wire Wheatstone bridge configuration to connect to the HX711. These are commonly colored RED, BLK, WHT, GRN, and YLW. Each color corresponds to the conventional color coding of load cells:
  1. Red (Excitation+ or VCC)
  2. Black (Excitation- or GND)
  3. White (Amplifier-, Signal- or Output-)
  4. Green (A+, S+ or O+)
  5. Yellow (Shield)
The YLW pin acts as an optional input that is not hooked up to the strain gauge but is utilized to ground and shield against outside EMI (electromagnetic interference). Please keep in mind that some load cells might have slight variations in color-coding.  

Useful Link:

https://learn.sparkfun.com/tutorials/load-cell-amplifier-hx711-breakout-hookup-guide?_gl=1*tjpp7i*_ga*NzQ3MDQ2NTIzLjE3MDY4NzA1OTc.*_ga_T369JS7J9N*MTcwNzQ1MDA5OS4zLjEuMTcwNzQ1MDgxOC42MC4wLjA.&_ga=2.254572736.913589095.1707450100-747046523.1706870597

Features:

  1. Two selectable differential input channels.
  2. On-chip active low noise PGA with selectable gain of 32, 64, and 128.
  3. On-chip power supply regulator for load-cell and ADC analog power supply.
  4. On-chip oscillator requiring no external component with optional external crystal.
  5. On-chip power-on-reset.
  6. Simple digital control and serial interface: pin-driven controls, no programming needed.
  7. Selectable 10SPS or 80SPS output data rate.
  8. Simultaneous 50 and 60Hz supply rejection.

Package Includes:

1 x SparkFun Load Cell Amplifier - HX711

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.