04-15-2013 12:29 AM
Hi ,
I am using the ArduinoUno and need to sample two Channels (example A0 & A1).
Problemis that I cannot use the ContinousAcquisitionOn.vi is limited to 5kHz sample rate , so says the Help on it. I need at least 44.1kHz.
I used to do it with the MicIn (internal Soundcard) that has the capability of sampling two channels at once at 44.1kHz.
My task is then to perform on 20 ms pulse-hi (A0) a data acquisition of channel 2 (A1) and then display its fft.
If you have such an example, I'llbe glad to receive it
Many thanks to all of you guys out there.
Y3G
04-15-2013 05:47 PM - edited 04-15-2013 06:02 PM
Are you using the LabVIEW Interface for Arduino Toolkit? And are you looking to input or output two channels? I just want to make sure I am completely understanding the issue.
04-21-2013 12:16 PM
Hi,
I am using the Arduino Toolkit and I am looking for the input channels (analog Input). I am feeding in a changing voltage in two different Inputs of the Arduino.
Thanks
04-22-2013 12:03 PM
I apologize that I am not completely familiar with the Ardunio Uno. I have been looking through these two links:
https://decibel.ni.com/content/thread/12571
http://arduino.cc/forum/index.php/topic,6549.0.html
It looks like we will have to change the prescale from 128 to 16. I would recommend looking through the thread of the second link and look into the code. We can maybe modify the LabVIEW Interface for Ardunio VIs to accept a faster sampling rate.
05-02-2013 01:27 PM
Thanks,
That would be good. When do you intend to release new functions?
I wonder if there is a possibility to let the Arduino do the FFT inside and deliver us only the BINS and Level, instead that I do the Postprocess.
Any ideas are welcomed
Y3G
05-06-2013 11:01 AM
Sorry for any confusion. Since any user can open up the Arduino toolkit functions and view the source code, anyone can modify the functions and I would not know when an update to this toolkit would be released. The Arduino LabVIEW functions are simply VISA function calls at the lower level.
11-14-2013 06:56 PM
add other useful links, greetings
http://vishots.com/getting-started-with-the-labview-interface-for-arduino/