Python bindings for Raspberry Pi HX711 C++ Library
Python bindings for Raspberry Pi HX711 C++ Library Sample Output The .gif above illustrates the output of a simple Python script on a Raspberry Pi Zero W where the HX711 chip was operating at 80Hz. In this example, each time the .weight function is called the median of three samples was used to calculate the weight in grams. Examples SimpleHX711 Example from HX711 import * # create a SimpleHX711 object using GPIO pin 2 as the data pin, # GPIO […]
Read more