Skip to content

schylermanning/driving-rc-cars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Driving RC Cars with Node.js and C++

Prerequisites / Dependencies

npm install serialport
npm install servi
  • Basic soldering

RC Car

  • Picking an RC Car
  • Wiring Digital vs Analog Buttons
  • Determining power consumption differences needed for various controllers

Arduino

  • Creating serial server and mapping input to GPIO
    • Need 4 GPIO for Car and 2 GPIO for TX/RX via USB
    • Arduino Nano or larger required*
      • Using Uno for this project

Node.js

  • Running Node v0.12.0 as serial client.
    • Currently having issues with memory leak
    • Could also use Socat in Linux or Virtual Serial Port in Windows

About

Driving RC Cars with Node.js and C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published