Homemade AC-controller
Posted: Sat Jul 08, 2023 4:06 pm
Hi everybody,
I've posted in a bunch of forums to no avail, so I was hoping I could post my question here. It seems like the right place to ask.
I've bought an IR transmitter and receiver, and I'm using Arduino to control it. I have read the signal from my remote control, which is using Samsung protocol, and copied that signal. I then send that signal using my transmitter, but the AC won't react to it.
I tried sending to my receiver as a test to check what signal was being sent, and I believe the right signal has been transmitted. I'll post the result below:
Signal read from original remote control:
Protocol=Samsung48 Address=0xB24D Command=0x3FD Raw-Data=0xFC03 48 bits LSB first
Send with: IrSender.sendSamsung48(0xB24D, 0x3FD, <numberOfRepeats>);
I have then sent this signal using the command on second line.
Signal read from my transmitter:
Decoded protocol: Samsung48, decoded raw data: FC03, decoded address: B24D, decoded command: 3FD
Any help would be much appreciated. I really want to make this work.
I've posted in a bunch of forums to no avail, so I was hoping I could post my question here. It seems like the right place to ask.
I've bought an IR transmitter and receiver, and I'm using Arduino to control it. I have read the signal from my remote control, which is using Samsung protocol, and copied that signal. I then send that signal using my transmitter, but the AC won't react to it.
I tried sending to my receiver as a test to check what signal was being sent, and I believe the right signal has been transmitted. I'll post the result below:
Signal read from original remote control:
Protocol=Samsung48 Address=0xB24D Command=0x3FD Raw-Data=0xFC03 48 bits LSB first
Send with: IrSender.sendSamsung48(0xB24D, 0x3FD, <numberOfRepeats>);
I have then sent this signal using the command on second line.
Signal read from my transmitter:
Decoded protocol: Samsung48, decoded raw data: FC03, decoded address: B24D, decoded command: 3FD
Any help would be much appreciated. I really want to make this work.