/driving-rc-cars

Driving RC Cars with Node.js and C++

Primary LanguageHTML

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