Page 1 of 1

How to use SHT31 on ESP32 not as Arduino.

Posted: Tue Oct 03, 2017 3:30 pm
by neosarchizo
Hi!
Now I'm developing my project by ESP32. And I want to use SHT31 on ESP32 not as Arduino.
So I converted SHT31 arduino library(https://github.com/adafruit/Adafruit_SHT31) to ESP32 component.
But it doesn't work.
I don't know why it doesn't work.
I created following repository for this.
https://github.com/neosarchizo/ESP32_SHT31
Before I tried this, I succeeded to use MPU6050 on ESP32 by I2C.

Re: How to use SHT31 on ESP32 not as Arduino.

Posted: Fri Oct 06, 2017 5:26 am
by neosarchizo
Marty solved this problem
https://github.com/MartyMacGyver
Thansk Marty!

I created ESP32 SHT31 component repository.
https://github.com/neosarchizo/ESP32_SHT31