Skip to content

License

Notifications You must be signed in to change notification settings

nano13579/boxcar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c359bf0 · · Jul 29, 2025

History

32 Commits
Jul 28, 2025
Jul 17, 2025
Jul 27, 2025
Jul 29, 2025
Jul 29, 2025
Jul 26, 2025
Jul 12, 2025
Jul 29, 2025

Repository files navigation

boxcar

An RC Car that translates detected movement of the remote control into acceleration in the x and y direction. Inspired by common toy rc cars controlled by joysticks and buttons - we decided to add our own spin to current designs.

Demo Link: https://youtu.be/CNvrMNcvXPM

Please note in the video, both car and rc are pluged into computer for 5v power supply due to a lack of material on our end (this will be fixed at a later date - as will the design and frame). The only communication that is occuring between the two separate systems is wireless.

BOM

Seeed Studio Xiao RP2040 x 2

MPU-6050 IMU x 1

L298N Motor Drivers x 2

DSD Tech HC-05 Module x 2

Jumper Wires

DC Gear Motors x 4

Notes

Utilizing the concept of 'master-slave', the data read from the accelerometer via I2C communication is recorded by the RP2040, and sent from the 'master' HC-05 to the 'slave' HC-05. The RP2040 then processes this data and translates measured x and y directional acceleration into the corresponding movement of 4 motors, controlled by 2 motor drivers. If the accelerometer detects an acceleration greater than +/-5000 mg (raw ADC counts), then the car will move forward/backward accordingly.

Pictures

alt text

alt text

alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published