Search found 776 matches

by AnalysIR
Thu Jul 07, 2016 3:33 pm
Forum: IR Protocols & Codes
Topic: Gree AC Query
Replies: 3
Views: 10033

Re: Gree AC Query

Yes, I mported your signal into AnalysIR and it decodes as GREE35_67AC (35 bits), with a HEX value of 685803052 You should be able to send the signal using the automatically generated code below, via batch Export feature of AnalysIR. /* Automatically Generated by AnalysIR - Batch Export Utility Regi...
by AnalysIR
Thu Jul 07, 2016 3:26 pm
Forum: IR Protocols & Codes
Topic: Gree AC Query
Replies: 3
Views: 10033

Gree AC Query

post below moved from wrong topic
by AnalysIR
Thu Jul 07, 2016 3:18 pm
Forum: IR Protocols & Codes
Topic: Toshiba AC Ir arduino Mega
Replies: 5
Views: 12514

Re: Toshiba AC Ir arduino Mega

@DemoN It really depends on what you are using to source IR signals for AnalysIR. To get the carrier frequency recorded, you need to use 2 IR receivers. The IR Learner measures the carrier frequency. (We have IR component kits available in our online shop or we also have some A.IR Shield 'eval' unit...
by AnalysIR
Sat Jul 02, 2016 10:55 pm
Forum: IR Protocols & Codes
Topic: Mirage AC IR Signal Troubleshotting
Replies: 6
Views: 23612

Re: Mirage AC IR Signal Troubleshotting

I have loaded your forst signal into AnalysIr and got the following results... /* Automatically Generated by AnalysIR - Batch Export Utility Registered to: xxxxxxxx Session History Type : Key : Value : Bits : Carrier Frequency (kHz) 0 : GREE35_67AC : : 4950030528804000D : 67 : 0 Note: Be sure to use...
by AnalysIR
Sat Jul 02, 2016 10:49 pm
Forum: IR Protocols & Codes
Topic: Mirage AC IR Signal Troubleshotting
Replies: 6
Views: 23612

Re: Mirage AC IR Signal Troubleshotting

Sorry for some reason I missed this post until now.

I will respond shortly.
by AnalysIR
Sat Jul 02, 2016 10:47 pm
Forum: IR Protocols & Codes
Topic: Toshiba AC Ir arduino Mega
Replies: 5
Views: 12514

Re: Toshiba AC Ir arduino Mega

I imported the first of your signals into AnalysIr and it is indeed recognised a a valid Toshiba AC signal, as below. I have also cleaned the signal for you with AnalysIR. /* Automatically Generated by AnalysIR - Batch Export Utility Registered to: xxxxxxxx Session History Type : Key : Value : Bits ...
by AnalysIR
Sun Jun 19, 2016 8:39 am
Forum: IR Protocols & Codes
Topic: Samsung AirCo, IRremote lib and Arduino
Replies: 2
Views: 11785

Re: Samsung AirCo, IRremote lib and Arduino

Encoding : SANYO Code : FFFFFFFF (0 bits) unsigned int rawData[115] = {500,550, 550,1500,...} As you can see, the output is composed of 115 intervals (or at least this is what I think they are...). 1) Why do I read --> Code : FFFFFFFF (0 bits) ? Is it because I have more than 32 bits? Irremote is n...
by AnalysIR
Thu Jun 16, 2016 3:14 pm
Forum: IR Protocols & Codes
Topic: Lirc Raw versus Hex values in LIRC.conf
Replies: 4
Views: 15420

Re: Lirc Raw versus Hex values in LIRC.conf

My last question is: - If I understood correctly from your previous answer, I can see the HEX code (see attached image) for a command using Reverse Engineering tool, If I copy that HEX code and put it into a lirc.conf will work? These hex codes are the same as in History, in the main window and usua...
by AnalysIR
Thu Jun 16, 2016 12:54 pm
Forum: IR Protocols & Codes
Topic: Lirc Raw versus Hex values in LIRC.conf
Replies: 4
Views: 15420

Re: Lirc Raw versus Hex values in LIRC.conf

Hi Osvalso Is there a problem to use RAW commands in my lirc.conf? the only issue so far (not a real issue, more a personal issue): the file is so big with many lines and to review all the defined names I have to parse the file. No. Not a big task for a Linux/Rpi system to process. How can I convert...
by AnalysIR
Mon May 09, 2016 3:20 pm
Forum: IR Protocols & Codes
Topic: Mirage AC IR Signal Troubleshotting
Replies: 6
Views: 23612

Re: Mirage AC IR Signal Troubleshotting

Some things to try: 1. Respond to the question at the end of my last post 2. Try using the following sketch to record the signal and see if you get something different. https://www.analysir.com/blog/2014/03/19/air-conditioners-problems-recording-long-infrared-remote-control-signals-arduino/ 3. If yo...