IR Test by Cuatrocento

Cloned from Sketch IR Motores by Cuatrocento

This sketch is missing a short description
STEP #7 : this tests the infra-red sensor and gives the result of the remote to the serial. Here is the video showing the test : https://youtu.be/pmjKY-VDzjw NOTA : if you receive the following error message while compiling the code : "C:\Program Files (x86)\Arduino\libraries\RobotIRremote\src\IRremoteTools.cpp:5:16: error: 'TKD2' was not declared in this scope int RECV_PIN = TKD2; // the pin the IR receiver is connected to ^ Error compiling."; simply remove the file C:\Program Files (x86)\Arduino\libraries\RobotIRremote\src\IRremoteTools.cpp & .h from the Arduino directory, this is a known conflict. // --------------------------------------------------------------------------------------------------------------- // This sketch allows to check the infrared receiver sensor connected to the digital pin #12 // // S - pin #12 - Orange // // https://www.facebook.com/arduino4fun // http://www.arduino4fun.com //

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:216050" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>