Equidamoid / HX711_IDF_idf5

Driver for HX711 weight sensor for ESP32 IDF (idf5 compat fork)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HX711_IDF

Library for HX711 for esp32 IDF

An Esp32 IDF implementation for interfacing the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales. After much searching I realised there are many implementation for ESp32's Arudino IDE but none for IDF, so making the repo public which I used for a personal project. Datasheet for the ADC chip is below https://cdn.sparkfun.com/datasheets/Sensors/ForceFlex/hx711_english.pdf

Thanks to https://github.com/bogde/HX711 for providing a starting point .

About

Driver for HX711 weight sensor for ESP32 IDF (idf5 compat fork)


Languages

Language:C 89.4%Language:Makefile 5.6%Language:CMake 5.0%