This is my undergoing hobby toy project of smart toy car driven by Arduino micro controller, which communicates with another Arduino wirelessly.
Although I am professional software developer I have almost no knowledge of C++, so If you want to know how things should be done, please look elsewhere.
Projects are developed in PlatformIO IDE (VSCode version). But it should be easy to build it in Arduino IDE, with some slight tweaking.
carcontains source for car's controller (Arduino Nano)remotecontains source for remote (Arduino Uno)sharedshared header files
All code in this repository is licenced under MIT licence.