igcxl / SMARS-esp32

Esp32 webserver robot tank control. Uses only one Jostick to control the movement. Based on TB6612FNG motor driver and smars project robot, uses async HTML protocol.

Home Page:https://nkmakes.github.io/2020/09/02/esp32-tank-robot-joystick-http-web-control/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 Wifi Tank web control code

Esp32 webserver robot tank control. Uses only one Jostick to control the movement. Based on TB6612FNG motor driver and smars project robot, uses async HTML protocol.

Configuration

You need to modify your password and SSID to a personal one, and set your TB6612FNG Driver pins.

src/config.h contains the setup.

More info

You can find more detailed info about how it works and hoy to modify it in the following blog post, and see it in action in the following youtube video.

Used Libraries and acknowledgements

Uses the following libraries and couldn't be done withouth the following posts

Huge thanks to the authors, feel free to donate them!

About

Esp32 webserver robot tank control. Uses only one Jostick to control the movement. Based on TB6612FNG motor driver and smars project robot, uses async HTML protocol.

https://nkmakes.github.io/2020/09/02/esp32-tank-robot-joystick-http-web-control/

License:GNU General Public License v3.0


Languages

Language:C++ 79.2%Language:HTML 11.5%Language:Shell 4.9%Language:C 4.3%Language:CMake 0.1%Language:Makefile 0.0%