I put an ir receiver module in my Arduino uno r3, and it outputs the same number, 4294967295, nothing else. Is there anyway for me to fix this?
Yes, maybe, read the posting guidelines.
have you tried another IR receiver to make sure the first one is defective?
sort of, my LED lights keep switching colors when I press random buttons, so i know its not the remote
4294967295 is MAXINT You need to declare your IRreceive value unsigned long.
Show your code.
Show your drawing.
have you tried another IR receiver to make sure the first one is not defective?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.