Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thelogicmaster/esp8266-rc-car
A Quasar/Arduino controlled RC car
https://github.com/thelogicmaster/esp8266-rc-car
arduino car esp8266 quasar remote-control wifi
Last synced: about 2 months ago
JSON representation
A Quasar/Arduino controlled RC car
- Host: GitHub
- URL: https://github.com/thelogicmaster/esp8266-rc-car
- Owner: TheLogicMaster
- Created: 2019-11-09T05:25:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T07:06:42.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T18:11:31.113Z (almost 2 years ago)
- Topics: arduino, car, esp8266, quasar, remote-control, wifi
- Language: C++
- Size: 1.16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
yarn
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).