Beginner Arduino Help

Post Reply
Jackkt
Posts: 1
Joined: Tue Jul 24, 2018 9:07 am

Beginner Arduino Help

Post by Jackkt »

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.
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: Beginner Arduino Help

Post by AnalysIR »

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
User avatar
AnalysIR
Site Admin
Posts: 776
Joined: Sat Aug 31, 2013 3:51 pm
Location: Dublin, Ireland
Contact:

Re: Beginner Arduino Help

Post by AnalysIR »

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

Code: Select all

Raw (nn) 9000,4500,560....etc
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.
Post Reply