ToniA / arduino-heatpumpir

An Arduino library to control split-unit heatpumps over Infrared
GNU General Public License v2.0
395 stars 140 forks source link

Fujitsu doesnt react to pin 11 (pwm) with nano v3 or nano v3 clone #4

Open maxscheel opened 9 years ago

maxscheel commented 9 years ago

Works beautifully with pin 3 but doesn't seem to work with pin 11.

ToniA commented 9 years ago

I have only tested it on ATmega 328 Duemilanove board, on that one pins 3, 9, 10 and 11 work. The problem is probably on the file IRSender.cpp, on function IRSender::mark.

How about the other possible pins? If you connect a visible light led, does it blink at all?

maxscheel commented 9 years ago

tested pin 11 with phone camera and could see it blink, however heatpump doesn't react. in the same conditions with pin 3 everything is working as expected.

On Thu, 3 Sep 2015 00:11 Toni notifications@github.com wrote:

I have only tested it on ATmega 328 Duemilanove board, on that one pins 3, 9, 10 and 11. The problem is probably on the file IRSender.cpp, on function IRSender::mark.

How about the other possible pins? If you connect a visible light led, does it blink at all?

— Reply to this email directly or view it on GitHub https://github.com/ToniA/arduino-heatpumpir/issues/4#issuecomment-137050675 .