Can i use Edge Impulse to collect data, train a model and deploy it on an Arduino Nano 33 BLE Sense

@Middleware & OS @everyone
Hello guys, can I use Edge Impulse to collect data, train a model, and deploy it on an Arduino Nano 33 BLE Sense for anomaly detection? I'm having issues with deployment.
Here's my code 👇
Solution
i recommend reduce your model size. also use the Arduino IDE's memory usage reporting feature to get a detailed of how memory is being used in your sketch.
Was this page helpful?