This is a library for creating an ESP32 Wifi car easy!
You only need to wire the schematic and add some driver code and you now have a fully functional ESP32 Wifi Car.
Please see the sample code
WifiCar wifiCar;
void onWsEvent(AsyncWebSocket *server, AsyncWebSocketClient *client, AwsEventType type,
void *arg, uint8_t *data, size_t len)
{};
void setup()
{
wifiCar.start(onWsEvent);
}
The library is available in GitHub:
Complete Step By Step Tutorial on how to use:
Create your own ESP32 Wifi Car using the library esp32-wifi-car
Please see the demo below.
donskytech
19 projects • 7 followers
Hobbyist/Programmer and Internet of Things (IOT) explorer from Manila, Philippines.
I am fond of microcontroller programming nowadays!
Comments