Skip to content
New issue

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

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

Already on GitHub? # to your account

Problems when using SHT30 Wemos D1 Mini shield #1

Open
ebostijancic opened this issue Jun 11, 2019 · 4 comments
Open

Problems when using SHT30 Wemos D1 Mini shield #1

ebostijancic opened this issue Jun 11, 2019 · 4 comments

Comments

@ebostijancic
Copy link

For some reason this library does not work with every SHT30 sensor (3 sensors of 8 were working with this library) on a wemos D1 mini shield which can be found here:

Wemos D1 SHT30 shield

After forking this library and removing the status1 and status2 check (HEATER enable/DISABLE) the initialization succeeded and I could retrieve temperature and humidity from the sensor.

My changes can be found at: https://github.com/ebostijancic/sht30-i2c

@amizer12
Copy link

I had the same for SHT31 running on ESP32 - when i increased debug level to 3 it initialised properly ( not sure why, maybe due to debug it was just taking slightly more time to initialise and gave the heater the time to properly respond ? No idea)
When i used your repo instead it worked right out of the box, Thanks !

@garnes91
Copy link

Same problem, but this repo fixed it! thank you! (had to double check the address to 0x44)

@pimvanpelt
Copy link
Collaborator

pimvanpelt commented Sep 20, 2021 via email

@ebostijancic
Copy link
Author

Yes I will do that

nikwest added a commit to nikwest/sht31-i2c that referenced this issue Oct 22, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants