Remove these ads by
Signing UpStep 1Collect stuff
- Arduino (I use UNO)
- Solderless breadboard
- An infrared receiver
- Solderless wires
- Any kind of remote control
| « Previous Step | Download PDFView All Steps | Next Step » |
Remove these ads by
Signing Up| « Previous Step | Download PDFView All Steps | Next Step » |

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.
4035
4035
4035
4035
4035
2553
2553
2553
so the code is actually being send 5 times then another 3 are the end code. but sometimes if i press the button again the first number will either send 4 or 6 times. im not sure how to filter out the codes because if i just look for say 4035 it will repeat 4 to 6 times... um please if any one has an idea please help
thanks
i had to add #include IRremoteint.h
and change the #include WProgram.h inside the IRremoteint.h to #include Arduino.h
F7708F
F7708F
FFFFFFFF
FFFFFFFF
F7708F
F7708F
F7708F
F7708F
F7708F
FFFFFFFF
F748B7
FFFFFFFF
F748B7
F748B7
FFFFFFFF
FFFFFFFF
i want to block the F's
if(results.value != 4294967295){
Serial.println(results.value, DEC);
}
4294967295 is the decimal value for FFFFFFFF
The F-s won't be shown ;) enjoy
Patrik
i didnt think bout inverting the line