logo elektroda
logo elektroda
X
logo elektroda

OpenBeken configuration for WiFi universal IR remotes from aliexpress (S06, S18, IRC02) with BK7231

Lexcis 11850 40
ADVERTISEMENT
📢 Listen (AI):
  • #31 21499802
    Qua8824
    Level 4  
    >>21161550
    Hi @carlig833 , have you ever solved this problem? I'm facing exactly the same problem with my ISKA (so-called..) AC. I have 2 IR Blaster units of model S06-Pro. I burned one with OpenBeken and the other kept with the original Tuya. Tuya, using the SmartLife app works out of the box (identified the AC as "Whirlpool"). The OpenBeken one just keeps identifying "IR_UNKNOWN 0x0 0" - from the remote control or from the Tuya S06-Pro.
  • ADVERTISEMENT
  • #32 21506509
    danialbazman
    Level 3  
    Hi,

    I'm having an issue with the S06. I have successfully flashed OpenBeken onto the device and it works perfectly to receive the codes of 1 remote (Fan) but not able to receive the codes on my Air Conditioner (AC) remote at all.

    My understanding is that if the device is unknown, RAW IR Codes would be captured/received in the logs, and this happened with the Fan Remote IR Codes but the AC codes are not captured at all in the logs.

    Can someone help me with this? Is there a solution available or is it better to just return the remote?

    Thank you for your response.
  • ADVERTISEMENT
  • #33 21506612
    p.kaczmarek2
    Moderator Smart Home
    I think we have a fork of OBK with alternate IR library that has AC support
    Helpful post? Buy me a coffee.
  • ADVERTISEMENT
  • #34 21507150
    danialbazman
    Level 3  
    >>21506612

    Hi,

    Thanks for the quick response. Could you send the link to this forked OBK? Can't seem to find it anywhere through Google.
  • #35 21507156
    p.kaczmarek2
    Moderator Smart Home
    https://github.com/openshwprojects/OpenBK7231T_App/pull/723

    Added after 17 [seconds]:

    i may try to update it if i get more time
    Helpful post? Buy me a coffee.
  • ADVERTISEMENT
  • #37 21539237
    ysdiego
    Level 1  
    Hi people

    First and foremost, I want to thank you for your contributions to the open domotics community. I read a lot, thought a lot, and pulled lots of hair out of my head.. and I could finally flash my S18 mini remote.
    Sadly my happiness waned on the testing face. Although it reads and sends IR codes successfully, it practically has no range. I don't know if I shorted something when soldering the signal wires or if there's some obscure setting to increase the transmit power.

    Thanks in advance!
  • #38 21539309
    p.kaczmarek2
    Moderator Smart Home
    Important update - obk irremoteesp fork is in builds now:
    https://github.com/openshwprojects/OpenBK7231T_App/releases
    A list of downloadable files from a repository, mainly binary and RBL files for OpenBK7231N versions, highlighted by red lines.

    @ysdiego what is the tuya config of your device?maybe you need to set one pin to high to enable sending?
    Helpful post? Buy me a coffee.
  • #39 21713105
    leonardocapone
    Level 5  
    Hi there, I've received and successfully fleshed am S18 with a T1-3S chip with BK7238 firmware.
    T1-3S module on PCB with connected cable and surrounding LEDs

    GPIO's were a bit different. Here below what I found:


    Code: JSON
    Log in, to see the code


    Hope that helps!
  • #40 21714593
    wenhuazhang2018
    Level 2  
    Thanks for the information, I was able to flash my S18, it works. But I have following problems:

    I am trying to trigger an event with IR signal (from power button of Roku remote), once it triggered, I want to do an IRsend of Power signal of a VANKYO projector.

    following is the recorded IR code for both remote:

    roku power button:
    Info:IR:IR IR_NEC 0xC7EA 0x17 0 (32 bits)
    Info:IR:IR IR_NEC2 0xC7EA 0x97 1 (32 bits)

    VANKYO power button:
    Info:IR:IR IR_NEC 0x0 0xA8 0 (32 bits)
    Info:IR:IR IR_NEC 0x0 0xA8 1 (0 bits)

    When I send command like this: IRSend NEC 0x0 0xA8, it does turn the Vankyo on and off.
    Then I put this in the startup command line:
    """
    startDriver IR
    setFlag 1 1
    addEventHandler2 IR_NEC 0xC7EA 0x17 IRSend NEC 0x0 0xA8
    """
    When I point the roku remote to the IR blaster and press the power button, I can see in logs the event is trigger, and here is the log:
    Info:IR:IR IR_NEC 0xC7EA 0x17 0 (32 bits)
    Info:MQTT:Publishing val {"IrReceived":{"Protocol":"NEC","Bits":32,"Data":"0xE817C7EA"}} to IR/RESULT retain=0
    Info:EVENT:EventHandlers_FireEvent3: executing command IRSend NEC 0x0 0xA8
    Info:IR:Delay 100ms
    Info:IR:IR send NEC 0x0 0xA8 protocol 7 addr 0x0 cmd 0xA8 repeats 0 bits override 0

    But the Vankyo do not respond.

    Why the command line works, but when triggered it's not working?
  • #41 21714890
    leonardocapone
    Level 5  
    I'm not really into the commands/scripting so I might be very mistaken, but I guess you should go for a condition where for a trigger input 0 or 1, it's going to send a command to the other IR device....so I would try something like that...
    Again...I'm just gessing

    addEventHandle OnIR_NEC 0xC7EA 0x17 1 IRSend NEC 0x0 0xA8 1

    addEventHandle OnIR_NEC 0xC7EA 0x17 0 IRSend NEC 0x0 0xA8 0
📢 Listen (AI):

Topic summary

The discussion centers on configuring and flashing OpenBeken firmware on WiFi universal IR remotes purchased from AliExpress, specifically models S06, S18, and IRC02 equipped with BK7231 series chips (BK7231T and BK7231N). Pinout mappings for buttons, IR RX/TX, and WiFi LEDs were shared for these devices, with clarifications on module types (WB3S vs CB3S) and corrections on chip identification. Users exchanged JSON configuration files for easy import into OpenBeken, contributing to a growing device database. Flashing challenges were addressed, including bootloader entry issues requiring CEN pin grounding and power supply considerations (external 3.3V recommended over USB-to-UART power). Troubleshooting IR reception revealed that some remotes, especially older or AC-specific ones, show IR_UNKNOWN codes or fail to capture signals, prompting suggestions to use a forked OpenBeken firmware with enhanced IR library support for air conditioner remotes. Discussions also covered difficulties in locating solder pads for flashing on certain models with CBU modules, and the need to probe chip pins directly. Users reported successful flashing and integration with HomeAssistant, with some noting limited IR transmission range possibly due to hardware or configuration issues. Links to firmware dumps, flashing tools, and updated OpenBeken releases with IR improvements were shared to aid the community.
Summary generated by the language model.
ADVERTISEMENT