Can't see "TensorFlow Lite" model in Dashboard

I started my project using the Arduine BLE development board, then collected my data

but when I go to download the neural network model, I can’t see a “TensorFlow Lite” option

Did I forget to install something?
Project ID:
773238

Hi @lorcanon - I can see in the menu on the left hand side of your image that you have not trained your model yet; there is no green dot next to the classifier menu item under your impulse design. Once you train the model, the block output will be available for download on the dashboard.

That said, what you might be looking for is the Adruino library that you can download from the deployment page. This library will bundle your entire impulse into a library that can be brought into the Arduino IDE.

We also have an Arduino Nano 33 BLE Sense tutorial that can help you get started.

Hope this helps!