Initial Idea
I already did a RC car using Arduino and it worked pretty well, but I think it needs something more.
Things I used
I used two NRF24L01+ modules to make the comunications between the car and the remote control. It has a impressed antenna on it's PCB and can reach a distance of 100 meters.

I used a 4wd car chassis kit like that one:

For the remote control I used Arduino Uno and a Joystick shield.

To control the car I'm using Arduino Nano and a L298n H-Bridge. To power everything, I'm using 18650 batteries like that one:

The turret
After a moment of thinking, I decided to make a laser turret for the car using two servo motors, controlled remotely.

Everything assembled
This is how the car looks like after the assembling:

This is how the control looks like:

Project working:
Video of the project working
EXPANDED TECHNICAL DETAILS
Dynamic Targeting System
This RC Car is upgraded with a two-axis Pan-Tilt laser turret.
- Servo Gimbal: Two SG90 servos are mounted in a stack to provide 180 degrees of horizontal and 90 degrees of vertical movement.
- Laser Module: A 5V laser diode is controlled via a digital pin, allowing for remote "firing" from the controller.
Control Architecture
- Bluetooth/RF Link: Uses a smartphone app or a custom NRF24L01 remote. The control packet includes data for both the car's drive motors (via L298N) and the turret's servos.
- Power isolation: Due to the high number of inductive loads (4 DC motors and 2 servos), the system uses a separate battery or a high-capacity capacitor to prevent voltage sags that could reset the Arduino.