[W302] Set with RGB LED strip, WiFi controller, remote control and LXU405 power supply

Today I am presenting a full set with an RGB LED strip, a controller based on the W302 WiFi microcontroller, a 12V JKY0918-1201500E power supply and a remote control. In this topic I will show both the inside of the controller (I will also download its input from the memory chip via SPI) and the power supply.
Purchase of the LXU405 kit
The set was purchased from a Polish distributor for PLN 125:


This is quite a high price, but the set includes a power supply and a strap, not only the controller and remote control:



Instruction:




I`m skipping tests with the application, it has been discussed many times.
LXU405 interior
As usual, on the hooks:



Only inside there is a small surprise waiting for us. It is neither ESP8266 nor BK7231:




Inside you can see a step down converter converting 12V into 3.3V based on 8HMP, three 340S transistors (one per color), a microphone and the most interesting - the W302 chip with SPI memory, where the program probably resides. Could it be some Chinese ESP clone again?
Bottom - maybe programming pads? I also see room for AMS1117-3.3V:

I don`t know yet how to change the input of this system, so maybe I`ll start by copying the memory...
Memory ripping
For this purpose I use a programmer based on CH341, although regarding it I recommend reading on the Internet about converting its power supply to 3.3V. Anyway, I desoldered the memory and soldered it to the socket. I have a brace, but I don`t trust it, it`s not always possible to read the memory in the system.

Operation performed:

On the computer side, I use NeoProgrammer 2.2.0.10, the program immediately recognized the chip as ZB25VQ16, 16 Mbits, type SPI_NOR:

There was a tutorial about it on the English-language Elektroda channel:
In the 2MB batch I downloaded, I see mentions of Tuya:

Fragments from the batch prove that the RTL8711B SDK was used:

It is possible that W302 is some variation or version of this Realtek.
Additionally, you can read about W302 on the Tuya website:
https://developer.tuya.com/en/docs/iot/tyauxj-module-datasheet?id=K9kj97si9y5an
Quote:
The Wi-Fi Module consists of a highly integrated wireless radio chip W302 1119VP1 and some extra flash that has been programmed with Wi-Fi network protocol and plenty of software examples. TYAUX_J includes ARM CM4F, WLAN MAC, 1T1R WLAN, maximum frequency reaches 125MHz, 256K SRAM, 2M byte flash, and various peripheral resources.
Unfortunately, I don`t see any more specifics there.
The inside of the power supply
It would be a shame not to take this opportunity and check how low quality the power supply we received:

If we question it, we can immediately see the "ingenious" connection of the plug to the board:

PCB, designation: JKY02-18W-X02:


Let`s take out the PCB:

Do I see correctly? Is there a fuse or even an NTC at the input that limits the starting current? Or even a simple filter with a choke and two capacitors... for China, it`s quite rich, but there is only an empty space after the varistor.







Both capacitors - CX and CY - are also available.
Output filtering is also nice:


This power supply is not that bad, I have seen products of much lower quality.
Summary
If we want to buy this strap to use the manufacturer`s application, I have no major complaints, it`s worse if we want to change the firmware. At the moment I don`t see such an option. I haven`t seen the W302 system before and this RTL is new to me. I will only try to connect from UART to this controller. Anyway, a copy of the original post is here:
https://github.com/openshwprojects/FlashDumps/commit/d5c4823b9ce9b0f5db35cf2bb4e507e6a015648e
Recently I managed to "free the system from the cloud". LN882H , so maybe it will work here soon too? We`ll see, for now I need to find the SDK... I will update the topic if necessary.
Comments
What annoys me is that there are photos on the boxes and each LED lights up in a different color. Such as those from the WS series... and it turns out that they are ordinary RGB. Clearly misleading the... [Read more]
This is a common problem and I don`t like it very much either. Supposedly, the sellers explain that these colors are intended to illustrate the fact that the strip can glow in different colors, but it... [Read more]
additional info from firmware v1.0.6 backup flashed to RTL8710BN test module (T112_V1.1) UART boot log for paired v1.0.6 <RTL8195A>ROM:[V0.1] FLASHRATE:4 BOOT TYPE:0 XTAL:40000000 IMG1... [Read more]