Dtynin
Dtynin
DIIDevHeads IoT Integration Server
Created by Enthernet Code on 6/27/2024 in #middleware-and-os
Can i use Edge Impulse to collect data, train a model and deploy it on an Arduino Nano 33 BLE Sense
@Enthernet Code Edge Impulse is perfect for your Nano's anomaly detection! While your code looks good, you need to ensure a smooth deployment by verifying you have the correct Edge Impulse library (edge-impulse-arduino-sdk) for your Nano, double-check how the library defines ei_impulse_init() and ei_run_impulse() (import correct headers), and make sure collectData properly formats the data during collection.
15 replies