Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sht 31 sensors #7

Open
jimbowarrior opened this issue Dec 23, 2015 · 3 comments
Open

sht 31 sensors #7

jimbowarrior opened this issue Dec 23, 2015 · 3 comments

Comments

@jimbowarrior
Copy link

hello,

have you full code to read a SHT31 sensor ?

Thank you

@jaques
Copy link
Owner

jaques commented Dec 23, 2015

Sadly not, as I don't have one to test, I'm not sure how much help I can be.. The data sheet is here: https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/Humidity_and_Temperature_Sensors/Sensirion_Humidity_and_Temperature_Sensors_SHT3x_Datasheet_digital.pdf.

Compared to sht21's here:
http://www.farnell.com/datasheets/1780639.pdf

It looks much more sophisticated. Instead of just sending one byte, it looks like you need to send 3 (two bytes for the command, one CRC checksum). If you get something working, let me know and I can look to fold it in to this.

@jimbowarrior
Copy link
Author

there are some source code with C++ her : https://github.com/adafruit/Adafruit_SHT31
And her #6 Nadanks provided some code ?

@joecorsi
Copy link

I can confirm the module written for the sht31 is functional. I am able to read temperature and humidity values from the sensor. Although I am getting some errors when turning the heater on and off as well as when doing a soft_reset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants