I have assembled my rvr as per instructions and videos. All looks good, but when switching on, I don’t get the led flash described. I then can’t get my device to connect or even find GalaxyRVR network. I have reflashed the r3 with the downloaded play mode code, but still nothing.
What am I missing here?
Brett
I had the same problem as described above, and saw in the Serial Monitor following problem:
SET+APSSIDGalaxyRVR
…[ERROR] SET+ Unknown command
I then located library SunFounder_AI_Camera.cpp and changed lines 74 and 75 deleting AP as follows:
this->set(“SSID”, ssid);
this->set(“PSK”, password);
after that, everything worked fine. I almost lost my soul on this problem …
1 Like