Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages