Hello,
I'm pretty new to arduino and IR, but I'm running into issues trying to send an IR signal to my LASKO fan.
My IR receiver reads this from my fan remote when I press the power button on it:
23:08:33.812 -> Protocol=UNKNOWN Hash=0xA32AB931 12 bits received
23:08:33.812 -> rawData[24]:
23:08:33.812 -> -2310450
23:08:33.812 -> +1300,- 400 +1250,- 400 + 450,-1250 +1250,- 400
23:08:33.812 -> +1250,- 450 + 450,-1200 + 450,-1250 + 450,-1200
23:08:33.812 -> + 450,-1250 + 450,-1200 + 450,-1250 +1250
I ended up with this as my rawData:
uint16_t rawData[] = {1288, 396, 1284, 392, 448, 1232, 1288, 392, 1288, 392, 448, 1232, 448, 1232, 444, 1232, 452, 1232, 444, 1232, 448, 1232, 1288, 7108, 1288, 396, 1284, 396, 444, 1232, 1288, 396, 1284, 396, 444, 1232, 448, 1232, 448, 1232, 448, 1236, 444, 1232, 448, 1236, 1284};
and this is what my receiver gets from the transmitter:
23:13:42.244 -> Protocol=UNKNOWN Hash=0xA32AB931 12 bits received
23:13:42.244 -> rawData[24]:
23:13:42.244 -> -3276750
23:13:42.244 -> +1300,- 500 +1200,- 450 + 500,-1250 +1250,- 450
23:13:42.290 -> +1200,- 550 + 450,-1250 + 500,-1250 + 450,-1250
23:13:42.290 -> + 500,-1300 + 400,-1300 + 400,-1250 +1300
But for some reason, it's not doing anything. I'm not really sure what could be the issue at this point. I placed my fan almost touching my IR transmitter assuming maybe it could be a power issue, but I'm still unable to turn the power on/off.
if anyone has any ideas, that would be great.
I'm using an Arduino UNO Rev2 Wifi