Accelerometer

techElder

Well-known member
Is there a simple accelerometer that I can use as an input to my PICAXE project for the speed of a vehicle? I need to adjust a variable in proportion to speed. I need a range of 10 to 60 mph.

EDIT: I need to detect a change from 10 going up to 60 mph.
 
Last edited:

Dippy

Moderator
Well, just chuck in some kinematics and you'll get a rough idea... I'm not sure how reliable it would be though.
 

techElder

Well-known member
This is still in the idea stage.

The variable will remain constant until the next change whether plus or minus.

I'm sure I'll have something to work on to keep the value from getting out of control.

Perhaps a GPS would be better, but I'm afraid it would get too complicated in the hardware.
 

MikeAusP

Member
Is there a simple accelerometer that I can use as an input to my PICAXE project for the speed of a vehicle? I need to adjust a variable in proportion to speed. I need a range of 10 to 60 mph.

EDIT: I need to detect a change from 10 going up to 60 mph.
You can't use an accelerometer to measure speed.

If the change from 10mph to 60 mph takes 5 minutes, an accelerometer won;t reliably tell you how much change in speed has occurred.
 
Top