Library for reading IR remote. Includes ir-read for getting raw data, as well as ir-decode-keyestudio for providing output that is easier to parse if you are using keyestudio remote & IR receiver (0-9 for number keys, 11-17 for special characters; 255 for no data).
Unfortunately, it requires IRremote.h and associated files. Not sure how to help you get those at this point. I had to copy them to <user>\AppData\Local\Programs\xod-client-electron\resources\arduino-libraries\IRremote in order for XOD to find them during compiling phase.
Required headers should be included in USER_AppData_Local_Programs_xod-client-electron_resources_arduino-libraries_IRremote folder with the library. They need to be manually copied to the system folder noted above. You will need to re-copy each time you update XOD.
Hi…Contrary to the nodes presented above, we will here introduce more generic nodes, which means the they apply to many different kinds of hardware modules. First tough, we will introduce some basic electronics concepts. Feel free to skip this paragraph if you are comfortable with the notions of analog vs digital and if you are confident that you can identify which of the hardware parts are generating inputs or requiring outputs.
Sorry… I haven’t looked at this since my last post. The “correct” fix would be to rewrite the library to use new functionality in XOD to auto-include the code, but I don’t have time to do that right now.
The short-term fix would be to determine where the Arduino-libraries folder exists on your system so you can add the header files manually.
Hmmm…the other thread you referenced indicates I made that change to the library & cesars verified it was working… I just downloaded the library to update it & the pragma string is there.
Hi Dear @gweimer, I am not getting any raw data from ir-decode-keyestudio. I have newly installed Arduino library as you told. But its not showing any data. Previously more than year back your library was working nicely. As you can I checked in arduino ide and it was woking nicely. Please solve the problems.
Thanks
Sanjoy Roy
I haven’t touched this in several years. There is a good chance it needs updated for XOD changes. I’ll try to find time to drag stuff out and look into it. If I remember correctly, this was kind of kludgy and needed libraries manually copied into XOD folders to work…