hybridgroup / gobot

Golang framework for robotics, drones, and the Internet of Things (IoT)
https://gobot.io
Other
8.89k stars 1.04k forks source link

HX711 Support #1050

Open Juan1ll0 opened 9 months ago

Juan1ll0 commented 9 months ago

Hi guys, Is it possible to write a new driver for HX711 weight cells in Gobot?. Can i use some other device driver supported by Gobot as example?. And if it is possible, under which platforms (raspi, firmata...etc)?

Thanks.

gen2thomas commented 9 months ago

Hi @Juan1ll0 , it seems it has a plain serial interface, so it is currently not supported and there is no example driver. As far as I remember there was already an issue to implement a serial interface.

Maybe you can choose another one or try to use a converter, e.g. to i2c.

Juan1ll0 commented 9 months ago

Thank you very much @gen2thomas I didn't know this kind of sensors. I bought one to test it. I will try to write a driver for Gobot.

Regards.