For making the TOY CAR Controlled via TV Remote, The CODE You Need, To Hack TV Remote: #include<IRremote.h> IRrecv IRrecv(11); decode_results results; String s; void setup() { Serial.begin(9600); IRrecv.enableIRIn(); } void loop() { if (IRrecv.decode(&results)) { s=String(int(results.value)); Serial.println(s); IRrecv.resume(); } } click here —–>  Code for running your Toy Car via IR TV Remote

Subscribe!

Oh hi there curious mind, we'd love to keep you updated !

Sign up to receive awesome content in your inbox, every month. 😎

We don’t spam! Read our Privacy Policy for more info.