Hello,
I recently ported this to Android using C#, hoping I could turn on/off my AC using the IR blaster on my phone. I wonder if there's any differences when transmitting data between IRremote and the ConsumerIRManager class I may be unaware off. I'm using a pre-1995 AC unit (WMA Series) with an electra remote P/N 436000. Not sure what the IR protocol on these remotes are, may be RC-5/RC-6 perhaps, I saw sites stating RC-7, but I couldn't find anything on said protocol, so that may be misleading.
Sent it via the ConsumerIRManager and it seems like it worked, it finally powered on 🎉
Now to figure out how to replicate this signal with the IRelectra class.
Hello, I recently ported this to Android using C#, hoping I could turn on/off my AC using the IR blaster on my phone. I wonder if there's any differences when transmitting data between IRremote and the ConsumerIRManager class I may be unaware off. I'm using a pre-1995 AC unit (WMA Series) with an electra remote P/N 436000. Not sure what the IR protocol on these remotes are, may be RC-5/RC-6 perhaps, I saw sites stating RC-7, but I couldn't find anything on said protocol, so that may be misleading.
Here's the code I ported: https://github.com/colistro123/IRelectra-android-port
This is where IR signals get sent via the device's IR Blaster: https://github.com/colistro123/IRelectra-android-port/blob/master/IRelectra.cs#L145
And this is the remote I couldn't find anything on:
Just looking for something that could lead me in the right direction perhaps, thanks in advance!
Update:
Soldered an audio jack to the IR transmitter, connected it to Line In, set up WinLirc and managed to get this off the remote:
Sent it via the ConsumerIRManager and it seems like it worked, it finally powered on 🎉 Now to figure out how to replicate this signal with the IRelectra class.