Elektroda.com
Elektroda.com
X

Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming

p.kaczmarek2 14955 55
This content has been translated flag-pl » flag-en View the original version here.
  • Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    I will present here the interior of the garden "smart" two-channel Tuya / WiFi transmitter model CCWFIO232PK, which I received as a donation from the user @strigon from Canada to run my firmware for microcontrollers from the Beken family. The topic will be divided into two parts - the interior of the product and then connecting the programmer and loading the batch. But first, a special thank you to @strigon - thank you, the template for this product has already been added to my firmware! If someone wants to send me some other product for testing, I invite you to PW.

    What is it about?
    As a supplement, I recommend that you familiarize yourself with related topics, including with my initiative to write my own batch for BK7231 (Tasmota's ESP equivalent):
    WB2S / BK7231 Tutorial - we create our own firmware - UDP / TCP / HTTP / MQTT
    [BK7231T] My HTTP server, configurator, MQTT support from Home Assistant
    I also described the manufacturer's applications (Tuya / eWeLink / Blitzwolf / SmartLife) in previous topics from the series. I will not discuss its topic here.
    Additionally: my Home Assistant tutorial
    Additionally, a twin topic, but with a product from BK7231N (not T!):
    Qiachip Smart Switch - BK7231N / CB2S - interior, programming

    Tests with the Tuya application, automation
    I have tested Tuya products in this section so many times that I will not discuss the "obvious" functionalities here. I refer to the previous parts - e.g. here.

    Kit contents and product interior
    He bought the @Strigon kit at a Costco store. In his opinion, earlier versions were based on ESP8266 and Tasmota could be used with them, but Tuya is switching to Beken chips ...
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    The parcel came to me after quite a long time:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    The Polish Post Office could not let it pass - even though it was marked as "Gift" - and counted the postage to some 8.5 PLN, which I paid upon receipt (the lady from the post office brought a package to the door at least):
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Kit Contents:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Well, in Canada they have a different standard of sockets than ours. The device is on 120V. I think that 230V would also work, but you need to check it after opening (check the parameters of all elements and their catalog notes, from the inverter controller as there is, through capacitors to relays).
    The housing is screwed together with screws.
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Inside we have two relays, one button and a 32-bit microcontroller with WiFI BK7231T, but simply placed on the main PCB of the device, not in the form of a module such as WB2S or WB3S:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    There is a fuse at the input, a varistor, a simple filter on the choke:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    The power supply itself is transformerless - based on the ICW4008.
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    BK7231T - we will program it. Right next to it you can see the voltage regulator 3.3V, because BK works at 3.3V and the relay works at 5V (sometimes at 12V).
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    You can also see two transistors that control the relays.
    From the bottom, we have prepared pads for programming signals, including:
    - UART1 port (programming via bootloader)
    - UART2 port (debug log output with information about what the device does)
    - SPI pins (programming if bootloader fails)
    - CEN pin (system reset)
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    That's it - in the next paragraph we solder and program.

    Programming BK7231T with my firmware
    We download the last batch binaries and BKwriter 1.60 from my repo:
    https://github.com/openshwprojects/OpenBK7231T_App
    https://github.com/openshwprojects/OpenBK7231T
    All operations are performed after disconnecting the product from the electrical network.
    We connect the power from USB to LDO, pinout LM1117, 5V to VIN, ground to ground:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    We isolate the wires, whiten them, give a little flux to 1117:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    We solder (with a clean soldering iron tip! We clean e.g. with a sponge method):
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Same for 1RX, 1TX and CEN. The 2TX 2RX port is only a debug log output, we don't need it if everything is ok:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Before soldering, we also whiten the pads, we also apply flux, we also whiten the ends of the wires (previously isolated).
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Connect the USB UART converter, here the HW-597 USB I like is TTL, in the 3.3V mode (jumper between VCC and 3V3), along with the power supply derived directly from the USB (it will not work from the pin signed 5V because it has a slightly different role):
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    We run BKwriter 1.60.
    We can make a copy of the original batch (Read button), programming is done in the same way, we just first choose what batch we want to upload.
    So, we choose what batch we want to upload (here, select the UA versions) and start programming (actually, we start waiting for BK booting):
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Now, as long as BKwriter is actively waiting for the BK boot signal, temporarily connect CEN to ground (here it is just on the USB dongle pin), literally for a second:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Only then did the actual programming begin:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Programming Success:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    The BK access point is already visible:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    We connect to the WiFi point created by the BK7231T.
    Here you may need to set our WiFi to a rigid IP, e.g. 192.168.4.10, in case DHCP does not work:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    We open the page 192.168.4.1:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    In Config, we set what we need (e.g. information on our home WiFi):
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    After setting the bearings on our home WiFi, we reset the system. You may also need to disconnect the power supply temporarily or wait a minute for the device to join our network. Its new IP can be found on our router in the list of DHCP clients:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming


    Pin role configuration, templates and button support
    Smart devices have different configurations of buttons, relays and LEDs. They can be connected to different pins of the microcontroller.
    The "Configure Module" subpage is used to set the role of individual outputs:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    The left column is the role of the pin (button, relay, PWM) and the right column is the channel (individual relay number, PWM, etc).
    You can learn the roles of the pins experimentally or by following the connections on the board.
    Some devices have already been developed by me, so there are ready-made configurations for them - they are in the "Quick config" tab:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    The device of this theme is quite unique in that it has two relays and one button. In the original batch, the relays can be controlled separately, but only from the Tuya application level. The button either turns them on or off. To this end, I introduced the pin role: "Button Toggle All", which allows one button to disable / enable all channels of the fixture.

    Connecting to the Home Assistant
    Ultimately, my batch allows you to control any device of this type via MQTT - I recommend reading the "configure MQTT" and "generate Home Assistant config" tabs. Operation is analogous to Tasmota.

    More information
    More information about the batch and project can be found on the official repository:
    https://github.com/openshwprojects/OpenBK7231T_App

    Summary
    Programming this WiFi-controlled splitter would not be possible without my batch. There are no alternative firmware for BK7231T, and conversion to ESP is not an option, because here there is no WiFi system dedicated to a module such as WB3S, that it can be converted to ESP12F, only everything is on one PCB. It would be difficult to connect the module loosely there and such a "sculpture" would not be profitable anyway.
    After all, the whole conversion was easy - to upload my batch, just solder the cables, run BKwriter 1.60 and it's ready.
    Finally, I would like to emphasize that the procedure described here works for BK7231T and modules based on it, i.e. WB2S, WB3S, etc.
    For BK7231N (N version, not T version) the procedure is slightly different from what I described here .
    There is also the matter of a single button - one button for both relays. Especially for this device I implemented a role in the pin configurator ("Button Toggle All"). It's a bit strange that since the manufacturer gave two relays, he did not try to put two buttons ... but maybe it's because at least one button is necessary to force pairing with Tuya (although I have already seen smart devices where pairing turns on without buttons - by quick power on / off).
    Now I think that this button could be used even better - each click could switch the combinations of relays to the next (two relays give 4 possible combinations on off), or e.g. a short press could switch the first relay, and a long (or double) the second. Perhaps I will add it in future code revisions ... I recommend following my repository on Github.
    As for the alleged "outdoor" quality of the product, I wouldn't expect much. It should definitely be under a canopy, and probably with time the moisture itself will hurt it.
    PS: Such a curiosity - I can see that this product (CCWFIO232PK) appears on the Tasmota website as "no longer supported" because previously there was an ESP module inside, and now there is Beken:
    https://templates.blakadder.com/prime_CCWFIO232PK.html
    Well, after my intervention, the product is 'supported' again - but this time it's because of my firmware.

    Cool? Ranking DIY
    About Author
    p.kaczmarek2
    Moderator Smart Home
    Offline 
    p.kaczmarek2 wrote 4836 posts with rating 5167, helped 235 times. Been with us since 2014 year.
  • #2
    khoam
    Level 42  
    p.kaczmarek2 wrote:
    PS: Such a curiosity - I can see that this product (CCWFIO232PK) appears on the Tasmota website as "no longer supported" because ESP was previously and now Bekken is:
    https://templates.blakadder.com/prime_CCWFIO232PK.html
    Well, after my intervention, the product is 'supported' again - but this time it's because of my firmware.

    Can I upload a Tasmota code? The above manifesto is somewhat unclear.
  • #3
    p.kaczmarek2
    Moderator Smart Home
    I meant that in CCWFIO232PK there was initially a module with ESP8266 and it was possible to upload Tasmota. Then the manufacturer (in line with the trend) changed ESP to BK7231T, so of course Tasmota stopped supporting this product. Tasmota is only on ESP. You won't put Tasmota there anymore. But my firmware supports BK7231T and is functionally equivalent to Tasmota (even the principle of operation is analogous, pin configuration, MQTT), although "under the hood" is 0 Tasmota code.


    More and more IoT products are switching from ESP8266 / ESP8285 to microcontrollers such as BK7231T, BK7231N or XR809, and my firmware is the answer. Ultimately, it should support most of what Tasmota supports - including TuyaMCU.

    And I also gave the comparison to Tasmota from here, that as a rule, the end user does not pay attention to what specific firmware will be uploaded, to open the module on MQTT, and whether ESP8266 with Tasmota or Beken with OpenBK is in the middle is a secondary matter
  • #4
    khoam
    Level 42  
    p.kaczmarek2 wrote:
    Then the manufacturer (in line with the trend) changed ESP to BK7231T, so of course Tasmota stopped supporting this product.

    What exactly trend it comes? :)

    Added after 1 [minutes]:

    p.kaczmarek2 wrote:
    More and more IoT products are switching from ESP8266 / ESP8285 to microcontrollers such as BK7231T, BK7231N or XR809

    Also on ESP32-C3. It is worth getting acquainted with the offer of AI-Thinker and other manufacturers in order to look at the home IoT devices market a bit wider.
  • #5
    p.kaczmarek2
    Moderator Smart Home
    khoam wrote:

    What exactly trend it comes? :)

    I do not know how much you are interested in Tuya and the products from their stable, but more and more "smart" toys, relays, light bulbs, door opening sensors, flood sensors, were initially built on ESP8266 (TYWE3S and similar), and in recent years they are more and more often inside modules of the Bekken type or other. I don't know why this is so, but for the Home Assistant community this is a big minus, because they can't easily change the firmware ...

    Look, even on Hackaday, these WB3L modules exchange for ESP12F instead of just programming them:
    https://hackaday.com/2021/04/17/replacing-an-esp8266-clone-with-the-real-thing/
    Quote:

    With a growing trend towards replacing the venerable ESP8266 with cheaper and less hacker-friendly silicon, buying IoT hardware with the intent to replace its firmware is likely to get riskier in the near future.

    And here I say stop - there will be no "riskier", my Tasmota counterpart already supports the BK7231T, BK7231N and XR809 platforms, and on the way there is also https://github.com/w600 (Winner Micro 600, it looks like they are all "puzzles" "needed to run it, but haven't checked yet).

    khoam wrote:

    Also on ESP32-C3. It is worth getting acquainted with the offer of AI-Thinker and other manufacturers in order to look at the home IoT devices market a bit wider.

    Unfortunately, I know nothing about the ESP32-C3. I do what I managed to "draw" in Tuya products, and I have not seen ESP32 in any of Tuya's products yet. This ESP32 is in some smart products?



    PS: I saw an article somewhere from a year ago that someone bought 10 light bulbs with the intention of uploading another firmware to the ESP but it turned out there was Bekken inside and the user eventually ... bought and sold these 10 ESP12F modules by hand And thanks to my firmware it wouldn't be needed.
    By the way, I can't find this article right now - maybe someone will find it? I think it was on Reddit.
  • #7
    p.kaczmarek2
    Moderator Smart Home
    I can see that there is some interest in movement with ESP32, but is it possible to find it in a finished Tuya product, and not buy it separately and solder it?

    But overall that's not what I meant. The topic that I had in mind had photos of several / a dozen ESP12F modules attached and its author showed that he is massively desoldering WB3S (probably this one) and in its place he gives ESP12F.

    AHA, I have this topic I wrote about.
    It was this:
    https://www.reddit.com/r/esp8266/comments/l9i...t_moment_when_you_realize_the_30_tuya_lights/
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    this user "sculpted" 28 (sic!) lamps to replace their WB3L modules with ESP8266 to upload Tasmota ... and he could wait a year and would have OpenBK from me ready to go without replacing the chips.
  • #9
    p.kaczmarek2
    Moderator Smart Home
    I hope that over time (and with the support of possible contributors - anyone can add their changes to the repository, the so-called pull request, this is what open source is all about), support will also be provided for more popular sensors.

    At the moment, he targets the TuyaMCU himself (I have two devices with it) and bl0937 (energy measurement, the device is on its way).

    Of course, there is also the question of which sensors are the most popular, etc.
  • #10
    MustangMatt
    Level 8  
    Tasmota/ESPHome work for ESP32 and ESP8266.

    This is an open firmware (somewhat similar to tasmota) for beken 7231t and 7231n which a lot of newer devices are using instead of ESP based chips.
  • #11
    p.kaczmarek2
    Moderator Smart Home
    Small update.
    I added ability to control two separate relays with single button. This is very useful for devices like the one from this topic (CCWFIO232PK).
    Single click = toggle relay 1.
    Double click = toggle relay 2.
    See new config:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
  • #12
    strigona
    Level 2  
    Hey, I just want to send a huge THANK YOU! This is fantastic, well written and very detailed :) I will definitely be upgrading the firmware on my devices.
  • #13
    abdul2000
    Level 5  
    Thank you for this awesome guid. I managed to use this guide to Bekenize an AU Deta Double Power Point Wall Outlet
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming

    I had to do trial and error to get the right config to work. How do I add it to the Quick Config?
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
  • #14
    p.kaczmarek2
    Moderator Smart Home
    Create a pull request on github repo.

    But soon we are moving to more flexible, online devices database that will be available through javascript app and always automatically updated
  • #15
    abdul2000
    Level 5  
    p.kaczmarek2 wrote:
    Create a pull request on github repo.

    Done. I would love to help with improving the styling of the HTML pages. Is there a way to test the server without running on a chip?
  • #16
    p.kaczmarek2
    Moderator Smart Home
    That's a great, I would really like to see improved HTML pages.

    There was a windows build but it's not maintained anymore. I could fix it, but you should be aware that adding a very large piece of CSS might run on Windows, but still break on BK7231 on other platforms, because of the microcontroller limitations (LWIP library used for sockets, etc).

    I will see if I have some time later for that.
  • #17
    abdul2000
    Level 5  
    p.kaczmarek2 wrote:
    but you should be aware that adding a very large piece of CSS might run on Windows, but still break on BK7231 on other platforms


    How large are we talking? can you estimate it in byte size? I could add a very small amount of css to make it look nicer. Or use a minified javascript to style it on-the-fly on the browser rather than storing in the in chip. Tasmota uses about 1kb of css. We can probably use less than that.
  • #18
    abdul2000
    Level 5  
    I did quick makeover of the html pages for OpenBK7321T_App. I added 1,474 bytes worth of CSS. I have tested it with TYWB3S chip and it seems to run fine. I will add a pull request.

    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
  • #19
    p.kaczmarek2
    Moderator Smart Home
    Very nice style, altough it reminds me of a certain firmware...

    anyway, is CSS in the separate file? I think that putting CSS in separate file might be a good idea, because this might allow browser caching of stylesheet
  • #20
    abdul2000
    Level 5  
    p.kaczmarek2 wrote:
    anyway, is CSS in the separate file?
    No it is in the code but good idea. I will work on seperating it into a file.

    It does look like a certain firmware. I can do a quick change over. Maybe I will go with light theme!
  • #21
    p.kaczmarek2
    Moderator Smart Home
    but I think that in that certain firmware, the on/off buttons for relay are always lined up in a single horizontal div, and not one below next other. Can you fix it?

    The current theme is OK, is you want to create multiple ones then make them selectable or something
  • #22
    abdul2000
    Level 5  
    p.kaczmarek2 wrote:
    Can you fix it?

    Yes I can. I will spend more time improving the UI. I will keep in mind to minimise the code as much as possible.
  • #23
    abdul2000
    Level 5  
    Here are some samples. I have tested it with Buttons and dimmers. And Text only. Seems to look OK. You can test further and let me know. Also my Git Build seems to fail for one of the apps (OpenXR809). Not sure if I broke it because I did not change any code in that App. I submitted a pull request too.

    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
  • #24
    p.kaczmarek2
    Moderator Smart Home
    Shouldn't the device name (first text, biggest header) be white?
    Apart from that, great job. I just hope you tested it well, I don't have that much time on my hands, while on the other hand I am eager to see that new great look merged into the main source tree!
  • #25
    abdul2000
    Level 5  
    p.kaczmarek2 wrote:
    Shouldn't the device name (first text, biggest header) be white?

    It is blue because it is a link. I fixed it now. I also added the state of the buttons ;). I tested all pages and specially the Config Module and the Index Page. Happy to fix issues as they get reported from users.
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
  • #26
    sinmpae
    Level 2  
    I attempted to reflash one of the Costco smart plug equipped with WB2S module.
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    I removed the module completely from the daughter board and soldered 3V3, GND, TX, RX and CEN pins to prepare if for flashing.
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    On the other end I was using bare NodeMCU board with ESP12F removed which essentially acts as 3V3 USB-UART board (with RST key as well).
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    For flashing I figured that I had to use 115200 baudrate the 921600 doesn't work.
    When I tried to flash OpenBK7231T_App_UA_1.0.0.bin after building the OpenBK7231T_App it failed after erasing the chip.
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    The Read flash however works fine.
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming

    What can be the reason for this Flash failure?
  • #27
    p.kaczmarek2
    Moderator Smart Home
    @abdul2000 thank you, I will most likely merge in your pull request today

    @sinmpae most likely wrong USB to UART converter, it has been reported already by several users that only some of those works correctly. I have mentioned that issue in the readme on the main repo.

    Second thing you can try is using the Python flash tool instead of bkWriter, but I think it won't help.

    Btw, have you done full flash read (2MB) for tuya-cloudcutter guys? They can prepare OTA hack for your device if you send them flash dump. Read more on their website
  • #28
    sinmpae
    Level 2  
    @p.kaczmarek2 Thanks for the suggestion.
    The flashing was successful with the Python tool: uartprogram with the same USB-UART board.
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    I didn't know about the tuya-cloudcutter. Seems interesting.
    I forgot to backup the firmware image first and with BKWriter on windows it erased the chip before I think of taking a backup (silly me :not:).
    I have other plugs lying around. I might be uploading the flash dump soon.
  • #29
    p.kaczmarek2
    Moderator Smart Home
    Please pair the plugs with dummy WiFi before doing flash dump (dummy wifi because the SSID and pass will be stored in dump, or if you don't care, you can use your real wifi...) and do full 2MB flash dumps (not just 956KB or smth).
    Full flash dumps contains extra tuya schema which makes adding tuya-cloudcutter for given device quicker and easier
  • #30
    sinmpae
    Level 2  
    Today opened two more smart plugs of same Feit brand but one is old model and the other is new model.
    The old one uses same WB2S (BK7231T chip) module while new one uses CB2S module (BK7231N chip).
    PCB layout is completely redone on this new model.
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    The module is no longer on the daughter board which is a good thing to access TX and RX pins.
    I extracted complete 2 MB of flash dump from both models.
    The old model with WB2S module read flash succeeded without any problem.
    However the new model with CB2S module, read flash fails every time with CRC error with Python uartprogram tool.
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Command used to extract the image:
    uartprogram -d COM6 -u -s 0x0 -l 0x200000 -r Feit_BPPLUG-SMART-3_SYW-PLUGWIFIG2P_CB2S_full_2.bin

    The read from BKwriter on windows goes through without any problem.
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Both extracted .bin files look identical with binary comparison.
    Is this a problem or I can ignore the CRC failure reported by Python uartprogram?