/wifi-car

Arduino-ESP8266-based simple RC car controlled via Wi-Fi

Primary LanguageC++MIT LicenseMIT

Wi-Fi car

The repo is a straightforward example of the trackpad-joystick project. But it can be used with other controlling devices as well (both hardware and software (look at the Blynk)).

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 to easily deploy the program. See corresponding docs for more information.