i just got it conected it upt to the arduino but all i get is numbers around 500 they flicker a bit all the time but dont cahnge notesably hwen i move it somone have got an idea.
Can you show us the sketch you're using? The schematic doesn't seem to be available (there's a link but there's nobody home) so it's tough to figure out what could be wrong. I'm worried you're driving the accelerometer with 5V instead of 3.3V. A reading of 500 suggests it's putting out about 2.5V with no acceleration, but this 3.3V part should be putting out about 1.65V with no acceleration.
This actually looks right. Why do you think it's wrong? Acceleration doesn't last a very long time. With 100ms in between readings, you're not going to see a lot of change.
Try holding your accelerometer in different orientations (landscape, portrait, tilt right, tilt left, etc.) and you should see larger variations on all 3 channels.
What does this mean? Are there or are there not jumpers installed in J1 and/or J2?
More importantly, with no jumper on J3 it is possible pin 12 on the accelerometer is floating low which puts it in sleep mode. This pin needs to be high (3.3V) for normal operation.
I've got a quick question aswell, I'm new to this kind of programming and recently got a project for doing an application which involves a MMA7260QT and an arduino table with a ATMEGA328P. I tried using Napsther's code to simply get it running and start messing around with it, but I'm getting compilation errors. Something with serial not being declared.
There for after this small "wall of text" I'm wondering what it is I have to include to make it work? :>
What includes are you, Napsther using?
Help is appriciated!