logo elektroda
logo elektroda
X
logo elektroda

Flashing Gliztech Cob Led Strip SSDNWFB1R4 with Openbeken: My Experience

w2q 600 3
ADVERTISEMENT
  • Helpful post
    #1 21317091
    w2q
    Level 4  
    I want to tell about the gadget "Cob Led Strip ‎3000K to 6500K SSDNWFB1R4" from the vendor "Gliztech" that I bought recently and flashed successfully with Openbeken. The user manual calls it "SWIFI-W-COB-202406". It's a LF686-Chip on a board named "ZJ-BWCD-CCT-VC-IR V1.1".

    Cob Led Strip with color temperature of 3000K to 6500K against a Gliztech box with remote and user manual.
    LED controller with remote on a table.

    First I tried to flash it via Wifi OTA, but it gave several errors: ok=up_ErrHttp, up_ErrCheckR or up_ErrHEADER. I write down how I have done it anyway, perhaps someone else finds out how to succeed:
    On the first terminal I wrote:
    {     echo -ne "HTTP/1.1 200 OK\r\nContent-Length: "$(wc -c < OpenBL602_1.17.772_OTA.bin.xz.ota)"\r\n\r\n"; sleep 4; cat OpenBL602_1.17.772_OTA.bin.xz.ota ; sleep 4; } | nc  -l 1111

    and on the second:
    echo -e "AT+UPURL=http://10.10.123.4:1111/update?version=62_224_20241121_ZG-BL&beta,pierogi" | nc  -u 10.10.123.3 48899


    Please be aware of the http-version "HTTP/1.1" because otherwise it only gave http-Errors. Similarly the name of the file had to end with ZG-BL.


    View of the back of the PCB of the ZJ-BWCD-CCT-VC-IR V1.1 module.
    Printed circuit board with electronic components for Gliztech LED strip.


    Eventually, since flashing via Wifi didn't work, I soldered the pins and flashed it with blflash.

    ./blflash-linux-amd64 flash OpenBL602_1.17.772.bin --port /dev/ttyUSB0


    [INFO  blflash::flasher] Start connection...
    [TRACE blflash::flasher] 5ms send count 55
    [TRACE blflash::flasher] handshake sent elapsed 8.930662ms
    [INFO  blflash::flasher] Connection Succeed
    [INFO  blflash] Bootrom version: 1
    [TRACE blflash] Boot info: BootInfo { len: 14, bootrom_version: 1, otp_info: [0, 0, 0, 0, 3, 0, 0, 0, 9e, 89, b0, 42, e8, b4, 1b, 0] }
    [INFO  blflash::flasher] Sending eflash_loader...
    [INFO  blflash::flasher] Finished 2.580171235s 11.08KiB/s
    [TRACE blflash::flasher] 5ms send count 500
    [TRACE blflash::flasher] handshake sent elapsed 9.674999ms
    [INFO  blflash::flasher] Entered eflash_loader
    [INFO  blflash::flasher] Erase flash addr: 0 size: 47504
    [INFO  blflash::flasher] Program flash... c85e11a0083a27f72f6e1bab9b67cac98d5d31ed90b64b78e6e89e070d782c58
    [INFO  blflash::flasher] Program done 572.449242ms 81.10KiB/s
    [INFO  blflash::flasher] Erase flash addr: e000 size: 272
    [INFO  blflash::flasher] Program flash... da4d2fe7d42a71246b0e84d64665b70ad701435f89716c48e6f23ef55340eaa0
    [INFO  blflash::flasher] Program done 6.026466ms 44.27KiB/s
    [INFO  blflash::flasher] Erase flash addr: f000 size: 272
    [INFO  blflash::flasher] Program flash... da4d2fe7d42a71246b0e84d64665b70ad701435f89716c48e6f23ef55340eaa0
    [INFO  blflash::flasher] Program done 8.547961ms 33.20KiB/s
    [INFO  blflash::flasher] Erase flash addr: 10000 size: 792464
    [INFO  blflash::flasher] Program flash... 673fad4cfbe39933caa01679e4c271dcf74258b1bc19cf58c91f1f8c9a028402
    [INFO  blflash::flasher] Program done 9.306761291s 83.16KiB/s
    [INFO  blflash::flasher] Erase flash addr: 1f8000 size: 5671
    [INFO  blflash::flasher] Program flash... ae42d69b09c2eb134b202b412c00ff175e10b625e2d3c0a2820378bd341926b8
    [INFO  blflash::flasher] Program done 67.100152ms 82.66KiB/s
    [INFO  blflash] Success


    Here you'll find my settings:

    {
      "vendor": "Gliztech",
      "bDetailed": "0",
      "name": "Gliztech Cob Led Strip (3000K to 6500K) ‎SSDNWFB1R4",
      "model": "‎SSDNWFB1R4",
      "chip": "BL602",
      "board": "ZJ-BWCD-CCT-VC-IR V1.1",
      "flags": "8520704",
      "keywords": [
        "LED",
        "Strip",
        "Cob",
        "Gliztech"
      ],
      "pins": {
        "17": "PWM;3",
        "20": "PWM;4"
      },
      "command": "backlog PowerSave 1",
      "image": "https://obrazki.elektroda.pl/2003752800_1732441844.jpg",
      "wiki": "https://www.elektroda.com/rtvforum/topic4088897.html"
    }
  • ADVERTISEMENT
  • ADVERTISEMENT
  • #3 21325078
    w2q
    Level 4  
    >>21323134

    Thank you for integrating the settings into Openbeken!
    Close-up of an electronic circuit featuring chip 3-DOTG15-J2M and a 24.000MHz crystal.


    Concerning the remote control: I opened it and as you can see
    Interior of a remote control with visible chip and quartz.

    there is not much more than a chip 3-DOTG15-J2M and a 24.000MHz quartz inside. It sends supposedly on 2.4GHz (strange: a factor of 10?!), the LED is just there to indicate a key press, I guess. I could not find any information on what kind of chip this is. The board's name is LXZK-TX2029-2.4G-E-VER2.0 .
    I'm not sure if it is possible to use this remote once Openbeken is flashed.
ADVERTISEMENT