Search found 776 matches

by AnalysIR
Thu Dec 05, 2013 10:04 pm
Forum: RFEs - Requests for Enhancement
Topic: Enable Window Resizing
Replies: 1
Views: 7918

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: 22757

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: 22757

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: 53720

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...
by AnalysIR
Thu Dec 05, 2013 11:32 am
Forum: Related Products, Companies & Announcements
Topic: Does IRremote work at 56Khz
Replies: 3
Views: 53720

Re: Does IRremote work at 56Khz

Interesting question. It is not too common to have 56kHz modulation, but clearly for Milestag like devices it is. Unfortunately, we haven't used IRremote or IRLib for 56kHz yet. If I get some time later I will try it out on the oscilloscope. The thing to consider is that 56kHz is just under 18 uSecs...
by AnalysIR
Thu Dec 05, 2013 12:34 am
Forum: IR Protocols & Codes
Topic: Attiny85 Single button device - Help with coding
Replies: 9
Views: 22757

Re: Attiny85 Single button device - Help with coding

I have adjusted the forum setting to allow txt files(hopefully got it right). The links you provided were broken, so please try to upload them again (or email them to me if it doesnt work for you) I also found an infrared remote control in our box which is also a MS MCE and it seems to be a similar ...
by AnalysIR
Wed Dec 04, 2013 10:15 pm
Forum: IR Protocols & Codes
Topic: Attiny85 Single button device - Help with coding
Replies: 9
Views: 22757

Re: Attiny85 Single button device - Help with coding

Great It looks pretty straight forward - except it is also a bit unusual. You say you get these 2 different signals from pressing the same 'power key' (Please confirm) (Normally the toggle function is much earlier in the signal for RC6 typpe signals) Can you post a link to the remote control you are...
by AnalysIR
Wed Dec 04, 2013 5:36 pm
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting
Replies: 20
Views: 75404

Re: AC signal troubleshooting

This post contains the Arduino code used to generate the above signal. The code below (other than IRremote etc, which is open source) is free to use by all. (Just credit AnalysIR where possible and link to http://www.AnalysIR.com) #include <IRremote.h> /* Automatically Generated by AnalysIR - Batch ...
by AnalysIR
Wed Dec 04, 2013 5:27 pm
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting
Replies: 20
Views: 75404

Re: AC signal troubleshooting

Ok with the help of the Batch export feature of AnalysIR (Menu->File->Batch Export->IRremote) I ammended some existing code I had to generate your AC power signal from above. I have included an image of the original signal and a newly generated on from an Arduino, below. I will explaing some of the ...
by AnalysIR
Tue Dec 03, 2013 10:08 pm
Forum: IR Protocols & Codes
Topic: AC signal troubleshooting
Replies: 20
Views: 75404

Re: AC signal troubleshooting

Great This is a much cleaner image & and you will notice the large gap in the middle of 19820 uSecs. Unfortunately, IRremote cant handle this. However, we should be able to send you some code to work around this. I will test this out for you tomorrow and post the example code. (its late here now...