Search found 776 matches

by AnalysIR
Sun May 08, 2016 7:29 pm
Forum: AnalysIR - Feedback & Comments
Topic: Simple IR Sending w PWM
Replies: 1
Views: 17557

Re: Simple IR Sending w PWM

looks like you copied the NEC code for a template for the Mitsubishi send but left the NEC Hex line unmodified. The typo was in the comment and Serial.println. I have now corrected this on the blog and in the download. #define NEC_HEX_VALUE 0x20DF22DDL This isn't a typo and should compile fine (it ...
by AnalysIR
Wed May 04, 2016 4:19 pm
Forum: IR Protocols & Codes
Topic: Mirage AC IR Signal Troubleshotting
Replies: 6
Views: 23594

Re: Mirage AC IR Signal Troubleshotting

@ andres18m Your signal decods as a Gree 35 bit AC protocol using analysIR. Try the following with IRremote: (the signal is automatically corrected by AnalysIR) /* Automatically Generated by AnalysIR - Batch Export Utility Registered to: xxxxxxxx Session History Type : Key : Value : Bits : Carrier F...
by AnalysIR
Mon May 02, 2016 6:52 pm
Forum: IR Protocols & Codes
Topic: AC Nagakawa
Replies: 3
Views: 11516

Re: AC Nagakawa

THe Ir toy should be able to hande the signal.

Make sure you have the remote about 1m from the IRToy.

The timings are similar to the electrolux, but different. Best to use the new settings for the ini file I emailed you.
by AnalysIR
Mon May 02, 2016 12:34 pm
Forum: IR Protocols & Codes
Topic: AC Nagakawa
Replies: 3
Views: 11516

Re: AC Nagakawa

@heocoi I have just managed to add this protocol into AnalysIR. I will send you instructions directly via email on how to add the protocol definition to your system. (no software update is required. It appears to be a 96 bit protocol made up of 2 identical 48 bits in 2 bursts. It seems that your IR ...
by AnalysIR
Sun May 01, 2016 3:07 pm
Forum: IR Protocols & Codes
Topic: panasonic AC inverter – A75C3608 with Recording long Infrare
Replies: 13
Views: 26388

Re: panasonic AC inverter – A75C3608 with Recording long Inf

435 will give you slightly better performance. If you are driving the IR LEd direcctly from the arduino, then using a 100R resistor in series (or 75R) will get you the best results. ...also, see our blog post https://www.analysir.com/blog/2014/10/03/driving-infrared-led-directly-arduino-pin/ . FInal...
by AnalysIR
Sun May 01, 2016 10:30 am
Forum: IR Protocols & Codes
Topic: Read directly from the IR Led
Replies: 3
Views: 11532

Re: Read directly from the IR Led

Infact the solution offered in my previous post will be the simplest approach by far! To tap into the IR emitter directly there are a number of things you must do: - IR receivers normally invert the logic of the IR signal & decoding firmware expects an inverted signal. - so you will need to inve...
by AnalysIR
Sat Apr 30, 2016 11:14 am
Forum: IR Protocols & Codes
Topic: panasonic AC inverter – A75C3608 with Recording long Infrare
Replies: 13
Views: 26388

Re: panasonic AC inverter – A75C3608 with Recording long Inf

great to hear that it worked at least once.

Based on the information provided, I have no more suggestions...sorry.
by AnalysIR
Sat Apr 30, 2016 11:08 am
Forum: IR Protocols & Codes
Topic: Read directly from the IR Led
Replies: 3
Views: 11532

Re: Read directly from the IR Led

Yes. Follow our blog post here https://www.analysir.com/blog/2014/05/28/poor-makers-infrared-receiver-2/ However, using a dedicated IR receiver is easier and they cost less the $1 each or can be had for free from old TVs, VCRs or DVD players. TSOP34438 is a good one for AC units. Alternatively, you ...
by AnalysIR
Thu Apr 28, 2016 2:49 pm
Forum: IR Protocols & Codes
Topic: panasonic AC inverter – A75C3608 with Recording long Infrare
Replies: 13
Views: 26388

Re: panasonic AC inverter – A75C3608 with Recording long Inf

You are sending the signal every 1 second - which might cause unpredictable results. I am not sure if the signal I posted is ON or OFF or another signal. I used one of the signals you posted. Try 10 secs or longer and use your remote to toggle between ON/OFF before the signal is sent & it might ...
by AnalysIR
Thu Apr 28, 2016 1:04 pm
Forum: IR Protocols & Codes
Topic: panasonic AC inverter – A75C3608 with Recording long Infrare
Replies: 13
Views: 26388

Re: panasonic AC inverter – A75C3608 with Recording long Inf

Yes, the code I provided needs to be inserted into the sendRAW example sketch of IRrremote.