I just got the Robot Starter Kit (V2.0) with Me_Board. Everything seems to respond right. When I upload the code for the Ultrasonic_Car it works like a charm. When I upload the IR_control example sketch I cannot control the robot. To troubleshoot I tried to upload the example sketch “TestInfraredReceiver”. Every button on the remote seems to send fine, and the receiver gets the signal. BUT every button-push gets translated to IR_BUTTON_CLR (= dec num 13).
The Me_Board is based on the Arduino Leonardo. I guess that is why the code uses SoftwareSerial, right? I have tried to connect the IR receiver decoder to PORT 6 (default code), PORT 5, and PORT 3. Same error.
Any suggestions?