Could I save the data from the accelerometer in a txt file?
If a can How? (Python).
Could I save the data from the accelerometer in a txt file?
If a can How? (Python).
You might want to tell us what part you're having trouble with (getting the accelerometer data, writing it in a file, or both?)
You can find some documentation about using the accelerometer here:
http://pys60.garage.maemo.org/doc/s6...le-sensor.html
http://jouni.miettunen.googlepages.com/sensorsample
As for writing data into files, that's the same as in standard Python:
http://www.python.org/doc/2.5.2/lib/...e-objects.html
Last edited by bogdan.galiceanu; 2009-11-08 at 21:02.