Fast Shipping.
All orders delivered fast
Quality Products.
Products tested for quality
Secure Payments.
Pay online securely with ssl
Customer Support.
We answer all your questions
Dimensions | 36 × 21 × 4 cm |
---|
DESCRIPTION
The Load Cell Amplifier HX711 modules allows you to easily read load cells to measure weight. By connecting the amplifier to your micro-controller such as an Arduino 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.
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.
SPECIFICATION
CONNECTION
Load Cell to HX711:
REFERENCE CODING
#include "HX711.h"
HX711 scale(A1, A0); // DOUT, SCK void setup() { Serial.begin(9600); scale.set_scale(2280.f); // this value is obtained by calibrating the scale with known weights scale.tare(); } void loop() { Serial.print("one reading:\t"); Serial.print(scale.get_units(), 1); scale.power_down(); // put the ADC in sleep mode delay(5000); scale.power_up(); }
Only logged in customers who have purchased this product may leave a review.
All orders delivered fast
Products tested for quality
Pay online securely with ssl
We answer all your questions
Official Online Component online store. Get the best quality components for your next project with us.
No account yet?
Create an Account
Reviews
There are no reviews yet.