kentaurse
DIIDevHeads IoT Integration Server
•Created by kentaurse on 7/4/2024 in #edge-networking
Deploying Edge Impulse models on the Arduino Nano RP2040.
Hello I am deploying Edge Impulse models on the Arduino Nano RP2040. Although Edge Impulse doesn't provide a specific library for the Nano RP2040, I have successfully adapted the models meant for the Nano BLE. Initially, these models included the
nano_ble_accelerometer_continuous
file, which I could tweak for use on the Nano RP2040.
Recently, new models only include the nano_ble_accelerometer
file, omitting the nano_ble_accelerometer_continuous
file. This change also affects older models that previously included the continuous file.
I will like to clarify if there have been updates or changes in Edge Impulse affecting the availability of the nano_ble_accelerometer_continuous
file
and would like to know if there are alternative approaches for continuous data acquisition on the Nano RP2040
@Middleware & OS4 replies