Pexeus / LTE-Car

42 stars 12 forks source link

LTE Controlled RC Car

Explanation Video

Watch the video

Requirements

Hardware

Software (Raspberry Pi)

Software (Server)

Codebase

Startup server

  1. cd server
  2. npm i
  3. node index.js

Startup onboard

  1. cd onboard
  2. npm i
  3. node index.js

Startup standby service

  1. cd onboard/standby
  2. node index.js