Search the Community
Showing results for tags 'hx711'.
-
hai all, i will working to CC3220SF launchpad i will try to interface at Load cell using Hx711 Amplifier i have some error will be occur , how to resolve this issue any one work hx711 at CC3220SF or Any launchpad Please Share the Library file. and One Wire Digital Temperature Sensor - DS18B20 working source code Thanks Selva
-
Hi, I am evaluating the Sparkfun Load Cell Amplifier HX711 using the MSP430FR5969 Launchpad. I added HX711 library and modified the HX711.cpp and HX711.h according to this post below. https://learn.sparkfun.com/tutorials/load-cell-amplifier-hx711-breakout-hookup-guide http://forum.43oh.com/topic/10172-hx711-library-for-use-in-energia/ I opened the SparkFun_HX711_Example.ino. After build, I get this error at HX711.h. error: ISO C++ forbids in-class initialization of non-const static member 'OFFSET' I comment out the initialization value of OFFSET and SCALE and it build wit
-
Has anyone been able to find a library or had any success in making their own library for the HX711 for use with Energia. I know there is a link on Github with the header and source files for Arduino but they do not work for me. The link I'm referring to is https://github.com/bogde/HX711 Thanks for any help!