Detect A Road Bump
jordan89
Posts: 6
Dear All,
i need to connect sensor to Arduino UNO to detect a road bump while the car pass fast through it ... can i use the piezo film sensor or i need an accelerometer like "ADXL193" to detect the shock ?
any body know any other sensor it can solve this problem
Regards
i need to connect sensor to Arduino UNO to detect a road bump while the car pass fast through it ... can i use the piezo film sensor or i need an accelerometer like "ADXL193" to detect the shock ?
any body know any other sensor it can solve this problem
Regards
Comments
http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/accelerometer/List/0/SortField/4/ProductID/585/Default.aspx
You would have to read the G force and adjust the output for your "bump"
Can't help with Arduino code, but there is BS2 and Propeller code on the linked product page.
i have another question : i have memsic 2125 accelerometer http://www.parallax.com/StoreSearchResults/tabid/768/List/0/SortField/4/ProductID/93/Default.aspx?txtSearch=memsic+2125 please can i use this accelerometer to detect a bump , check its datasheet .... i tried it a lot but its not work i think its measure only tilting .. if you have any idea about memsic 2125 please tell me ... i need a solution as soon as possible
Regards
-Phil
not all accelerometer designed to to do the same work, some for tilting , some for rotation and some for shock sensing or all of them check this http://www.analog.com/en/mems-sensors/inertial-sensors/products/cross-reference-guides/cross_ref_Mems_sensing_applications/resources/fca.html
if you have any other ideas or code concerning the memsic 2125 i'll be thankful
Regards
i think memsic 2125 is designed to measure ONLY tilting not acceleration/transitional , please can you check its datasheet and answer me, its critical i need a solution as soon as possible
i have another solution from Analog Devices Company its "ADXL193" its specific for shock sensing, its measure up to -+250g , do i need that big amount of g ?
Regards
The sensor I linked to is a 3-axis and will do z-sensor with the module mounted on plan.
BTW, if you had two of them, you could extend the acceleration range by tilting two of them slightly, but at opposite angles.
-Phil
Like real estate: location, location, location. Your shocks are designed to do a marvelous job of filtering out road bumps. You could almost use a simple rotary potentiometer and sample it fast to see when & how far your A-arm rotates. Or a linear potentiometer parallel to your shock/strut. Many ways to get to Carnegie Hall besides practice.
Edit: Oops, it would only detect one bump, unless there were some way to dry the sensor.
Erco has some pretty good suggestions if the aim is to measure the severity of the bumps. On the other hand if you are trying to measure how well the vehicle suspension deals with the bumps you may want to place the accelerometers in the cabin. In both cases you should be able to separate the effects of tilt/gravity from bumps by the rate at which the signal changes.
Kwinn i need to detect the bump severity should i put the sensor outside the cabin ??
***Sigh***
Re-read post #11.
Where do you want to mount the sensor? Do you want real bump or bump felt in the cockpit?
@erco, I feel your pain.
Can you describe exactly what you are trying to accomplish? You have been pretty general up to this point.
The more information that you provide will get you more back. (Of course we can't help with Arduino code, this is a Parallax forum)