As I have been exploring the sensors used in the OPI cables, it looks like they are using an SHT15 for temp and RH, and this is going into an IC with a code (EA00949a2+) that I can not find anywhere.
Is the Mystery IC the one that "bit bangs" the Temp and RH reading to the 1-wire?
Also, when you mention libraries are you building on the work done by Matt Reimer in this repository?
github.com
Thank you for your thoughts.
- Looking at the datasheet for the SHT15 sensors, it seems to output I2C.
- When looking at the board, the SHT15 is connected to the Mystery IC and then goes onto the 1-wire up to the reader.
Is the Mystery IC the one that "bit bangs" the Temp and RH reading to the 1-wire?
Also, when you mention libraries are you building on the work done by Matt Reimer in this repository?
Read shtxx (relative humidity) attached to ds28ea00 · mattdreimer/[email protected]
Added a function to read relativy humidity from shtxx. See data sheet (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/Humidity_Sensors/Sensirion_Humidity_Sensors_SHT...

Thank you for your thoughts.