173
173
Remote Code Capture Program
●
In the Arduino software, select File then Examples. Look for Irremote and
select IRrecvDemo.
●
When the program is loaded, look for the line 'int RECV_PIN = 11;' and
change the pin number to 3.
●
Upload the program into the robot.
●
Open the Serial Monitor.
●
Now point the remote control at the IR receiver and press a button.
●
Numbers should be displayed in the serial monitor.
●
Remotes operate in one of two ways. One type of remote keeps repeating
the code for the button pressed as long as the button is pressed. The other
type will send the code once and then all logic level 1 after that.
●
The codes are generally 32-bit numbers. The program displays the numbers
in hexidecimal. There should be 8 digits. There are some remotes that will
send smaller codes.
Summary of Contents for StenBOT Rover Kit
Page 1: ...1 StenBOT Rover Kit Stensat Group LLC Copyright 2013 ...
Page 4: ...4 Overview ...
Page 22: ...22 22 Assembly ...
Page 58: ...58 58 Processor Board and Arduino Software ...
Page 118: ...118 118 Completing The Robot Motion ...
Page 138: ...138 138 Digital Signal Connections ...
Page 166: ...166 166 Remote Control ...