This project contains the modules required for creating an Arduino car using a Wi-Fi module, TT motor tire wheels, motor driver controller board, and other components.
For personal logs related to this project's development process, including notes on what was tried, issues faced, and solutions implemented, please visit my Notion page:
Link to Personal Logs on Notion
README.md
: Project documentation and overview.arduino
: Sketch and src files for the Arduinoarduino.ino
: The sketch file to make Arduino the secondarysrc
: Source code directory for Arduinosecondary/
: The code for I2C communication as secondary
esp8266
: Sketch and src files for the ESP8266 WiFi Moduleesp8266.ino
: The sketch file to make ESP8266 the primarysrc/
: Source code directorycheck-wifi/
: Scans for available WiFi networksprimary/
: The code for I2C communication as secondarywifi-server/
: The functions for Wifi connection
Arduino
: Arduino MEGA 2560WiFi Module
: ESP8266 D1 Mini
ArduinoJson
v7.0.3Wire.h
Built-inESP8266WiFi.h
Built-in