Question about Simultaneous data collection and processing

Hi!

I was wondering whether you could run the data collection and processing simultaneously on an Mbed device.

Best,
Connor

Hey, yeah, sure. We’re sort of doing this in the firmware for the https://github.com/edgeimpulse/firmware-st-b-l475e-iot01a. Essentially:

  1. Grab enough data to classify
  2. Classify
  3. Wrap data in Data Acquisition Format and upload to Edge Impulse

E.g. here:

You have a file name that you can then upload and it’ll show up.