letscontrolit / ESPEasy

Easy MultiSensor device based on ESP8266/ESP32
http://www.espeasy.com
Other
3.26k stars 2.21k forks source link

HX711, load cell (plug-in needed?) #408

Closed Grovkillen closed 7 years ago

Grovkillen commented 7 years ago

I just found this one month old forum topic.

Do we need a plugin for the HX711 or is ADS1115 enough?

https://www.letscontrolit.com/forum/viewtopic.php?t=1635

beicnet commented 7 years ago

@Grovkillen Okay, it's a 24-bit Precision A/D Module, but it's specifically meant for Weighing Pressure and its a Dual Channel Sensor if I'm not wrong, personally I have those in the complete set: https://www.aliexpress.com/item/10KG-Scale-Load-Cell-Weight-Weighing-Sensor-HX711-Weighing-Sensors-AD-Module/32728749185.html

ShardanX commented 7 years ago

It will need another plugin. HX711 has two differential inputs, ADS 1115 has 4 inputs that can be used as four single ended or two differential inputs. HX711 has 24 bit resolution, ADS1115 has 16 bit. As far as i can see from the Datasheet the interface of the HX711 is serial, not I²C. So i assume differences are too much to use the ADS1115 plugin.

beicnet commented 7 years ago

@ShardanX True!

beicnet commented 7 years ago

@Grovkillen btw...you have a very similar module named ADS1015, it's an 12-bit A/D and it has the same pinout as ADS1115 and it's cost less by around 60-70 cent...

Grovkillen commented 7 years ago

Thanks for the input, we add this for the future I guess. :)

JK-de commented 7 years ago

@Grovkillen I read the datasheet and it will be a very simple plugin - you get a plugin in the next weeks...

Grovkillen commented 7 years ago

Sweet! You're faster then Ali to deliver :)

Den 4 juli 2017 22:02 skrev "Jochen Krapf" notifications@github.com:

@Grovkillen https://github.com/grovkillen I read the datasheet and it will be a very simple plugin - you get a plugin in the next weeks...

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/letscontrolit/ESPEasy/issues/408#issuecomment-312944905, or mute the thread https://github.com/notifications/unsubscribe-auth/AZeBYga8dL10NJ2XgUAIzTx4ZvSu6czIks5sKppvgaJpZM4OMjKj .

Grovkillen commented 7 years ago

This is now implemented, #415