Hello,
When trying to re-launch the edge impulse daemon to connect the arduino to edge impulse platform (after making some test via arduino serial monitor for example )I get the following error :
`seller@MacBook-Pro-de-Seller ~ % edge-impulse-daemon
Edge Impulse serial daemon v1.12.4
Endpoints:
Websocket: wss://remote-mgmt.edgeimpulse.com
API: https://studio.edgeimpulse.com/v1
Ingestion: https://ingestion.edgeimpulse.com
? Which device do you want to connect to? /dev/tty.usbmodem14101 (Arduino)
[SER] Connecting to /dev/tty.usbmodem14101
[SER] Serial is connected, trying to read config…
[SER] Failed to get info off device Timeout when waiting for > (timeout: 5000) onConnected
`
The workaround is to go to bootloader and update the firmware again but I was wondering if there was easier ways or if Im doing something wrong?
Thanks !