Hi
I am trying to add a new protocol for the Heller iRemote (also sold under the OWL brand).

I have captured and analyzed the signal and added the following line to RCSwitch.cpp
{ 447, { 0, 8 }, {1, 2}, {2, 1}, false }, // iHeller
The timings generated by rc-switch seem spot on when I compare to the original remote. The screenshot below show the two signals in audacity.

The screen shot shows the following signal being sent
mySwitch.send("1100000100111000000010110000100100");
The first two bits should be ones but as highlighted in the screenshot, they are coming out as zeros.
Any suggestions on how to address this issue.
Thanks
aussieW
Hi
I am trying to add a new protocol for the Heller iRemote (also sold under the OWL brand).

I have captured and analyzed the signal and added the following line to RCSwitch.cpp
{ 447, { 0, 8 }, {1, 2}, {2, 1}, false }, // iHeller
The timings generated by rc-switch seem spot on when I compare to the original remote. The screenshot below show the two signals in audacity.
The screen shot shows the following signal being sent
mySwitch.send("1100000100111000000010110000100100");
The first two bits should be ones but as highlighted in the screenshot, they are coming out as zeros.
Any suggestions on how to address this issue.
Thanks
aussieW