Page 1 of 1

Adding Module to interface

Posted: Mon Jan 21, 2019 9:39 am
by janvanhulzen
Hi,

i would like to know if it is possible to add a module to my interface that enables processing of data using the interface itself instead of the Arduino. In my case i would like to be able to use Fourier analysis using the Fourier transform. The Arduino uno is not suitable to provide this, It would use up to much processing power. It would be ideal to be able to link a custom module where i can paste c code. As an example of what i am thinking about :
https://forums.ni.com/t5/Example-Progra ... -p/3499233

other options i am currently exploring is to have a second process to act as a sniffer, process the data and then injecting the result for example somethink like this:

https://stackoverflow.com/questions/192 ... g-a-python

I have the builder and the pro licence.

any ideas or tips would be highly appreciated.

Jan van Hulzen