I am working on a project that involves getting data from the accelerometer (10,000 data) and storing it in sd card . The Arduino reads the data file from the sd card and performs certain calculation and compare the result with the and the last glow a led if the calculated result is within the limit . I am having problem with the memory here because performing calculation for 10,000 int takes lot of memory .So, any idea on how to do it. Please help me out