- NPM
- Node.js
- Node Serial Port (Node.js package to access serial ports for reading and writing)
npm install serialport
- Node Servi (A simple library for serving web pages)
npm install servi
- Basic soldering
- Picking an RC Car
- Wiring Digital vs Analog Buttons
- Determining power consumption differences needed for various controllers
- 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
- 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