@@ -36,6 +36,8 @@ load etc. only 16 to 20 of the bits are expected significant in practice.
3636This translates roughly to 4 or max 5 significant digits in a single measurement
3737That's why it is advised to average (median) multiple measurements to reduce the noise.
3838
39+ Feedback as always is welcome.
40+
3941
4042### Breaking change 0.4.0
4143
@@ -106,11 +108,13 @@ This is a close "relative" of the HX711 that allows to set the SPS to
106108
107109### Related
108110
109- - https://github.com/bogde/HX711
111+ - https://github.com/bogde/HX711
112+ - https://github.com/bogde/HX711/issues/172 - hx711 module design fault fix
110113- https://github.com/RobTillaart/weight (conversions kg <> stone etc.)
111114- https://github.com/RobTillaart/HX710AB
112- - https://github.com/RobTillaart/HX711
113- - https://github.com/RobTillaart/HX711_MP multipoint calibration version.
115+ - https://github.com/RobTillaart/HX711
116+ - https://github.com/RobTillaart/HX711_MP MP = multipoint calibration version.
117+ - https://github.com/RobTillaart/printHelpers engineering and scientific notation.
114118
115119Discussion about resolution of the ADC
116120- https://forum.arduino.cc/t/scale-from-50-kg-to-5000kg-what-adc/1139710
@@ -125,6 +129,12 @@ Never seen one and cannot tell if it will work with this library.
125129Breakout with RATE exposed by ADAfruit
126130- https://www.adafruit.com/product/5974
127131
132+ Reading multiple HX711's simultaneously
133+ - https://github.com/compugician/HX711-multi
134+
135+ TM7711 - compatible (seems to, needs investigation)
136+ - https://electropeak.com/learn/interfacing-tm7711-electronic-weighing-sensor-with-arduino/
137+
128138
129139### Faulty boards
130140
@@ -373,6 +383,9 @@ Note: Having the RATE set to 10 or 80 SPS changes the time to start up.
373383At 10 SPS it takes 400 milliseconds, at 80 SPS it takes 50 milliseconds.
374384(See datasheet, Output settling time on page 3)
375385
386+ Note: add a pull up resistor on the CLK pin prevents waking up when the
387+ processor goes to sleep and cannot keep the CLK pin HIGH.
388+
376389
377390### Rate
378391
@@ -440,7 +453,7 @@ Use calibrate to find your favourite values.
440453- A+/A- uses gain of 128 or 64
441454- B+/B- uses gain of 32
442455
443- Colour scheme wires of two devices.
456+ Colour scheme wires of two devices. Check the datasheet of your device!
444457
445458| HX711 Pin | Colour dev 1 | Colour dev 2 |
446459| :-----------:| :---------------:| :---------------:|
@@ -537,6 +550,8 @@ See https://github.com/RobTillaart/HX711/issues/40
537550 - example for using rate functions.
538551- investigate temperature compensation.
539552- decide pricing keep/not => move to .cpp
553+ - implement HX711_RAW class, that only supports raw mode.
554+
540555
541556#### Wont
542557
0 commit comments