How to capture external sensor data?

Hi!
I am able to capture the inbuilt sensor data in the Arduino 33 ble, now that I have interfaced the board with an external sensor which gives me input in the Arduino IDE. I am trying to figure out how to take the input through the Edge Impluse interface.
Kindly guide,

Hi @rashiagarwal,

Easiest way is to use the Data Forwarder. The protocol is very simple and you just need to forward the sensor readings on the serial output.

Aurelien