For some reason the ESP32-CAM is no longer talking to my rover’s UNO board. I’ve pulled it and tried talking to it directly over serial but I’m not getting any answer. Is the firmware available so I can reflash mine to see if that might help?
When I watch serial for the rover itself I’m seeing this as the output.
---- Opened the serial port /dev/ttyUSB0 ----
GalaxyRVR version 1.1.0
Initializing...
SET+RESET
...SET+RESET
...SET+RESET
...[FAIL]
Dumb question, but can you verify that you have a COM4 that’s connected to an ESP32? You might need to hunt down a tool called usbview.exe (it’s been a very long time since I had to work in Windows so I’m guessing). You should also open Device Manager and make sure that the USB device is connected. Can you talk to any arduino or ESP32 or any other kind of device, or is this your first try at flashing a device?
michaeljon is correct.
If you normally use a cable to connect the ESP32 to your computer’s USB port and make sure the serial port is COM4.
Another possibility is that the serial driver is not compatible and you need to update the serial driver.
Go ahead and update the firmware again and see how it works. This is really quite a complicated thing, if you are not familiar with this area.
If this is not possible, we can send you a new ESP32 module.
I got it working! I was able to flash it using a ESP32-CAM-MB, however I had to downgrade to V 1.4.0 for it to work. When I used V 1.4.1 it would connect via Wifi but when I was in the app the moment I would press the “play” button to display the cameras view it would immediately disconnect. Not sure what could be causing that problem.