I have a DAQ board, like NI DAQ board or Advantech board. I am going to collect the data with the DAQ board and how can I send the data to impulse?
I think I can use edge impulse CLI data forwarder. But as the DAQ board is controlled by certain program, I need to write a program and send data to serial port, which matches the CLI data forwarder. Is that correct?
Hi @Xianzhilu
if I understand correctly you want to do upload collected data to Edge Impulse studio so you can train the model. This data is collected with a hardware we do not support out of the box and that data ends up on your computer/that device.
Cheers,
Vojislav
Thanks. The data is on the computer. Besides Python API, can I use C++ or C# to create a virtual serial port and write program to send the data to data forwarder by the virtual serial port?