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

1 / 4 · Click to enlarge

SmartElex

SmartElex Load Cell Amplifier - HX711

36+ bought in past month
AI Summary
SmartElex FlexForce Sensors for everyday users

The SmartElex Load Cell Amplifier - HX711 by SmartElex is a value-for-money smartelex flexforce sensors designed for everyday users. It features Model No. / Name: HX711 and Voltage Rating (V): 2.7 to 5.

₹621
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: ₹621
Buying tip: A smart budget buy — solid performance without breaking the bank.
Estimated delivery: 17 Aug31 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

Model No. / Name: HX711
Voltage Rating (V): 2.7 to 5
AC Current(A): < 1.5
PCB Size ( L x W ) mm: 30.48 x 22.86
Data Transfer Rate: 10SPS or 80SPS
Shipping Weight: 0.003 kg

Ideal For

Electronics projectsArduino / Raspberry Pi buildsPrototyping
Share:
SKU: robu-1931079Category: SmartElex FlexForce Sensors

About This Product

The SmartElex Load Cell Amplifier - HX711 by SmartElex is a value-for-money smartelex flexforce sensors designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Model No. / Name: HX711
  • Voltage Rating (V): 2.7 to 5 — works with standard household power
  • AC Current(A): < 1.5
  • PCB Size ( L x W ) mm: 30.48 x 22.86
  • Data Transfer Rate: 10SPS or 80SPS
  • Shipping Weight: 0.003 kg
  • Shipping Dimensions: 5 × 5 × 2 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.

[vc_row][vc_column][vc_column_text]The SmartElex 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 SmartElex 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? Checkout 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. 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:

  •  Red (Excitation+ or VCC)
  •  Black (Excitation- or GND)
  •  White (Amplifier-, Signal- or Output-)
  •  Green (A+, S+ or O+)
  •  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.


Features:

  1. Operation Voltage: 2.7V--5V
  2. Operation Current: < 1.5mA
  3. Selectable 10SPS or 80SPS output data rate
  4. Simultaneous 50 and 60Hz supply rejection

Package Includes:

1 x SmartElex Load Cell Amplifier - HX711[/vc_column_text][/vc_column][/vc_row]

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.