danny-source / Arduino_DY_IRDaikin

Arduino control Daikin AC
69 stars 36 forks source link

Arduino Nano 33 IOT #6

Closed MarioWiz closed 4 years ago

MarioWiz commented 4 years ago

Hi,

I tryed to load it on an Arduino Nano 33 IOT but the command "sendCommand" make it crash a few seconds just after uploading the sketch.

I am looking into this, if any of you already has tried or has hints on what could cause this please share, thanks!

MarioWiz commented 4 years ago

Solved.

I was leaving irdaikin.begin(); in void setup causing the arduino to crash. I change it to irdaikin.begin(3); and it works now