Skip to content

Arduino library for the 7Semi HX711 Load Cell Amplifier Module. Supports 24-bit ADC weight sensing using load cells.

License

Notifications You must be signed in to change notification settings

7semi-solutions/7Semi-HX711-Arduino-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7Semi-HX711-Arduino-Library

This Arduino library provides support for the 7Semi HX711 Load Cell Amplifier Module, a 24-bit ADC designed specifically for weigh-scale and pressure sensor applications. It enables accurate and high-resolution measurement from load cells using a digital interface.

Arduino License Status


Hardware Required

  • 7Semi HX711 Load Cell Amplifier Module
  • Load cell (strain gauge-based)
  • Arduino-compatible board
  • Two GPIO pins for DOUT and SCK

Getting Started

1. Installation via Arduino Library Manager

  1. Open the Arduino IDE
  2. Go to:
    • Sketch > Include Library > Manage Libraries… (IDE 1.x)
    • or use the 📚 icon in Arduino IDE 2.x sidebar
  3. Search for: -7Semi HX711
  4. Click Install

Then include in your sketch:

#include <7semi_hx711.h>

2. Wiring

HX711 Pin Arduino Pin
VCC 5V
GND GND
DT (DOUT) D2
SCK D3

About

Arduino library for the 7Semi HX711 Load Cell Amplifier Module. Supports 24-bit ADC weight sensing using load cells.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages