How to read vibration data from a Sensor

Hello
how can i connect a seismic sensor ( with 6 pins ( 3x(+/-)) to an arduino mega and read data for it?

I'd start with the sensor's datasheet to see how it works

Here is the manual:
http://www.google.com/url?q=http://www.geosig.com/files//GS_VE-53_Operation_Manual_V06.pdf&sa=U&ved=0ahUKEwjTprLqvNvLAhVH1hoKHdQrBh0QFggPMAA&usg=AFQjCNEr8iijlweWQNRKRY8T-jn26um_mw

kurapika89:
Here is the manual:

And what does it tell you?

3axies with 6 pins 5volts
ground pin, test pin ...
2pins for 12v power
am i missing something?

am i missing something?

Yes.

  1. What is the expected signal output?
  2. Can this be measured by an Arduino?

jremington:
Yes.

  1. What is the expected signal output?
  2. Can this be measured by an Arduino?

The output signals are differential. One pin (+) provide a 400 V/m/s (500 V/m/s) output signal and the pin (-) provide also a 400 V/m/s (500 V/m/s) signal :


Can this be measured by an Arduino? I'd really want to know.

Can this be measured by an Arduino?

Not accurately. The Arduino measures voltage in 1024 steps. For a 5V reference, the levels are about 5 mV per step.

jremington:
Not accurately. The Arduino measures voltage in 1024 steps. For a 5V reference, the levels are about 5 mV per step.

so is it a blocked end to make an acquisition system for this device? or we can find a workaround ?

What voltage range, at what voltage resolution do you want to measure?
How many data points per second?

jremington:
What voltage range, at what voltage resolution do you want to measure?
How many data points per second?

The 400uvolt is important for me .. i dont know how much i can get as a max volt.. but small vibrations are important.
I want to have as much data as possible .. i need to analyse the smallest information i can get.
Thank you

The the Arduino is not for you.

jremington:
The the Arduino is not for you.

Can you tell me whats the best performance i can have from arduino?
If arduino is not for me .. whats the workaround?
Thank you.

Use a laptop or other computer with an appropriate interface.