I need LilyPad accelerometer for motion sensing. I just need raw data to go to my pc directly, and then I want to interpret the data. Is it possible? I don’t have powerful background in electronics, is it easy to do?
when it says it is washable, does it mean that people can take shower with it?
And for a rate of 3 samples per second, how many days can the battery work?
the actual arduino software has a sketch that will do exactly that:
File->Sketchbook->Examples->Sensors->ADXL3xx
reading data from an accelerometer and sends it back to the pc over serial. if you want to do that with wireless communication you have to ask someone else ^^
lilypad and the accelerometer don’t have interfaces for sd memorycards. but you can look here http://www.arduino.cc/playground/Learning/SDMMC. anyway i never worked with sdcards so i have no detailed informations, all i know is that its possible ^^
there isn’t a buildin powersupply in the accelerometer but accelerometers don’t need that much power my ADXL330 runs on 2,0 V min and 3,6v max the lilypad needs 2.7-5.5 V you can run booth on the same powersupply as long its within range. or you can power the accelerometer from one of the digital outputpins.