Wyatt's Projects

STM/NRF24 RC Car - WIP

The why

Wanted to build a small, custom RC car using modern microcontrollers and reliable 2.4 GHz communication. The goal is low-latency control, decent range, and the ability to add features later (telemetry, better battery management, etc.).

Motors & Drivetrain

Geared motor, 6V, 1000RPM: Aliexpress
Reasons for selecting:

Radio

nRF24L01+ modules are used for communication between transmitter and receiver. Chosen because:

Microcontroller

STM32F103 (Blue Pill) on the car side for now — plenty of GPIO, timers for PWM motor control, SPI for nRF24, and ADC if telemetry (battery voltage, current sense) is added later.

Transmitter side likely using another STM32 or possibly ESP32 for joystick + screen in future revisions.

Current status (WIP)

Basic motor control and nRF24 packet receive working on breadboard. Still need to:
More updates and schematics / photos coming as the project progresses.
← Back to Home