I want to run a model which I trained from edge impulse in wio terminal. I want it to be continuous i.e it should collect data and predict simultaneously. the one provided as static_buffer does not do that. I saw the wio terminal tutorial on youtube this, but it didn’t explain how to properly write the code.
We provide instructions on continuous inferencing in the Arduino library deployment option from the Studio, these examples are then included in the Arduino IDE: File > Examples > Your custom library > i.e. nano_ble33_sense_accelerometer_continuous
These continuous inferencing code examples are very similar to the code used in that Youtube video tutorial.