Bought the Rover kit for my son and by default the play mode worked. Wanted to switch it from AP to STA mode so downloaded the firmware from here:
https://github.com/sunfounder/galaxy-rvr/archive/refs/heads/main.zip
Followed instructions to setup the STA with our wifi SSID and password, but after flashing the programming (which succeeded) tI could not see on my router that it connects.
Decided to go back to the original “AP” mode and try to re-connect to the “GalaxyRVR” access point, as described here:
https://docs.sunfounder.com/projects/galaxy-rvr/en/latest/play_mode.html
However, this time, the AP was not becoming available anymore.
With the original shipped shipped image, this worked, but with the flash image, it bricked the access to the rover.
I tried flashing the “electic-test.ino” to see if any of the firmware on the site worked, and that firmware seemed to work, making the rover move forward and backward all the time.
Luckily caught it before running off the table
So, how do I get back to the original state it was shipped with, because the “galaxy-rvr-main/galaxy-rvr/glaxy-rvr.ino” file does not seem to work ??
#define WIFI_MODE WIFI_MODE_AP
#define SSID “GalaxyRVR”
#define PASSWORD “12345678”
When I monitor the serial port “in run mode” after pressing the reset button on the RVR shield, I see the following:
GalaxyRVR version 1.1.0
Initialzing…
SET+RESET
…ets Jul 29 2019 12:21:46
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FASAo
,chw
[Init]
[OK] 1.4.0
[OK]
ESP32 firmware version 1.4.0
checkFirmwareVersion: 1.4.0
SET+NAMEGalaxyRVR
…[OK]
[OK]
SET+TYPEGalaxyRVR
…[OK]
[OK]
SET+APSSIDGalaxyRVR
…[ERROR] SET+ Unknown command
SET+APSSIDGalaxyRVR
…[ERROR] SET+ Unknown command
SET+APSSIDGalaxyRVR
…[ERROR] SET+ Unknown command
[FAIL]
Please help, thanks