RavenSystem / esp-homekit-devices

Advanced firmware to add native Apple HomeKit and custom configurations, compatible with any SoC based on ESP32, ESP32-S, ESP32-C and ESP8266 series. (Shelly, Sonoff, Electrodragon, Tuya...)
Other
2.73k stars 360 forks source link

Sonoff TH with Sensor Si7021 #77

Closed hmbarbosa closed 5 years ago

hmbarbosa commented 6 years ago

Any chance to add support for Sonoff TH10 Si7021 sensor? I have flashed the sono TH10 but not reading the sensor.

Gracias Berto

RavenSystem commented 6 years ago

If you find a Si7021 sensor library for esp-open-rtos, I can add support for it.

gpeter62 commented 6 years ago

http://www.esp32learning.com/code/esp32-and-si7021-temperature-sensor-example.php

gpeter62 commented 6 years ago

https://github.com/NSBum/esp32-si7021

RavenSystem commented 6 years ago

@gpeter62 it's necessary a library for esp-open-rtos (esp8266 chip), not esp-sdk (esp32 chip), and a library for one-wire protocol, not I2C.

ialidigital commented 3 years ago

@RavenSystem looks like the support for the specific 'Itead Si7021' (Sonoff microcontroller version board) has made it into trunk from this PR