

I bought this device from Ollies Outlet! These devices have an app that is basically nonfunctional at this point. They are very poorly built tuya devices, and I even had to fix the solder connections on this one! This is my first post here, and my first modified device with the openBK7231T firmware!
I used a ch341a to connect to these pins on the module. I was surprised to see that the bottom still had all of the labels! You actually don't need to remove the module from the main PCB; I was just curious about what the bottom looked like. I followed this guide https://www.elektroda.com/rtvforum/topic3951016.html to flash, but I didn't need an external 3.3v power supply. Maybe that's because I was plugged into a usb3 port? I use fedora linux, and I used the python script because the .net flashing application kept giving me errors on both windows and linux.

Here Is a closeup of the top of the board. Notice that the wires aren't connected very well! I re-soldered them with flux after taking this picture. The solder used on the board seemed extremely soft... I was able to indent it with my fingernail and it melted at around 400F.

Here is a closeup of the bottom of the board! There doesn't seem to be any middle layer on the green PCB; just a top and bottom!
Check out that power connector! It's just plain missing a whole connection! How are they saving any money by not soldering that?!

Here is what came in the box: The gray piece can be just popped out with a fingernail, but I used a small screwdriver.


I have been testing some of the beta options in the firmware! "Flag 37 - [WiFi] Quick connect to WiFi on reboot" option works great! The experimental smooth LED transitions work too! This device works the same at both 1ghz and 600mhz, but the temperature at 1ghz can get above 80C.
There is no IR sensor, and there are no buttons. I wonder how they expected people to reset the devices? Maybe it had something to do with power cycling?
Both the box and the strip say that this is a RGBWW strip, which I guess technically is true, but it's actually an RGBCW strip.
The power supply it comes with is 12v 1a. It says on the front of the box that it's expandable to 13 feet, but I'm thinking that if I used a chunkier power supply that it could go even further! Is this the correct thought process?
I have a template to share! Let me know if anything needs to be changed!
{
"vendor": "Tuya",
"bDetailed": "0",
"name": "Sylvania Smart+ WiFi 6.5ft LED Flexible Light Kit",
"model": "LEDFLEXCWIFIS+",
"chip": "BK7231T",
"board": "WB3S",
"flags": "411441155",
"keywords": [
"Sylvania",
"RGB",
"Strip",
"RGBCW",
],
"pins": {
"6": "PWM;5",
"8": "PWM;4",
"9": "PWM;1",
"24": "PWM;2",
"26": "PWM;3"
},
"command": "",
"image": "https://obrazki.elektroda.pl/8817688100_1760042141_thumb.jpg",
"wiki": "https://www.elektroda.com/rtvforum/topic4148150.html"
}
I saw on the github that there's free stuff for people who help add devices to the database... How does that work? If I submit more devices, do the incentives increase? Ollies has a bunch of different devices in the corner of the store just collecting dust...
Added after 10 [minutes]:
An almost separate question: The LEDs on this strip don't turn on until the UI reaches between 3-4%, but when I set PWM to 1/255, they turn on at their lowest level just fine. Is this expected? I see stuff elsewhere in the forum about clamping, but it doesn't make sense to me. Can someone link me to documentation about this, or confirm that it's a bug?