The tank robot builds that we see are often quite complex. This lets them do great things, but makes the platform scary for beginners. Here’s a tank build that would be a great first project, ...
This tank is built on Arduino MEGA 2560 using PlatformIO. It is equipped with several sensors and a bluetooth module, so it can be controlled remotely via a web app. The control app is a regular web ...
Arduino can be built with C20/C++20 or C17/C++17 by switching to the latest gcc-arm-none-eabi. Below shows 2 different ways one using arduino-cli and the other using a Makefile included in this repo.