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 & OSSolution:Jump to 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.
2 Replies
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.
Hi @Daniel kalu ! It seems like Edge Impulse has made some updates to their deployment process. Have you checked the latest release notes or documentation on Edge Impulse's website? They might have outlined the changes there.