https://github.com/ussserrr/wifi-car
Arduino-ESP8266-based simple RC car controlled via Wi-Fi
https://github.com/ussserrr/wifi-car
Last synced: 11 months ago
JSON representation
Arduino-ESP8266-based simple RC car controlled via Wi-Fi
- Host: GitHub
- URL: https://github.com/ussserrr/wifi-car
- Owner: ussserrr
- License: mit
- Created: 2019-01-27T23:02:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T23:22:53.000Z (over 7 years ago)
- Last Synced: 2025-01-08T16:02:48.004Z (over 1 year ago)
- Language: C++
- Homepage: https://youtu.be/0sfYmIgf8cU
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wi-Fi car
The repo is a straightforward example of the [trackpad-joystick](https://github.com/ussserrr/trackpad-joystick) project. But it can be used with other controlling devices as well (both hardware and software (look at the [Blynk](https://www.blynk.cc))).
## Overview
The app is establishing a network connection and is waiting for the incoming UDP packets containing X, Y components of the instant movement (PWM value and servo angle in our case).
## Build and flash
Use [PlatformIO](https://platformio.org) to easily deploy the program. See corresponding docs for more information.