Hello, I hvae recently started using AnalysIR. Im having trouble uploading the data from my arduino softwares serial monitor to analysir. When trying to manually import IR signal I get auto detection unsuccessful. My code in arduino gives delay in microseconds and IR pulse. Is there a way for me to automatically import this to analysir whenever an ir signal is received? or maybe should I use a different code in arduino?(if so can you link a working example)
Thank you for your time.
Beginner Arduino Help
Re: Beginner Arduino Help
There is a firmware sketch provided with the original install package of AnalysIR.
You will also find an Infographic & some other docs. Plus the user guide also contains instructions.
Please follow these instructions and post back if you still have an issue.
rgds
You will also find an Infographic & some other docs. Plus the user guide also contains instructions.
Please follow these instructions and post back if you still have an issue.
rgds
Re: Beginner Arduino Help
If you want to import directly from IRremote, do the following:
Use the example sketch IRrecvDump from the IRremote library.
The format will be something like
Then import using Menu->File->Import in the AnalysIR Application
However, as mentioned above, the preferred method is to use the native AnalysIR sketch provided, as it is a lot more accurate.
Use the example sketch IRrecvDump from the IRremote library.
The format will be something like
Code: Select all
Raw (nn) 9000,4500,560....etc
However, as mentioned above, the preferred method is to use the native AnalysIR sketch provided, as it is a lot more accurate.