Hi, I’ve spent many hours debugging my GalaxyRVR and I’d like help identifying which part is faulty.
Symptom
The RGB strip stays solid ORANGE and never turns green. No GalaxyRVR Wi-Fi network appears — only the camera’s default AI Camera-XXXX AP.
Serial output from the UNO:
GalaxyRVR version 2.0.0
Initialzing...
SET+RESET
...SET+RESET
...SET+RESET
...[FAIL]
I understand this means aiCam.begin() never receives [OK] from the ESP32-CAM, so it hits the while(1); in command() and the sketch freezes inside setup().
What I have verified
- Battery fully charged (both indicators solid)
- Measured 5.25 V steady at the camera connector
- 7-pin cable has continuity on all lines
- Camera cable/FPC reseated (this fixed an earlier
Camera probe failed with error 0x105 (ESP_ERR_NOT_FOUND)) - Re-uploaded galaxy-rvr.ino with SoftPWM + SunFounder AI Camera libraries installed
- Tried the mode switch in both Upload and Run positions, pressing Reset after switching
Key evidence
- Monitoring the ESP32-CAM’s own serial, I can confirm it does receive
SET+RESETand does reply:
[CAM_D] Reset
[OK] 1.5.4
So the camera is alive and responding — but the UNO never sees the reply.
- I also saw this from the ESP32-CAM:
Brownout detector was triggered
ets Jul 29 2019 12:21:46
repeating roughly every 400 ms, which suggests the camera is resetting under load even though the battery is charged.
Questions
- Is this a known issue with the camera module, the 7-pin cable, or the expansion board?
- Could the brownout indicate a faulty camera adapter board or shield regulator?
- Which replacement part would you recommend?
Firmware: ai-camera-firmware v1.5.4
Code: galaxy-rvr v2.0.0
Thanks in advance for any guidance.