No devices on a new project

I have created a project previously with my mobile and successfully made the demonstration with the accelerometer.

Now I have the Arduino Nano BLE Sense installed, firmware updated etc and it to shows on the project as a device. But I can not seem to find a way to get it to show as a new device in a new project. There are no devices found yet switching to the old project the device is there and works.

What have I missed?

Hi @astrotutor,

Using our ready-to-go firmware, the board can connect to one project at a time. If you wish to switch project, launch the command edge-impulse-daemon --clean.
You can get more information about the serial daemon in our documentation.

Aurelien