timnew / AndroidInfrared

MIT License
120 stars 41 forks source link

Need help to be able to use the library #4

Open tukaianirban opened 7 years ago

tukaianirban commented 7 years ago

Hi,

I tried to compile the library yesterday, but it turned out to report many errors in Android Studio. So, I copied out the .java files from the Infrared module, inserted them into my app, and tried to use the class definitions as you had it. I am trying to recv the codes on a YL-55 IR receiver connected to an Arduino. However, with "predefined schemes", I dont seem to receive them on the IR receiver. If I use patterns instead to be sent out, then I do receive the bytes on the IR receiver, but they come up as I sent them, and the protocol is not recognized by the receiver.

Would you have time to please help me out here ? I am desperate need to get this project running quickly.

Thanks