Skip to content

stanislau-arkhipenka/rc-car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Control for hobby models

This is arduino project to add remote control to hobby models using generally available components.

This project consists of four main "parts":

  • Controller
  • rc_car_v1
  • rc_tank_v2
  • Debugging

Controller

Mode details and STL files

Hardware

To build controller you need following components:

  • Arduino Uno
  • Joystick shield v1.A
  • nRF24l01 module
  • 9-volt battery
  • Nine-volt battery snap
  • DC-DC converter (from 9v to 5v)

Software

There are some configuration variables defined in the source code for tuning your controller. Other than that nothing special- just upload sketch to your uno board and you ready to go.

RC Car v1

Software to control RC Car STL files

Hardware

To build vehicle you will need following components:

  • Arduino micro
  • nRF24l01 module
  • 9-volt battery
  • Nine-volt battery snap
  • DC-DC converter (from 9v to 5v)
  • Arduino compatible DC motor board (or shield)

Software

Nothing special here- upload your sketch and you ready to go.

RC Tank v2

Software to control RC Tank, that is based on arduino. It was designed for this tank

Debugging

Hardware

To build debugging kit you need following components:

  • Arduino Uno
  • nRF24l01 module

About

Arduino based remote controlled vehicles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages