Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

30 lines (27 loc) · 1.18 KB

RC-Car

Remote controlled toy car (two motors), PCB and circuit design.
Controlled by IR remote and ultrasonic sensor using a blue pill (STM32F103C6) as an MCU.
DC motors are contolled by separate NPN transistor motor drivers using PWM signals for speed.

3D Model


PCB Design


Schematic Files

https://github.com/alisya-k/RC-Car/blob/main/MAIN.SchDoc

Code Files

MCU (STM32F103C6) code programmed with STM32CubeIDE in C, for remote control of motors with IR remote.
https://github.com/alisya-k/RC-Car/blob/main/main.c