Hi- I’m following the Arduino Nano 33 BLE Sense getting started guide. Everything installs correctly, but when I run edge-impulse-daemon, it does not list any projects to select:
C:\Users\Joe>edge-impulse-daemon
Edge Impulse serial daemon v1.13.0
Endpoints:
Websocket: wss://remote-mgmt.edgeimpulse.com
API: https://studio.edgeimpulse.com/v1
Ingestion: https://ingestion.edgeimpulse.com
[SER] Connecting to COM3
[SER] Serial is connected, trying to read config...
[SER] Retrieved configuration
[SER] Device is running AT command version 1.3.0
C:\Users\Joe>
arduino-cli board list shows:
C:\Users\Joe>arduino-cli board list
Port Type Board Name FQBN Core
COM3 Serial Port (USB) Arduino Nano 33 BLE arduino:mbed:nano33ble arduino:mbed
I’ve tried reinstalling the firmware multiple times, tried a “edge-impulse-daemon --clean”, and double checked my login and password. Because of this, the device is not showing up in my Edge Impulse project.
Thanks in advance for any advice you can give.
Best,
Joe