LowPowerLab Forum

Hardware support => Moteino => Topic started by: DPBaker on September 02, 2015, 07:05:19 AM

Title: AnalysIR with Moteino
Post by: DPBaker on September 02, 2015, 07:05:19 AM
Has anyone managed to get AnalysIR ( http://www.analysir.com/ ) working with Moteino?
I have a spare moteino and want to use it to control my house air conditioners.
I have hooked it up to an IR receiver and using some code found around the place I can see data. However, the data is quite long - over 100 bytes so I got AnalysIR to help with the decoding.
I am still waiting for the password to activate it but the supplied Arduino sketch has an output of:

!AnalysIR!
!Free RAM: 131!

So, while I wait for the password to run the fill AnalysIR and to access their forums I thought I would check here if anyone else has been successful in getting the moteino to work with it - I am a bit worried that 131 bytes (presumably bytes) of free RAM won't be enough.
Title: Re: AnalysIR with Moteino
Post by: chrisb2 on September 03, 2015, 03:03:37 AM
If its of interest I used the library and info here:

http://www.righto.com/2009/08/multi-protocol-infrared-remote-library.html (http://www.righto.com/2009/08/multi-protocol-infrared-remote-library.html)
https://www.hackster.io/yleguesse/spark-core-smart-air-conditioner (https://www.hackster.io/yleguesse/spark-core-smart-air-conditioner)

to control my Daikin AC from a Photon (https://store.particle.io/?product=particle-photon (https://store.particle.io/?product=particle-photon)), its being working solidly for a couple of months now, I would expect it to work just as well with a Motieno.

regards,
Chris

Title: Re: AnalysIR with Moteino
Post by: WhiteHare on October 18, 2015, 10:22:35 PM
Quote from: AnalysIR on October 18, 2015, 07:23:05 PM
FYI: support has now been added to AnalysIR for the Moteino - thanks to the OP  :)

Thanks!