xspanger3770 / GlobalQuake

Experimental application for monitoring earthquakes world-wide in near real time. Capable of issuing its own earthquake early warnings (EEW).
MIT License
337 stars 49 forks source link

Add a local station to globalquake sources. #315

Open JonathanFdzT opened 1 month ago

JonathanFdzT commented 1 month ago

I would like to suggest adding support for connecting a local seismic station via a COM port (e.g., COM4) for devices such as the AS-1 or similar. This would allow users to integrate their own stations into the software for local seismic data collection.

The station would work using a geophone connected to the A0 pin of an Arduino, which runs a code that processes the data via an Analog-to-Digital Converter (ADC) with filters. The processed data can then be sent to the PC and visualized using software like Jamaseis, which already supports local station sources.

Thank you for considering this suggestion! I appreciate all the great work you are doing with Global Quake.

There a video about the software: https://www.youtube.com/watch?v=8m0Nsym6Fi0&list=PLAxrqEdgtyUVYAR2N1Kj_UtHvqwL_aan0&index=11

The code: nerdaqII.zip Best regards, Jonathan.

WalkTheEarth commented 1 month ago

or, if you know how to build that, add it into seiscomp and use it like that?

WalkTheEarth commented 1 month ago

i just realised how rude that sounds. sorry if i have offended you.

JonathanFdzT commented 1 month ago

No problem, I did not know you could add a local one on seiscomp, I haven't installed it yet