How to connect geophone to Arduino

I am trying to make a seismometer project with Arduino, and planning to connect a geophone with a ADC (ADS1115) to Arduino.

I've watched this video and this is where I got the idea

I want to do that but using Arduino, and upon further researching I can't really find a source on how to do this.

Can anyone help me?
What would be the connections/wirings?
and how can I get the seismic data from the sensor and display it to serial monitor?

What sensor might that be? The ADS1115 uses I2C to connect to the Arduino. Research that.

Follow the instructions in the video, but replace the Raspberry Pi with an Arduino.
Adafruit has tutorials on how to connect and use the ADS1115.

Sparkfun sells a geophone, and also posted code and instructions for an amplifier that interfaces with the ADC of any Arduino.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.