How to remove or delete Arduino board from project?

I’m not sure if this is a bug or if I’m doing something wrong. I’ve got an Arduino Nano 33 BLE Sense associated with a project (“motion-test-01”). I go into Devices and “Delete” the Arduino so that it no longer appears as a device.

I want to associate the Arduino with another project, so I run the edge-impulse-daemon with the board plugged in (and running the Edge Impulse firmware). I choose the COM port, but I’m not given an option to select which project any longer–the daemon immediately adds the Arduino board back into the motion-test-01 project. If I go to the Devices page of motion-test-01, I can see that the board is now back in that project.

How do I remove the Arduino from motion-test-01 and ensure that it’s gone for good (or force the daemon to ask me which project to use)?

edge-impulse-daemon --clean

That’s two dashes - my iPhone makes it into one long dash for some reason

The API keys are stored in the non-volatile storage on the board and you clear them that way.

Maybe we should add a pop-up when deleting a device that shows this…

1 Like

Thank you! For whatever reason, I didn’t think to look in the daemon’s docs :sweat_smile: