1 · The IR receiver
An infrared remote doesn't send sound or radio — it blinks an invisible infrared LED in a fast pattern, like Morse code made of light. Every button sends its own unique pattern.
The IR receiver module on the car has three pins. It catches that blinking light and turns it into a single digital signal the Arduino can read — then a small code library (IRremote) decodes which button was pressed.
- VCC → Arduino 5V
- GND → Arduino GND
- OUT → Arduino D10 (signal)



