Si70xx and Si705x relative humidity and temperature sensors

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
billyrayvalentine
Posts: 1
Joined: Thu Jan 12, 2017 10:24 pm

Si70xx and Si705x relative humidity and temperature sensors

Post by billyrayvalentine » Thu Jan 12, 2017 10:37 pm

I've written these which will hopefully be useful:

https://github.com/billyrayvalentine/micropython-Si705x

Driver for Si7050 Si7051 Si7053 Si7054 Si7055 - Temperature sensor

https://github.com/billyrayvalentine/micropython-Si70xx

Driver for Si7006 Si7013 Si7020 Si7021 Si7034 - Relative humidity and temperature sensor

I've only tested these on a Si7021 and Si7055 but they should work on all the I2C devices i've listed.

Feedback welcome if you use any of these sensors.

BR.

Post Reply