ardulibs
ardulibs copied to clipboard
Hx711 Does not work with Android Due
Hx711 Does not work with Android Due No compilation error but the code is blocked at the instantiation of the lib :/
Do you have the same problem?
Dear Thibaud,
first things first: Thanks a bunch to Weihong Guan for conceiving this library the other day. It's quite popular these days, congratulations and thanks again for sharing it.
We have been able to give the successor HX711 library some love based on all the valuable contributions and suggestions there. The goal was to enable the library also for other architectures than AVR and we just added a PlatformIO environment snippet for testing compilation for the Arduino Due, which worked well.
So, https://github.com/bogde/HX711/pull/123 resp. [1] might already solve your problem, we will appreciate any feedback about this as we don't have any hardware on our workbench.
With kind regards, Andreas.
[1] https://github.com/hiveeyes/HX711/tree/spring-cleaning
Thank you, I'll test it, if I have time. :)
Thanks guys for keep watching my repo. I have moved on to linux platforms and left Arduino for a long time. Please feel free to fork my code.
Dear Weihong,
thanks for getting back! While doing our recent work on the successor HX711 library as outlined above, we stumbled upon the early origins of this library you published in 2013 already and we would like to thank you on behalf of the community and in retrospect for it.
Also, we wanted to let you know about traces from our journey back in time at HX711 library archeology and especially about the recent listing on the Arduino Library Manager.
So, the canonical Arduino library for the HX711 would from now on be the HX711 Arduino Library.
With kind regards, Andreas.
@amotl Good to know that. The community is great.