I am trying to get Edge Impulse working on an ESP32-CAM board connected to a Raspberry Pi. First of all after downloading the firmware bundle, flash_linux.sh couldn’t find the ESP32, so I had to modify the line containing esptool thus:
That appeared to work - the flash process looked like it completed with no errors. However when I start edge-impulse-deamon I get:
[SER] Connecting to /dev/ttyUSB0
[SER] Serial is connected, trying to read config...
[SER] Failed to get info off device Timeout when waiting for > (timeout: 5000) onConnected
It’s connected to the correct tty port, so I assume that the device is being detected. Is there a low-level way to verify that the firmware uploaded correctly? Any serial commands I can issue to the port to check?