You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guys, I just discovered this library and it's awesome.
I'm a newbie in the RasPi world and so far I struggled with wires and low level libraries written in Python or C (although I come from the JavaScript world) so it was a great relief to find Johnny5.
I have a Sensirion SHT11 temperature and humidity sensor and I managed to make it work from Python (using pi-sht1x library) and NodeJs (with pi-sht1x which was abandoned 3y ago, is outdated and I wonder if I can trust it). I guess that both libraries are based on John Burns' C library here.
I was wondering if the SHT31 code in your library could be easily converted to support also SHT1x family of sensors. I'd love to help but I'm new to this IoT world and fear to break things.
SHT1x datasheet for communication with the sensor is here, detailed from page 6.
Any help would be greatly welcomed.
The text was updated successfully, but these errors were encountered:
Johnny-Five contributors and maintainers are loathe to close issues where someone has a need. We don't want anyone to ever feel that we don't care, but we just haven't gotten to this feature yet. Rather than leave it languishing as an open issue we have created a Requested Features page and added your request for the SHT11 (and variants) there.
Guys, I just discovered this library and it's awesome.
I'm a newbie in the RasPi world and so far I struggled with wires and low level libraries written in Python or C (although I come from the JavaScript world) so it was a great relief to find Johnny5.
I have a Sensirion SHT11 temperature and humidity sensor and I managed to make it work from Python (using pi-sht1x library) and NodeJs (with pi-sht1x which was abandoned 3y ago, is outdated and I wonder if I can trust it). I guess that both libraries are based on John Burns' C library here.
I was wondering if the SHT31 code in your library could be easily converted to support also SHT1x family of sensors. I'd love to help but I'm new to this IoT world and fear to break things.
SHT1x datasheet for communication with the sensor is here, detailed from page 6.
Any help would be greatly welcomed.
The text was updated successfully, but these errors were encountered: