Signal Conditioning

cancel
Showing results for 
Search instead for 
Did you mean: 

arduino sampling rates and storage

Hi new to the arduino world and appreciate any feedback. I am doing a project involving Motor Current Signal Analysis of an induction motor. I have purchased the mega 2560 and would like to use it as a DAQ for sampling the current at rates of 1KHz for 8 seconds. I am using LabView to process this signal with FFT. Is the mega capable of this and of storing the data. According to the data sheet there is 8KB of SRAM of which i read somewhere that 1KB is used for Cstack and other operations. Am i right in thinking that 7X1024/1KHz=7.168 seconds of sampling can be stored or am i barking up the wrong tree.
Any help would be appreciated as im a bit over my head.
Thank you padraic

0 Kudos
Message 1 of 2
(5,163 Views)

Hi Padraicmc,

 

Are you looking to use the LabVIEW for Arduino toolkit? If so I'd recommend checking this out as it may run differently to how you may expect (Arduino needs to be tethered to pc and streams data)

With respect to the spec of the arduino itself, I'd imagine it would be down to how you write your code, the data type you chose and how the arduino code handles and stores it. It may be worth checking this on an arduino forum.

 

Regards,
ADLB

Applications Engineer
0 Kudos
Message 2 of 2
(5,117 Views)