yesilikeanything / LTE-Car

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LTE Controlled RC Car

Explanation Video

Watch the video

Requirements

Hardware

  • RC Car width standard components
  • Any Raspberry Pi
  • Raspberry Pi Compatiple Camera
  • Onboard Power for the Raspberry Pi (Powerbank/Converter)
  • USB LTE Modem

Software (Raspberry Pi)

  • Nodejs (Tested on v14) Download
  • Socat sudo apt-get install socat
  • Pigpio sudo apt-get install pigpio

Software (Server)

Codebase

  • onboard: Code running on your RC Car
  • server: Code running on your server

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

About


Languages

Language:JavaScript 94.3%Language:CSS 3.3%Language:HTML 2.4%