Search found 782 matches

by AnalysIR
Wed Dec 18, 2013 11:18 pm
Forum: IR Protocols & Codes
Topic: Review of IR receivers for Air Conditioners
Replies: 15
Views: 141403

Re: Review of IR receivers for Air Conditioners

If you are looking for quality IR Receivers, check out the list in our IR component starter kit, which is still available for a limited time (only to people who have AnalysIR). You can see a summary list below or the full detail here: http://www.analysir.com/blog/2013/08/20/infrared-component-kits/ ...
by AnalysIR
Wed Dec 18, 2013 11:02 pm
Forum: IR Protocols & Codes
Topic: Review of IR receivers for Air Conditioners
Replies: 15
Views: 141403

Re: Review of IR receivers for Air Conditioners

Our first set of feedback is as follows: AC Remote: YKR-M/001E AC Unit: Unconfirmed - possibly YORK Data Bits: 104 IR Receiver: SEN-10266 (actually a Vishay TSOP38238 ) Status: Pass ========================================================= AC Unit: Daikin Data Bits: 64 IR Receiver: TSOP4838 Status: ...
by AnalysIR
Wed Dec 18, 2013 10:58 pm
Forum: IR Protocols & Codes
Topic: Review of IR receivers for Air Conditioners
Replies: 15
Views: 141403

Review of IR receivers for Air Conditioners

We have decided to open a new topic to record our user's experiences with the various IR receivers on the market. Most Air Conditioner IR protocols send the full configuration or settings every time a button is pressed. This bit-stream is much longer than TV IR protocols. As IR receivers are tuned f...
by AnalysIR
Tue Dec 10, 2013 1:30 pm
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting
Replies: 20
Views: 76608

Re: AC signal troubleshooting

Unfortunately, this looks like a distorted signal - again. :( Try the following: - Using your remote, record signals from different angles & at different distances from the IR receiver. (I have even seen improvements, reflecting the remote off a wall or the ceiling) - Also try from distance acro...
by AnalysIR
Mon Dec 09, 2013 9:31 pm
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting
Replies: 20
Views: 76608

Re: AC signal troubleshooting

I've tried with this now http://linksprite.com/wiki/index.php5?title=Infrared_Shield_for_Arduino /b HI I checked the data sheet of this shield and it appears that the IR signal out from the IR receiver goes to pin 11 on the Arduino. (you can verify this with a DMM) You should breadboard this (if po...
by AnalysIR
Fri Dec 06, 2013 3:10 pm
Forum: IR Protocols & Codes
Topic: Attiny85 Single button device - Help with coding
Replies: 9
Views: 23018

Re: Attiny85 Single button device - Help with coding

Played around with it a bit more...and this version only has 2 x 2 keys that return duplicate numbers, on my MCE infrared remote control. You will notice now that you get the toggle effect included (e.g. for the power key you will get 2 different numbers, alternating every press and for every key). ...
by AnalysIR
Thu Dec 05, 2013 10:04 pm
Forum: RFEs - Requests for Enhancement
Topic: Enable Window Resizing
Replies: 1
Views: 9530

Re: Enable Window Resizing

Thanks for the request & input. You will be happy to know that it is already on the wish list, but at a medium priority. We have a few more things to focus on before we get to it. (i.e. even more protocols supported etc) The reason we settled on this size is because it covers a lot of PCs and mo...
by AnalysIR
Thu Dec 05, 2013 9:53 pm
Forum: IR Protocols & Codes
Topic: Attiny85 Single button device - Help with coding
Replies: 9
Views: 23018

Re: Attiny85 Single button device - Help with coding

One behaviour I have noticed is sometimes the power button isn't detected on the first press if pressing another key first, i.e. If I press the stop button then the power button, I have to press power twice and its recognised on the 2nd press. You will notice there is a one second timeout(1000000 u...
by AnalysIR
Thu Dec 05, 2013 4:36 pm
Forum: IR Protocols & Codes
Topic: Attiny85 Single button device - Help with coding
Replies: 9
Views: 23018

Re: Attiny85 Single button device - Help with coding

Here is some code which should work for your requirements. There are 2 or 3 buttons on the MCE remote that return the same value as the power button (using this method), but that should suffice for your requirements. You will be able to get the code to compile well below 1.5k on the ATTiny, by remov...
by AnalysIR
Thu Dec 05, 2013 11:59 am
Forum: Related Products, Companies & Announcements
Topic: Does IRremote work at 56Khz
Replies: 3
Views: 58426

Re: Does IRremote work at 56Khz

Good news it works fine with IRremote. The images below were generated from a Nano running at 16Mhz with a relatively innacurate resonator (vs more accurate crystal). Note the duty cycle is 33% as I said above and can be adjusted in the library by ammending one definition as required. Good to know t...