Skip to content

Tran-Vinh-Quang/LTE-Car

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • CSS 3.3%
  • HTML 2.4%