-->
Page 3 of 4

Re: IR sender library

PostPosted: Thu Jul 02, 2015 6:35 pm
by ofer221
Hey martinayotte , thanks for the fast replay. I get what u say, I can think of many ways to do this outside by adding inverter/ teansistor.. or something like this, actually I'll have to do it anyway because I want to increase the IR signal strength. But when u say reverse polarity in the firmware u mean to change something in the GPIO register? Or something in the library?

Re: IR sender library

PostPosted: Fri Jul 03, 2015 11:06 am
by martinayotte
Yes, instead of having digitalWrite(led_pin, HIGH) to turn on the LED, use digitalWrite(led_pin, LOW).

Re: IR sender library

PostPosted: Fri Jul 03, 2015 4:18 pm
by AntonKa
For ofer221!!
I have a similar problem. I did test with IRLed. If you connect Led ( no IRLed ), it will be work. I did not find solution except to connect IRLed with Led together.
May be it will help you.

Re: IR sender library

PostPosted: Fri Jul 03, 2015 4:21 pm
by AntonKa
[quote="ofer221"]hey , I've played with your library a bit , but I have a little problem ,
When I try to run simple sever for sending IR codes, it works grate but I can't restart the module without pulling out the IR transmitter first , otherwise the esp blue led stays on and no connection is made.
Some one had something like this ?


I have a similar problem. I did test with IRled. If you connect Led ( no IRLed ), it will be work. I did not find solution except to connect IRLed with Led together.
May be it will help you.