Hi,
I have created a small home automation Arduino sketch to control an AC from Daikin. Everything is going very well. The only thing that is blocking me right now is that when the Arduino is booting and the IR LED is connected it always boot wrong.
It is printing this junk in the console :
⸮$c$⸮{"$bl⸮s{dbl⸮r⸮⸮⸮#⸮c⸮⸮r⸮l`⸮⸮⸮pd⸮{⸮⸮⸮2NNnBlc>
But, if I unplug the cable of the pin D2 for the boot and replug it after, everything is working fine.
This is my Wiring Diagram:
I really don't think that this issue is code related. But here is my repository on github :
Someone has an idea why I have this problem?