What does AnalysIR app do? What input does it take? and what does the output tell me?
I am a hobbyist in India (actually, a retired person). I keep doing all this experiments at home using microcontrollers (nano and esp) for my satisfaction
$20 is ~Rs.1670. can you give me some discount on that?
Search found 8 matches
- Mon May 06, 2024 7:41 am
- Forum: IR Protocols & Codes
- Topic: My AC does not recognize if I send what I captured with IRremote
- Replies: 13
- Views: 29961
- Sun May 05, 2024 11:59 am
- Forum: IR Protocols & Codes
- Topic: My AC does not recognize if I send what I captured with IRremote
- Replies: 13
- Views: 29961
Re: My AC does not recognize if I send what I captured with IRremote
I mean --- looks like after the header, there are 8 bytes per setting, but not sure
- Sun May 05, 2024 11:54 am
- Forum: IR Protocols & Codes
- Topic: My AC does not recognize if I send what I captured with IRremote
- Replies: 13
- Views: 29961
Re: My AC does not recognize if I send what I captured with IRremote
I did further analysis into this, it seems there is a header, and 8 bytes for each setting, please tell me if my interpretation is correct? (attached screenshots)
- Sun May 05, 2024 3:17 am
- Forum: IR Protocols & Codes
- Topic: My AC does not recognize if I send what I captured with IRremote
- Replies: 13
- Views: 29961
Re: My AC does not recognize if I send what I captured with IRremote
One more question, rather than recording and playing back sequences for every command/button, any clue if it is possible to understand which part is let's say 25 degrees, which part is turbo on or off etc.? This way I can "compose" the raw data to be sent...
- Sat May 04, 2024 3:39 pm
- Forum: IR Protocols & Codes
- Topic: My AC does not recognize if I send what I captured with IRremote
- Replies: 13
- Views: 29961
Re: My AC does not recognize if I send what I captured with IRremote
Thanks, I will do both. For increasing the buffer size, is the following okay (this is already done in ReceiveAndSend.cpp) #if !defined(RAW_BUFFER_LENGTH) # if RAMEND <= 0x4FF || RAMSIZE < 0x4FF #define RAW_BUFFER_LENGTH 120 # elif RAMEND <= 0xAFF || RAMSIZE < 0xAFF // 0xAFF for LEONARDO #define RAW...
- Sat May 04, 2024 9:26 am
- Forum: IR Protocols & Codes
- Topic: My AC does not recognize if I send what I captured with IRremote
- Replies: 13
- Views: 29961
Re: My AC does not recognize if I send what I captured with IRremote
Thanks a ton!!! Your suggestion to use SimpleReceiver led me to use another example - ReceiveAndSend. I made changes to the assembled PCB to have both trancemitter and receiver, and a button. I recorded the "On" command and now on button press it sends the "On" command and the AC...
- Sat May 04, 2024 5:03 am
- Forum: IR Protocols & Codes
- Topic: My AC does not recognize if I send what I captured with IRremote
- Replies: 13
- Views: 29961
Re: My AC does not recognize if I send what I captured with IRremote
Thanks! As you suggested, I started with SimpleReceiver. I am getting the following output for Off and On buttons. Should I store this as it is and send or any modification is requited? START ..\SimpleReceiver.cpp from May 4 2024 >>>For Off button Using library version 4.3.1 Ready to receive IR sign...
- Fri May 03, 2024 5:08 pm
- Forum: IR Protocols & Codes
- Topic: My AC does not recognize if I send what I captured with IRremote
- Replies: 13
- Views: 29961
My AC does not recognize if I send what I captured with IRremote
IR sender and receiver circuit diagram.png My AC is Whirlpool split AC but don't know the exact model. IRremote library tells me that the type is "Unknown" I have a problem that if I send the same raw data that get with the dump, my AC (Whirlpool) does not recognize it. Can you please hel...