Again ordered Temperature and Humidity sensor from Aliexpress. Actually two of them.
I got one of this in ali. It is a device based on CB3S with a CHT8310? sensor and a Tuya chip.
Model: TH01
FCC ID: 2A8TU-TH01
PCB: ZY-TH02-CB3S_V1.0 (2024-12-03)
Case holes detail:
PCB detail:
HT Chip:
How it ended:
I wasn't able to put OBK on it using bk7231flasher_1.3.3. No reboot or CEN allowed me. So, I needed to desolder something.
For first device I tried desoldering the CB3S chip and my (lack of) soldering skills resulted in a lot of pads broken
. But the CB3S survived and I was able to program OBK on it.
For second device I tried desoldering the Tuya chip, this time pads survived but still wasn't able to program it, therefore I needed to desolder the CB3S, this time all the pads survived.
Long story short, after several tries I decided to remove the Tuya chip and connect the CB3S directly to the supposed CHT8310. I assumed the PCB included a CHT8310 based on the picture of it and the fact the PCB literally has CHT8310 printed on it in some test points, specifically CHT8310_SDA, CHT8310_SCL and CHT8310_VDD.
To leverage the configuration I made to some other device I wired the CHT8310 chip to P9 and P6 of CB3S as per the pinout Here
When loading the driver I always get temp=125 hum=0, which means for me there is an issue with the communications.
Therefore I loaded the I2C driver and when I ran scanI2C soft I got
That is, as per my understanding the address of a SHT30 chip.
When trying to load that driver I realized it is not included in the current standard release of OBK, where can I get a version including SHT30 to see if that driver is capable of handling the chip?.
I got one of this in ali. It is a device based on CB3S with a CHT8310? sensor and a Tuya chip.
Model: TH01
FCC ID: 2A8TU-TH01
PCB: ZY-TH02-CB3S_V1.0 (2024-12-03)

Case holes detail:

PCB detail:

HT Chip:


How it ended:

I wasn't able to put OBK on it using bk7231flasher_1.3.3. No reboot or CEN allowed me. So, I needed to desolder something.
For first device I tried desoldering the CB3S chip and my (lack of) soldering skills resulted in a lot of pads broken

For second device I tried desoldering the Tuya chip, this time pads survived but still wasn't able to program it, therefore I needed to desolder the CB3S, this time all the pads survived.
Long story short, after several tries I decided to remove the Tuya chip and connect the CB3S directly to the supposed CHT8310. I assumed the PCB included a CHT8310 based on the picture of it and the fact the PCB literally has CHT8310 printed on it in some test points, specifically CHT8310_SDA, CHT8310_SCL and CHT8310_VDD.
To leverage the configuration I made to some other device I wired the CHT8310 chip to P9 and P6 of CB3S as per the pinout Here
When loading the driver I always get temp=125 hum=0, which means for me there is an issue with the communications.
Therefore I loaded the I2C driver and when I ran scanI2C soft I got
Info:I2C:Address 0x44 (dec 68)
That is, as per my understanding the address of a SHT30 chip.
When trying to load that driver I realized it is not included in the current standard release of OBK, where can I get a version including SHT30 to see if that driver is capable of handling the chip?.