Teardown IR Blaster S06Pro WB3S




Sold on Ebay quite often falsely marked as Zigbee (there is also a real Zigbee version)


Solder points easily visible an usable. Replacing software took a few attempts with shorting the top left contact to GND.
Now the alternative software is running but I seem to be missing the IR resources...
Comments
Thanks for the teardown. IR features are required for this device, I know. @btsimonh has it covered. wait a few days and just do an OTA update, I will post further instructions here or in readme later. Do... [Read more]
Not sure which pins are used - but I found this elsewhere: https://obrazki.elektroda.pl/9480968800_1665943644_thumb.jpg OTA sounds good but I still need to download a bin, right? THANKS... [Read more]
Wow, that's a very nice breakdown of the module. Definitely it will come handy soon. OTA? For OBK OTA, you download correct file from Github and drag and drop it on OTA panel on our secondary Javascript... [Read more]
https://obrazki.elektroda.pl/9480968800_1665943644_thumb.jpg So the IR Signals have arrived. Already updated, thanks. But how do I translate the above into Pin numbers please? The Config Panel says... [Read more]
Please update firmware to latest version. This is very experimental. This won't work because IR module takes FIRST pin with IRRecv role and others are ignored. You must know which pin has Receiver... [Read more]
Maybe helpful for someone in the future :) : { "vendor": "Smart Life", "bDetailed": "0", "name": "IR Blaster S06Pro... [Read more]
Thanks, S06Pro updated. [Read more]
Hey guys, how to I get the AHT20 sensor to work after flashing ? On my version of S06Pro it's AHT20 IR recv works, haven't tested send yet (plan to link to HA).. Also, any guide for integrating into... [Read more]
For the AHT20 Temperature and Humidity i used example from similar Tuya devices: startDriver TuyaMCU setChannelType 1 temperature_div10 linkTuyaMCUOutputToChannel 101 val 1 // dpID 102 is % humidity setChannelType... [Read more]
Hi, just got an S06Pro from AliExpress. Its full name is S06Pro-T-V1.3 dated on board to 2024-03-19 and looks like this: https://obrazki.elektroda.pl/9557507300_1733940744_thumb.jpg https://obrazki.elektroda.pl/4244486300_1733940753_thumb.jpg... [Read more]
If it were mine I would solder all directly to the WB3S contacts and use the 5V USB for power - common ground with USB-TTL and S06. The TuyaMCU might get in the way, hampering your efforts, so you may... [Read more]
This WB3S has only side rows of pads soldered, so it could even be easily removed from the board by using our tricky method shown here: but that's as a last resort, first just try flashing in-circ... [Read more]
Thanks @divadiow I will do just that. So from the USB-TTL I will take only the GND, RX and TX. Not sure I fully understand what you wrote here, but let's see first if the first approach fails. ... [Read more]
Me again, took me few days to get back to this one... So at the end I soldered to the pads as my soldering skills are so-so. Anyway, Using latest version of the BK7231 flasher (BK7231GUIFlashTool-v5),... [Read more]
Hi, to continue the journey - I now try to make the unit read the commands from the AC remote control, but I'm not sure what to do to make it work. I tried the following: 1. copied the json mentioned... [Read more]
are you setting powersave 1? try powersave 0 then check the logs after pressing buttons on remote [Read more]
Thanks @divadiow , setting PowerSave to 0 made the unit print log lines like the following, when clicking the power button on one of the remotes: Info:IR:IR IR_PulseDistance 0xD21 0xD0B 0 (35... [Read more]