logo elektroda
logo elektroda
X
logo elektroda

Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming

p.kaczmarek2 25581 55
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #31 20097813
    p.kaczmarek2
    Moderator Smart Home
    Very good job! Remember to submit flashes to tuya cloudcutter guys with device model and photos.

    CRC failure for BK7231N is normal. It's because of the rolling hashes. You can easily ignore it. You can see that Python flash tool saves the flash correctly in spite of CRC error. That's ok.

    If you're worried that there was a true error during read, just do the read twice... but still, CRC message will show every time.

    PS: This will be a little offtopic, but my firmware now also supports W800 platform:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Helpful post? Buy me a coffee.
  • ADVERTISEMENT
  • #32 20181901
    omelchuk890
    Level 11  
    Forgive me for the stupid questions. Before I changed my mind about changing the WB2C modules to ESP8266, I used only Notepad++ and Arduino IDE. As far as I understand the binary file, for example OpenBK7231T_App_UA_1.0.0.bin, is not in the downloaded folders. I found the instructions https://github.com/openshwprojects/OpenBK7231T_App/blob/main/BUILDING.md but it's hard for me. I installed cygwin. And then the problem. Is there a way to help me? Instructions on how to use cygwin correctly and create a project-it will be just as wonderful as your project.
    I haven't succeeded yet, but I give you a lot of respect for your great work!!!
  • #33 20181947
    p.kaczmarek2
    Moderator Smart Home
    Do you want to compile yourself or just to get binary?
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    https://github.com/openshwprojects/OpenBK7231T_App/releases/tag/1.12.50
    Helpful post? Buy me a coffee.
  • ADVERTISEMENT
  • #34 20182083
    omelchuk890
    Level 11  
    Spoiler:
    p.kaczmarek2 wrote:
    Do you want to compile yourself or just to get binary?
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    https://github.com/openshwprojects/OpenBK7231T_App/releases/tag/1.12.50

    Just get the .bin file . Sorry for the inattention and inexperience.
    I will try it right now!!!

    Everything worked out, although the control of the CEN output was somewhat different.
    I'm starting to study the settings.
    Before this project, I used ESPEasy.
  • #35 20182451
    p.kaczmarek2
    Moderator Smart Home
    I'm happy that worked out for you.
    If you have some photos of the module, you can post a short teardown report here in this forum section. Thanks!
    Helpful post? Buy me a coffee.
  • #36 20183022
    omelchuk890
    Level 11  
    p.kaczmarek2 wrote:
    I'm happy that worked out for you.
    If you have some photos of the module, you can post a short teardown report here in this forum section. Thanks!

    These switches were used in the experiments.
    At the same time, one of the modules received, by mistake, voltage to the brain, and not to where it is needed and will be used further as a body. The WB2S module. I used the "programmer" for ESP-01.
    The second test subject was assembled on the CB2S module on BK7231N. He has not yet participated in experiments.
    Schematics from modules, pinout, are found here
    The third module, Sonoff, is built on 8285. The firmware will be loaded either homemade or ESPEasy.


    p.s. The plans are to add an external triac relay, G3MB-202P, to the small module and output another control channel.
    What is missing, the first sensations, is the possibility of writing small scripts, rules. If it's not difficult for you, look at how it's done in ESPEasy - Link.
    For example, you have implemented one-button control of two channels, 1 and 2 by single or double pressing. But if you add a long press turns everything off?
    If someone needs module diagrams, I can redraw them.
    I myself am looking for a diagram of a module that works without a neutral. I really want to understand how it is implemented there. I haven't bought such a module yet.
    Sorry for the spelling - I write through a translator.
  • #37 20183088
    p.kaczmarek2
    Moderator Smart Home
    omelchuk890 wrote:

    I myself am looking for a diagram of a module that works without a neutral. I really want to understand how it is implemented there. I haven't bought such a module yet.
    .

    I've been testing such a switch once. I wrote a short article about this topic. I don't think we have an English translation for that yet, but schematic is there, so take a look here, maybe use Google Translate:
    https://www.elektroda.pl/rtvforum/topic3793509.html
    Helpful post? Buy me a coffee.
  • #38 20183102
    omelchuk890
    Level 11  
    p.kaczmarek2 wrote:
    omelchuk890 wrote:

    I myself am looking for a diagram of a module that works without a neutral. I really want to understand how it is implemented there. I haven't bought such a module yet.
    .

    I've been testing such a switch once. I wrote a short article about this topic. I don't think we have an English translation for that yet, but schematic is there, so take a look here, maybe use Google Translate:
    https://www.elektroda.pl/rtvforum/topic3793509.html

    Yes, that's what I wanted to understand!!!Link
    That's how they came up with it!
    D3, 4 and 5 are zener diodes. Probably about 3-5 volts.
    The supply voltage minus the voltage required to trigger the optocoupler in the feedback circuit. R3 is not 195, it's 561.
    Now any browser makes any page readable.
  • #39 20183130
    p.kaczmarek2
    Moderator Smart Home
    Thanks, I'm glad I helped.
    It was very fun to reverse engineer that schematic, altough I would note that I saw some slightly different solutions used as well, but I didn't draw schematics for them yet.

    Also, T2 is not BC547 on that schematic, I just used the first transistor I had at hand in Eagle. It is rather MJE13001.
    Helpful post? Buy me a coffee.
  • #40 20184286
    omelchuk890
    Level 11  
    Small tests on MQTT communication.
    What I feel at first is that there is clearly not enough opportunity for me to assign the retain 1 property to channels - when the client restarts, he does not know what state the channel is in. Maybe it's there somewhere, but I didn't find it.

    Perhaps it makes sense to create a separate topic that will be dedicated specifically to software?
  • #41 20184302
    p.kaczmarek2
    Moderator Smart Home
    How would you like the retain assigning to work?
    On per-channel basis?

    1. I can add that for you, but currently @iprak is working on MQTT and HA discovery so I'm not sure if I can do it RIGHT NOW, because it would conflict with his changes.

    we already have a RETAIN flag in code:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming

    2. maybe you can just use the "always retain" global device flag?
    Helpful post? Buy me a coffee.
  • #42 20184331
    omelchuk890
    Level 11  
    Quote:
    2. maybe you can just use the "always retain" global device flag?

    Flag 7 ?
    Yes!!!
    Sorry, I found it.

    Once again, I apologize for the importunity, but perhaps the marked topics should be attributed to a separate opportunity to send or not? Isn't this necessary only at the debugging stage?
  • ADVERTISEMENT
  • #43 20191613
    omelchuk890
    Level 11  
    omelchuk890 wrote:
    p.kaczmarek2 wrote:
    ]
    p.s. The plans are to add an external triac relay, G3MB-202P, to the small module and output another control channel.
    What is missing, the first sensations, is the possibility of writing small scripts, rules. If it's not difficult for you, look at how it's done in ESPEasy - Link.
    For example, you have implemented one-button control of two channels, 1 and 2 by single or double pressing. But if you add a long press turns everything off?

    Please do not count the flood.
    Another experiment.
    Configured - button 1 turns on channel 1 by a single click, channel 2 by a double click. Button 2, located on the board, is configured for channel 3, the output for it is P8, it really exists, but is not used yet.
    On Raspberry, channel statuses are accepted in Node-Red, the following happens:
    With each change in the status of channels 1 and 2, their values are assigned to variables.
    When the status of channel 3 changes to on, 1, we check the status of channel 1 and 2. If at least one has the status 1, we store the statuses of channels 1 and 2 in other variables, and send them to three channels off, 0 for management.
    If there is currently 0 and in memory the current statuses are 0 - we just turn on channel 1.
    Otherwise, we restore the last saved state.
    There are no rules yet, or I have not found them due to lack of education, I am trying to implement them like this...
    A switch will be used for implementation, the power internals will be dismantled, two buttons will be added, they will be connected directly inside, as well as an additional relay - the terminals on the module are not enough.
    Button 1 will be activated by pressing the upper part of the key, 2 - by pressing the lower part. the photo is just a fitting.
  • #44 20200381
    p.kaczmarek2
    Moderator Smart Home
    omelchuk890 wrote:

    Once again, I apologize for the importunity, but perhaps the marked topics should be attributed to a separate opportunity to send or not? Isn't this necessary only at the debugging stage?
    Spoiler:

    As far as I know, it was added by @iprak and in the current state of things it's always published. Do you think it should be only published when a certain flag is set?

    Very nice setup! I like how advanced is your Node-Red usage.

    We already have event handlers and timer, more advanced scripting is coming soon.
    Helpful post? Buy me a coffee.
  • #45 20209079
    brianandrus
    Level 6  
    I was referred here to ask for help, so here goes:

    I recently found they updated the circuit board inside the FEIT wifi dimmer switch to one that looks easier to get at and uses the BK7231TQN32 chip.
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Unfortunately, I am running into issues getting it to flash. I have been able to connect to RX2/TX2 and see the logs, and I can reset by grounding CEN. However, Beken Writer fails every time I try to read/write to it.

    I'm guessing I am overlooking something simple. Are there any steps beyond connecting the HW-597 and flashing? I'm starting to wonder if the pinouts on the board are not quite true to their labels.
  • #46 20211555
    p.kaczmarek2
    Moderator Smart Home
    Can you check with multimeter, is the RX/TX of BK7231 chip connect to any pins of the secondary MCU on the board?

    I would guess that this board is using TuyaMCU to communicate the WiFi module with secondary MCU and its using RX/TX lines for this purpose, so MCU interferes with programming.
    Helpful post? Buy me a coffee.
  • #47 20212823
    brianandrus
    Level 6  
    @p.kaczmarek2 Right you are!
    It looks like the TX1 pin is connected to one of the pins on the larger chip. Not sure I can easily disable that with it so small/tight.. I'll have to bust out the bench magnifier to see what I can trace on the board. Unless there is another option?

    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
  • #48 20213594
    p.kaczmarek2
    Moderator Smart Home
    Option 1: cut RX/TX traces to secondary MCU
    Option 2: Find secondary MCU datasheet, determine if it has a RESET pin, and if so, put this MCU in RESET mode so it does not interfere with programming.

    What is the marking on this MCU? It looks somewhat like AT32F421K817, but that one seems incorrect. Still, maybe it is:
    https://www.arterytek.com/download/DS_AT32F421_EN_V1.01.pdf
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
    Maybe try grounding NRST?
    Helpful post? Buy me a coffee.
  • #49 20213888
    brianandrus
    Level 6  
    @p.kaczmarek2
    You got the right datasheet. It is the AT32F421K8T7
    https://www.arterychip.com/download/RM_AT32F421_EN_V1.01.pdf

    I will give grounding NRST and see if that works.
    Wish me luck!

    Added after 2 [hours] 1 [minutes]:

    Well, on the plus side, there is a NRST contact on the back of the board connecting directly to the NRST pin on the secondary MCU:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming

    On the downside, I cannot seem to get it to read the firmware no matter when I touch off the NRST and click "Read flash" in BKWriter.
    I see output in the logs when I reset the secondary MCU:

    [01-01 18:14:05 TUYA Notice][frame_handle.c:850] wifi ble mode not config data not to send fail:1
    [01-01 18:14:05 TUYA Err][frame_handle.c:888] data_upload_async_proc error.

    That repeats a few times and then it goes back to periodic:
    [01-01 18:14:34 TUYA Notice][process_server.c:112] send jump_pack
    [01-01 18:14:35 TUYA Notice][frame_handle.c:420] recv jump_pack ok.

    Hoping there is a proper sequence that may work. Something like "within 3 seconds of grounding NRST, start reading flash" (which doesn't seem to work, but you get the idea).

    Anyone have any experience on if/how using NRST could work? Otherwise, I will have to try the cutting method.
  • #50 20214840
    p.kaczmarek2
    Moderator Smart Home
    If that's a NRST of MCU, you just ground it forever, do a flash read, and then unground it only if you want MCU to run again.

    Do a full 2MB flash read first, for tuya-cloudcutter.

    Now the question is, do you know how to do a Beken flash read (or write) in generic device, without the MCU interference?

    It's nothing like "within 3 seconds of grounding NRST, start reading flash" . I'd say its:
    1. ground NRST permanently
    2. start flash read in bkWriter 1.61, it will keep on trying go communicate with device
    3 do a device reboot by
    OPTION A: ground CEN for a short while (it's tricky)
    OPTION B: power off/power on the device (but only device, not the USB to UART converter)
    4. bkWRiter 1.60 will proceed with read/write
    5. after all is done, you can unground NRST
    Helpful post? Buy me a coffee.
  • ADVERTISEMENT
  • #51 20215605
    brianandrus
    Level 6  
    So close and yet so far.
    So I can actually start reading the flash (fortunately for me there is a direct pinout for the CEN so I can easily reset it).
    However it starts trying to communicate with the secondary MCU and causes the read to fail once it hits that loop:
    [01-01 18:13:34 TUYA Notice][tuya_uart_adapt.c:362] try:9600/3/1/0
    [01-01 18:13:37 TUYA Notice][tuya_uart_adapt.c:362] try:115200/3/1/0
    [01-01 18:13:40 TUYA Notice][tuya_uart_adapt.c:362] try:9600/3/1/0
    [01-01 18:13:43 TUYA Notice][tuya_uart_adapt.c:362] try:115200/3/1/0
    BKWriter reports:
    Time:5.894s
    Speed of Reading:115200bps
    reading flash:0x00000000...FAILED

    My best guess is that the 7231T is stepping on the flash read on TX1/RX1 as it tries to contact the secondary MCU. It seems that would imply that even cutting the TX1/RX1 traces to the seconday MCU would not help.
  • #52 20221749
    brianandrus
    Level 6  
    So an update:
    I was actually able to get it to read/verify the firmware. I thought this was great, so I went ahead and tried to flash it.
    It started to erase and then hung.
    I think it is dead. Primarily because the log is spewing:

    V:BK7231S_1.0.5
    CPSR:000000D3
    R0:00000000
    R1:00DFFEFC
    R2:00802000
    R3:F1CCFFFF
    R4:00010000
    R13:0043F7C8
    R14(LR):0000BCBC
    ST:BEDEAD01
    J 0x10000

    And the STate lines says "BE DEAD 01"

    At least it is amusing. Oh well. Maybe I will try again with the other one in the pack.
    Could be it started to erase from the wrong starting address or something.
  • #53 20221894
    p.kaczmarek2
    Moderator Smart Home
    Do you have firmware backup?

    Did you remember that in case of BK7231T you write/read to/from default offset and use UA binary, while for BK7231N you use 0x0 offset and use QIO binary?
    Helpful post? Buy me a coffee.
  • #54 20223386
    brianandrus
    Level 6  
    I actually do. Before trying to flash, I was able to read the firmware from BKWriter, then I compared that firmware (bk7231s_dump-2022-10- 4-10-53-38.bin) and they matched.
    Then I loaded the firmware I wanted to burn (OpenBK7231T_UA_1.12.60.bin) and hit Programm.
    It came back with:
    Garden Tuya CCWFIO232PK Double Relay - BK7231T - Programming
  • #55 20223393
    p.kaczmarek2
    Moderator Smart Home
    This is counterintuitive, but can you try higher baud rate? The next one to the one you have chosen, the second lowest possible?

    Which USB to UART converter do you have?
    Quote:

    I had some reports from users saying that they are unable to flash BK7231T with CP2102 but CH340 works. So, maybe try different USB to UART dongle. Some of them might not be reliable enough for flashing.

    Also, can you send us a flash dump so I can share it with tuya-cloudcutter, and also give more information about the device, where it was bought, how is it called, how the packaging looks like?
    Helpful post? Buy me a coffee.
  • #56 20223416
    brianandrus
    Level 6  
    Flash dump sent to you in a message.
    This is part of the 2-pack FEIT WiFi Dimmer switches from Costco. Seems to be a newer model from the teardowns I have seen.
    I am using the CH340 to connect. I will give it some tries with the faster speed and let you know.

    Added after 9 [minutes]:

    Ok! That worked!
    I see logs and can connect to the wifi from it:
    Debug:MAIN:started timer
    Info:MAIN:Time 1, free 108224, MQTT 0, bWifi 0, secondsWithNoPing 0, socks 2/38
    Info:MAIN:Time 2, free 108224, MQTT 0, bWifi 0, secondsWithNoPing 0, socks 2/38
    Info:MAIN:Time 3, free 108224, MQTT 0, bWifi 0, secondsWithNoPing 0, socks 2/38
    Info:MAIN:Time 4, free 108224, MQTT 0, bWifi 0, secondsWithNoPing 0, socks 2/38
    Info:MAIN:Time 5, free 108224, MQTT 0, bWifi 0, secondsWithNoPing 0, socks 2/38
    Info:MAIN:no flash configuration, use default
    Info:MAIN:set ip info: 192.168.4.1,255.255.255.0,192.168.4.1
    Info:MAIN:ssid:OpenBK7231T_8DE62329 key: mode:0

    Thanks! Now I will see what I can do. Sadly, it seems to require a neutral wire which none of my light switches seem to have. Still, I may find a purpose.
    The new circuit board definitely makes it simple to connect up and flash. There are easily accessible contacts for all the necessary connections.

    -Brian

Topic summary

The discussion revolves around the Tuya CCWFIO232PK double relay device, which has transitioned from using the ESP8266 module to the BK7231T microcontroller. Users express concerns about the lack of Tasmota support for the new BK7231T, as Tasmota is primarily designed for ESP-based devices. The author has developed an alternative firmware, OpenBK7231T, which aims to replicate Tasmota's functionality, including MQTT support. Participants share experiences with flashing firmware, troubleshooting communication issues with secondary MCUs, and enhancing the user interface of the firmware. There are also discussions about the growing trend of IoT devices using BK7231T and similar microcontrollers instead of ESP chips, which complicates firmware modifications for users. The conversation includes technical details on programming, pin configurations, and the importance of community contributions to improve firmware capabilities.
Summary generated by the language model.
ADVERTISEMENT