The project was developed in Mirochip studio and an Arduino mega(ATmega 2560p), and so to run the project:
- Import the project into Microchip studio
- Build the solution
- Run the avrdude cmd
{$PATH_TO_AVRDUDE}\avrdude\avrdude.exewith arguments-C "${PATH_TO_AVRDUDE}\avrdude\avrdude.conf" -p atmega2560 -c wiring -P {COM_PORT} -b 115200 -U flash:w:"$(ProjectDir)Debug\$(TargetName).hex":i -D"to flash the code onto the Arduino Mega. - Change the Wifi SSID and password in the
esp32_blynk_module.inofile to the target network. - Flash the esp32 code onto the ESP32 Feather V2 and power both microcontrollers. A specialized Blynk joystick app is required to connect to the Feather V2 for player inputs.
Devpost Link: https://devpost.com/software/trawn
Video Link: https://www.youtube.com/watch?v=0pfpQ1ARy7Y