Streaming Data from Arduino 33 Board for Classification

Hi,

I’m working on a project with a specialized sensor, but I don’t have the physical sensor on me. Is it possible for me to create a spreadsheet with fake data points (e.g. one column is time values, while the other is the output of the sensor) and stream that data from the Arduino 33 board onto my edge impulse studio? For example, I want to upload a single data point to the studio every 5 seconds as if to emulate a live experiment and have a model I trained do live classification.

If it is possible, how do I set it up?

Thank you.

@srzhu3, yes, just start streaming data from your board and then let the data forwarder pick it up and send it to Edge Impulse.

Got it, thanks for the reply.