Continuous logging with Data Logger Shield

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
tim80bwi
 
Posts: 2
Joined: Sat Jun 15, 2013 7:43 am

Continuous logging with Data Logger Shield

Post by tim80bwi »

I am working on a project which involves sampling multiple air pressure readings and doing some calculation to produce altitude and velocity outputs. This works fine, but I would now like to record and timestamp these outputs somehow. I've been looking at the Adafruit Data Logger shield. This seems ideal for my needs, but I have read conflicting reports that I may have problems with continuous logging since all the read/write heavy-lifting is handled by my Arduino, not a dedicated controller on the shield. How much truth is there to this?

I'm looking to record three 16-bit values in a CSV-style format with a target sampling time of 50ms. Is this going to be feasible?

Many thanks!

User avatar
adafruit_support_bill
 
Posts: 88138
Joined: Sat Feb 07, 2009 10:11 am

Re: Continuous logging with Data Logger Shield

Post by adafruit_support_bill »

Sampling 3 points at 20Hz is well within the capabilities of the logger shield.
http://forums.adafruit.com/viewtopic.ph ... 7&p=153175

tim80bwi
 
Posts: 2
Joined: Sat Jun 15, 2013 7:43 am

Re: Continuous logging with Data Logger Shield

Post by tim80bwi »

Great, thank you!

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”