PeteLawler / BeagleBrew

A Beaglebone Black fork of a Raspberry Pi Temperature Controller for homebrewing and sous vide cooking
1 stars 1 forks source link

Support range of temperature sensors #21

Open PeteLawler opened 8 years ago

PeteLawler commented 8 years ago

Need support for more than just Dallas One Wire temperature sensors, including but not limited to average/mean of a number of sensors.

PeteLawler commented 8 years ago

Currently supports Dallas One Wire DS18B20 Highly desirable to also support Analog temperature sensors such as TMP36 Highly desirable to also support I2C sensors such as TMP007, MCP9808 Desirable to support custom interface sensors such as DHT22 and SHT10 (these two use different protocols so are in fact separate requirements)

PeteLawler commented 7 years ago

SHT10 has a Python library https://pypi.python.org/pypi/sht-sensor/ Adafruit have a DHT library https://github.com/adafruit/Adafruit_Python_DHT