Bought this little thing from Ali Express. It's tiny. It's a PCI-Express x1 slot smart remote IoT power on/off/reset device for your PC. This is the cheaper one with no header bracket or external aerials. Some appear to come with what looks like a WB3S/CB3S but this one is with CBU module and an STC8H1K08 TuyaMCU. It arrived in an anti-static bag without box or instructions. It comes with 2 sets of 4 header pins for connecting to your motherboard.
Boot from CBU TX2
Quite a recent dated SDK used
< TuyaOS V:3.8.18 BS:40.00_PT:2.3_LAN:3.5_CAD:1.0.5_CD:1.0.0 >< BUILD AT:2024_07_09_13_40_54 BY ci_manage FOR tuyaos-iot AT bk7231n >
Tuya appear to have changed their way of pairing, no uuid/authkey/pskkey in the firmware.
This is what I have traced so far.
and I can see the communications between the CBU and MCU are being deciphered successfully by TuyaMCU Analyser at 9600 baud.
I'll update the post with more info as I find it. I'm not sure what I will/can use this device for. Posting what I have for now as I have a habit of losing posts!


Boot from CBU TX2
Code: Text
Quite a recent dated SDK used
< TuyaOS V:3.8.18 BS:40.00_PT:2.3_LAN:3.5_CAD:1.0.5_CD:1.0.0 >< BUILD AT:2024_07_09_13_40_54 BY ci_manage FOR tuyaos-iot AT bk7231n >
Tuya appear to have changed their way of pairing, no uuid/authkey/pskkey in the firmware.

Code: JSON








This is what I have traced so far.

and I can see the communications between the CBU and MCU are being deciphered successfully by TuyaMCU Analyser at 9600 baud.
I'll update the post with more info as I find it. I'm not sure what I will/can use this device for. Posting what I have for now as I have a habit of losing posts!