Hey guys, i need to ask what problem is with this libary? GitHub - sparkfun/HX711-Load-Cell-Amplifier: A breakout board for the HX711 load cell weight measuring amplifier
Can someone look on this? Or anyone have another libary for hx711 load cell?
RoyalCrown:
Hey guys, i need to ask what problem is with this libary? GitHub - sparkfun/HX711-Load-Cell-Amplifier: A breakout board for the HX711 load cell weight measuring amplifier
Can someone look on this? Or anyone have another libary for hx711 load cell?
IMHO, this is a ridiculous request. You understand we don't work for you right?
Or describe the problem that you are having. Post the code that is giving you trouble. Post a schematic of the project.
Read the how to use this forum-please read sticky to see how to properly post code and some advice on how to ask a good question. Remove useless white space and format the code with the IDE autoformat tool (crtl-t or Tools, Auto Format) before posting code.
Most of the time when someone says that a library is bad, it is not the library but the user's understanding of the library.
RoyalCrown:
Or anyone have another libary for hx711 load cell?
Likely you can get the SparkFun library working. If you really want an alternative, I think the most popular is this one:
RoyalCrown:
Hey guys, i need to ask what problem is with this libary? GitHub - sparkfun/HX711-Load-Cell-Amplifier: A breakout board for the HX711 load cell weight measuring amplifier
Can someone look on this? Or anyone have another libary for hx711 load cell?
The problem with that library is that it is NOT A LIBRARY. It is a set of examples that use a library.
The library that the readme.md points to is: GitHub - bogde/HX711: An Arduino library to interface the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales.