Modern Libraries For Reading The HX711 ADC - Hiveeyes Home » Arduino Hx711 Library » Modern Libraries For Reading The HX711 ADC - Hiveeyes Maybe your like Arduino Hx711 Set_scale Arduino Hz Counter Arduino I2c 3 3v Arduino I2c 7 Bit Address Arduino I2c 8 Bit Address Modern libraries for reading the HX711 ADC Entwicklung / Development Firmwareschmiede / Firmware development hx711 Andreas January 9, 2019, 6:01pm 1 There are two new repositories found on GitHub who dedicate themselves to providing a fresh start in comparison to the established ones. From my perspective, the code and design looks crisp and I would like to encourage you to give it a ride. HX711 for Arduino olkal/HX711_ADC Arduino library for the HX711 24-bit ADC for weight scales - olkal/HX711_ADC HX711 for Python on RaspberrryPi gandalf15/HX711 Read HX711 ADC for Weigh Scales on Rasperry PIs. Contribute to gandalf15/HX711 development by creating an account on GitHub. HX711 for MicroPython geda/hx711-lopy This is a hx711 librairie for the lopy. The hx711 is an electronic module used to measure load cells. - geda/hx711-lopy 1 Like Übersicht: ADCs für Wägezelle clemens January 10, 2019, 10:58am 2 There is a nice calibration example with saving the calibration parameter to EEPROM! Also averaging and Ignoreing high and low outlier is implemented. But we should wait a time and watch if this lib is maintained in the future also! Andreas January 10, 2019, 8:16pm 3 clemens: … with saving the calibration parameter to EEPROM! Here is the documentation for non-volatile storage (NVS) access based on the https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/storage/spi_flash.html – ESP only! Non-Volatile Storage Library - ESP32 - — ESP-IDF Programming Guide latest documentation ESP-IDF NVS with encryption Andreas April 11, 2019, 12:49pm 4 clemens: There is a nice calibration example with saving the calibration parameter to EEPROM! There’s also a nice example for interrupt-driven reading of the HX711, which essentially does // Attach interrupt service routine to pin state change event attachInterrupt(doutPin, ISR, FALLING); // Interrupt service routine void ISR() { LoadCell.update(); } Doing it this way might mitigate observed problems like: NodeMCU + HX711 + 4 50kgs Load Cells Returns "-83388608" · Issue #132 · bogde/HX711 · GitHub Messwert-Ausreisser des HX711 bei Langzeitmessungen HX711 (junction with 4 cells) + stalker 3.1 reading values See also: Waiting for the HX711 using a spinlock? · Issue #125 · bogde/HX711 · GitHub https://github.com/esp8266/Arduino/issues/584#issuecomment-197062284 HX711 (junction with 4 cells) + stalker 3.1 reading values Übersicht: ADCs für Wägezelle Andreas May 20, 2019, 12:23pm 7 Hi there, Andreas: There’s also a nice example for interrupt-driven reading of the HX711 It would be cool if something out there using the HX711 with Arduino/C++ could test the interrupt-driven reading and maybe even report back about respective observations. It might mitigate some of the observations some people are experiencing when reading the HX711. Do you still also work on the Arduino-based firmwares, @clemens, @Ron or @Thias? clemens May 20, 2019, 2:01pm 8 Ja, im Einsatz, aber ich glaube, wir haben gerade andere Baustellen. Tag » Arduino Hx711 Library HX711 Arduino Library - Arduino Reference HX711 - Arduino Reference Bogde/HX711: An Arduino Library To Interface The Avia ... - GitHub Arduino Library For HX711 24 Bit ADC Used For Load Cells And Scales. HX711 Arduino Library HX711 - Arduino Library List Load Cell Amplifier HX711 Breakout Hookup Guide - Learn.sparkfun ... Basic Custom Arduino Library For HX711 - File Exchange - MATLAB ... Library: HX711 - Codebender Making A Weight Scale With The HX711 Module, HX711 Arduino ... Arduino With Load Cell And HX711 Amplifier (Digital Scale) Hx711 Q2hx711.h Arduino Scale Library Download Arduino Scale With 5kg Load Cell And HX711 Amplifier - Instructables