Hi all,
First time Arduino user here, my project is a high-speed ADC and data storage.
In other words I am planning on capturing a single channel at about 200kHz for 5-10 seconds and store the data on a SDHC card. The whole shebang would be battery powered.
I plan on using Linduino (link) from Linear Technology - it is similar to Arduino Uno. I would also use one of Linear's ADC evaluation board for example the DC1925 (link) to capture the data. To store the data I would use the SD card adapter (here).
Does this setup make sense to anyone else? I figured I would have to write the software to perform the data capture but other than that it should be pretty straightforward....right?
I believe the Linduino can control the data capture, the DC1925 would perform it then use the SD card adapter to write and store the data. Am I missing something ?
I figured I would ask here first since the individual components are somewhat pricey.
Thanks for any comments and suggestions !
Andy