Search found 776 matches

by AnalysIR
Tue Oct 14, 2014 6:07 pm
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting - Carrier brand unit
Replies: 19
Views: 39876

Re: AC signal troubleshooting - Carrier brand unit

the problem i find with PROGMEM (i do not know if i am right) is that i will not be able to make a modification in the flash memory while the program is running, for example, will the program is running, if i want to store a new signal, i will need to reprogram the device, am i wrong? It would be m...
by AnalysIR
Mon Oct 13, 2014 7:54 pm
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting - Carrier brand unit
Replies: 19
Views: 39876

Re: AC signal troubleshooting - Carrier brand unit

A simple way would be to divide the mark/space durations by 50 and store them as a single byte on eprom. This would double your storage. Then before you send the signal, copy it to an SRAM buffer array (UINT16) and multiply by 50. Then use sendRAW as normal to send. This can work if the max length i...
by AnalysIR
Fri Oct 10, 2014 7:29 pm
Forum: IR Protocols & Codes
Topic: Daikin AC troubleshooting
Replies: 1
Views: 9373

Re: Daikin AC troubleshooting

Please post the output you are getting & describe your setup.

Remember, you never get the exact times for the same Infrared signal - each mark or space can vary by circa 100 uSecs each time.
by AnalysIR
Thu Oct 09, 2014 9:44 pm
Forum: IR Protocols & Codes
Topic: IRSend / IRLIB vs UDP protocol
Replies: 3
Views: 9777

Re: IRSend / IRLIB vs UDP protocol

Hi Unfortunately, I have no informed suggestions off the top of my head. Other than the usual pin/timer/interrupt conficts that can occur. You could also check how much available SRAM you have left. The latest IDE gives an indication of this during compile (Arduino IDE 1.5.5+). If you can't find a s...
by AnalysIR
Mon Oct 06, 2014 4:45 pm
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting - Carrier brand unit
Replies: 19
Views: 39876

Re: AC signal troubleshooting - Carrier brand unit

not sure what the problem is....would need to see your code.

Post it or at least the bit that writes to and reads from EEPROM.
by AnalysIR
Fri Sep 26, 2014 11:59 am
Forum: IR Protocols & Codes
Topic: Strange problem with Sony type signals with more than 20 bit
Replies: 4
Views: 13931

Re: Strange problem with Sony type signals with more than 20

Thank you for your immediate reply. I've tried it! And... IT WORKS, it works, it works!! So how can i decode correctly other signals too, e.g Turn off?? is there a pattern. thanks for you help!
Sorry, your question is not clear. Please provide more detail.
by AnalysIR
Fri Sep 26, 2014 11:53 am
Forum: IR Protocols & Codes
Topic: Electra Air Contioner - Arduino code
Replies: 0
Views: 25500

Electra Air Contioner - Arduino code

One of our users published his own class for using IRremote to send signals to his Electra Air Conditioner. This particular protocol is unusual for AC units because it uses an encoding mechanism similar to R5 & RC6 but with different timings and headers. (It took us a while to figure it out, but...
by AnalysIR
Thu Sep 25, 2014 5:10 pm
Forum: Showcase
Topic: AnalysIR Blog - Posts 1-10
Replies: 5
Views: 54820

Re: AnalysIR Blog - Posts 1-10

Update: AnalysIR featured on Arduino blog http://www.analysir.com/blog/2013/07/26/update-analysir-featured-on-arduino-blog/ Video: Discrete mode & Zooming demo http://www.analysir.com/blog/2013/07/23/video-discrete-mode-zooming-demo/ Video Update: Discrete Mode & Zooming http://www.analysir....
by AnalysIR
Thu Sep 25, 2014 4:52 pm
Forum: Showcase
Topic: AnalysIR Blog - Posts 1-10
Replies: 5
Views: 54820

Re: AnalysIR Blog - Posts 51-60

Video: AnalysIR Demo Batch Infrared Decoding http://www.analysir.com/blog/2014/09/17/video-analysir-demo-batch-infrared-decoding/ Campaign Update: AnalysIR, one year on http://www.analysir.com/blog/2014/09/15/campaign-update-analysir-one-year/ AnalysIR now decodes 40 Infrared Protocols http://www.an...
by AnalysIR
Thu Sep 25, 2014 4:51 pm
Forum: Showcase
Topic: AnalysIR Blog - Posts 1-10
Replies: 5
Views: 54820

Re: AnalysIR Blog - Posts 41-50

Poor maker’s Infrared receiver #2 http://www.analysir.com/blog/2014/05/28/poor-makers-infrared-receiver-2/ ‘Silver bullet’ – the Oscilloscope Infrared Receiver http://www.analysir.com/blog/2014/05/04/silver-bullet-oscilloscope-infrared-receiver/ Infrared Receivers – signal lag and distortion http://...