TheLogicMaster / Esp8266-RC-Car

A Quasar/Arduino controlled RC car

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266 RC Car

This project has some cool functionality, but it poorly does its main objective, the actual RC car part. Because it uses individual HTTP requests for commanding the Car, there are issues if requests get missed. Crashing might also be an issue.

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

About

A Quasar/Arduino controlled RC car


Languages

Language:C++ 50.6%Language:C 20.6%Language:JavaScript 11.3%Language:Vue 10.9%Language:HTML 5.3%Language:Sass 1.2%