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
About The Author
Related Posts
Password Generator
📋
Recent Posts
- Data Breach! 26 Billion Records Breached, But Is Yours Among Them?
- AI consciousness: A Reality?
- How-To invest using eToro in 10 Minutes! Plus, Get $10 FREE for Crypto!
- Unsubscribe from Newsletters and Subscription e-mails in Outlook: A Quick and Easy Guide
- AZ-900: Microsoft Azure Questions & Answers