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
Recently, new models only include the
I will like to clarify if there have been updates or changes in Edge Impulse affecting the availability of the
and would like to know if there are alternative approaches for continuous data acquisition on the Nano RP2040
@Middleware & OS
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 fileand would like to know if there are alternative approaches for continuous data acquisition on the Nano RP2040
@Middleware & OS
Solution
Edge Impulse periodically updates its libraries and SDKs to improve functionality, add features, and streamline the development process. It seems like one of these updates has resulted in the consolidation or removal of the nano_ble_accelerometer_continuous file. This change may be aimed at simplifying the implementation process by using a single file for accelerometer data handling.