-
Notifications
You must be signed in to change notification settings - Fork 49
Description
I'm using an Arduino nano as sender/receiver (Girs lite 1.0.3) and IrScrutinizer 2.3.1, and can capture most commands and transmit them to devices successfully. But there's one device that I just can't seem to be able to capture/transmit the correct command.
The device is a Vodafone STB (SAGEMCOM DI362-UHD) and I've tried both the original remote and a Logitech Harmony universal remote, which both can control the device. The Harmony does not support bluetooth so I'm sure the issue is not related to that. What I think is the issue is that the remote controls send more than one IR command (there's an IR icon that blinks several times in under 1 second) and IrScrutinizer only captures the first command:

Is there a way to capture the whole Ir sequence in this case, so that we can completely emulate the remote control?
Thank you for this program, it has already helped me a lot.