Some Anon Guy
Junior Member
Offline
Posts: 43
Thank You
-Given: 58
-Receive: 25
|
|
« on: April 29, 2014, 08:37:26 20:37 » |
|
Anyone have any good projects for earthquake detection? Looking at setting something like this up at the house. Just wondering if anyone has and write ups, books, sample code, projects (PIC, AVR, or ARM) for detecting earthquakes. I have a few geophones, but they are expensive...
Id like to do this with accelerometers or something like that...
|
|
|
Logged
|
|
|
|
|
Some Anon Guy
Junior Member
Offline
Posts: 43
Thank You
-Given: 58
-Receive: 25
|
|
« Reply #2 on: May 01, 2014, 09:29:37 21:29 » |
|
Yes, lots of good info out there via google. I am looking for something like what the guys over here are doing... http://qcn.stanford.edu/Anyone have any info on these devices?
|
|
|
Logged
|
|
|
|
bigtoy
Active Member
Offline
Posts: 238
Thank You
-Given: 337
-Receive: 297
|
|
« Reply #3 on: May 04, 2014, 11:40:32 23:40 » |
|
All I could find was "MEMS sensors" so they appear to be based on silicon accelerometers. Which is not terribly helpful I admit.
|
|
|
Logged
|
|
|
|
user77
Newbie
Offline
Posts: 11
Thank You
-Given: 0
-Receive: 4
|
|
« Reply #4 on: May 10, 2014, 10:03:19 22:03 » |
|
I'm sorry but I know only an italian project by Nuova Elettronica, the LX1358, it's a vertical seismograph with an digital interface for connect to pc Lx1500, it's amatorial project but it's nearly a professional instrument.
If you want just to measure something but without accurate segnal, you can weld little cupper pendulum to an piezoelectric disc (normally used as buzzer) and mesure the output. The principle of function is this, when the mass on otherside of pendulum is moving the disc will be flexed and the quartz on this give you an signal. All depende from the piezoelectric disc's caracteristics, lengh of pendulum and the mass on pendulum. It's a very cheap method and works, depends from what you want. You can try to googling "piezoelectric disc seismograph"
Bye Max
|
|
|
Logged
|
|
|
|
|
cadence
Junior Member
Offline
Posts: 93
Thank You
-Given: 103
-Receive: 430
|
|
« Reply #6 on: May 26, 2014, 04:22:00 04:22 » |
|
You may also want to check out the DIY seismograph on page 32 of the May 2012 issue of Nuts & Volts magazine. http://www.sonsivri.to/forum/index.php?topic=2140.msg131256#msg131256Similar sensor, different implementation.
|
|
« Last Edit: May 26, 2014, 05:57:53 05:57 by bbarney »
|
Logged
|
|
|
|
LabVIEWguru
Senior Member
Offline
Posts: 300
Thank You
-Given: 272
-Receive: 593
|
|
« Reply #7 on: July 20, 2014, 09:42:29 21:42 » |
|
Anyone have any good projects for earthquake detection? Id like to do this with accelerometers or something like that...
I saw this on Ebay today - they look really interesting (and cheap) search for: 801S Highly Sensitive Vibration Sensor At $2.50 USD they are cheap enough to experiment with. Good luck.
|
|
|
Logged
|
|
|
|
cusna
Newbie
Offline
Posts: 10
Thank You
-Given: 2
-Receive: 1
|
|
« Reply #8 on: July 24, 2014, 09:30:11 09:30 » |
|
For me is better to use an accelerometer chip type ADXL335 or ADXL345 I2C
|
|
« Last Edit: July 24, 2014, 09:33:18 09:33 by cusna »
|
Logged
|
|
|
|
pablo2048
Active Member
Offline
Posts: 113
Thank You
-Given: 136
-Receive: 86
|
|
« Reply #9 on: July 24, 2014, 09:50:11 09:50 » |
|
For me is better to use an accelerometer chip type ADXL335 or ADXL345 I2C
Do you have any example with those chips? I think that the sensitivity and noise of ADXL335 is way below required range (see for example this https://www.sparkfun.com/tutorials/235 ). So without heavy digital filtering or something like that is useless...
|
|
|
Logged
|
|
|
|
cusna
Newbie
Offline
Posts: 10
Thank You
-Given: 2
-Receive: 1
|
|
« Reply #10 on: July 24, 2014, 11:06:22 11:06 » |
|
I do not think it takes a great filtering, the important thing is to fix the sensor in a point strategic, rock, not near roads. You can also add the rubber shock absorbers. Here you can see a video where they used arduino to check the operation of the sensor. http://www.youtube.com/watch?v=55cD7ldxCUgPosted on: July 24, 2014, 12:01:36 12:01 - Automerged
Here using piezo transducer: http://www.ijeemc.com/January2013/1.pdfbut I do not like
|
|
|
Logged
|
|
|
|
pablo2048
Active Member
Offline
Posts: 113
Thank You
-Given: 136
-Receive: 86
|
|
« Reply #11 on: July 24, 2014, 11:49:14 11:49 » |
|
IMHO that video shows actually nothing - everyone knows what is accelerometer built for, but there is significant difference between showing raw accelerometer data and measuring earthquake intensity (and of course filtering false alarms)...
|
|
|
Logged
|
|
|
|
Some Anon Guy
Junior Member
Offline
Posts: 43
Thank You
-Given: 58
-Receive: 25
|
|
« Reply #12 on: July 25, 2014, 04:25:46 16:25 » |
|
Currently I have an accelerometer in the unit right now. (I have ordered one of the devices LabVIEWguru was talking about just to check them out) I also have a 3 geophones that I can use (They are expensive though).
I read an interesting article that someone was capturing earthquake data using an accelerometer and using the vector sums to make inferences about the earthquake.
I think that this approach will work for my project as I do not need to know the exact measurements, just need to be able to trigger on a threshold.
I have been really busy on other paying projects and have not been able to dedicate any time on this one... :/
Ill update you when I can actually work on it.
|
|
|
Logged
|
|
|
|
cusna
Newbie
Offline
Posts: 10
Thank You
-Given: 2
-Receive: 1
|
|
« Reply #13 on: July 28, 2014, 07:45:43 07:45 » |
|
I am interested in 'article with geophones, can you give me the link? Thanks
|
|
|
Logged
|
|
|
|
|
LabVIEWguru
Senior Member
Offline
Posts: 300
Thank You
-Given: 272
-Receive: 593
|
|
« Reply #15 on: July 28, 2014, 11:47:44 23:47 » |
|
I ran across a book today: "Vibration Monitoring, Testing, and Instrumentation"
While not directly applicable, I'll bet there is a lot of basic science you can use in your project.
Link is attached. If you aren't interested, no problem.
|
|
|
Logged
|
|
|
|
cusna
Newbie
Offline
Posts: 10
Thank You
-Given: 2
-Receive: 1
|
|
« Reply #16 on: July 29, 2014, 07:26:10 07:26 » |
|
I can not open the link,you can check?
|
|
|
Logged
|
|
|
|
LabVIEWguru
Senior Member
Offline
Posts: 300
Thank You
-Given: 272
-Receive: 593
|
|
« Reply #17 on: July 30, 2014, 12:50:09 00:50 » |
|
The 1st link still works for me, but here is a second - give this a try.
|
|
|
Logged
|
|
|
|
|
Ichan
Hero Member
Offline
Posts: 833
Thank You
-Given: 312
-Receive: 392
|
|
« Reply #19 on: August 08, 2014, 08:05:12 08:05 » |
|
The subject is about "Earthquake Detection", it will only useful if it can detect the earthquake before it happen at detection place. Just did a little search and read about P-Wave which come earlier than the destructive wave itself, also found some cheap alarm which advertised as earthquake early warning alarm.
Any project like that?
-ichan
|
|
|
Logged
|
There is Gray, not only Black or White.
|
|
|
|