So I am doing a project for school which involves recording of multiple analogue signals for relatively short periods of time.
The problem is we have to have a working system within a week as there are some industry field experiments we are piggy backing in. To make things even better I have very limited programming experience and no experience with the arduino unit.
My question is can the arduino unit do this task easily? and if so, how would I go about doing that?
sample code/websites/videos/suggestions are all welcome.
The signals are just voltage readings from phototransistors, measuring specific ranges of radiation.
The sample rate can be slow, maybe every 10ms? even every 100ms would be OK I would think.
The number of channels should be at least 5, but up to 10 if possible.
We want to store this data to compare with other measurements taken during the experiment(for now). So just storing these values in an array on a computer, ideally in Excel would be great.
Well a USB ideally. I can get an SD card if needed.
So shielding with an SD card will basically give me more space to store data? Does the arduino board have a slot for the card? and do you know any websites with specific methods to do this?
Also, is the arduino software compatible with newer OS's? like windows 7 or vista??