0d932efc83f2d372753b5da6128d7e39b98054c0
ASMR
ASMR: Automatic S-Meter Reader
This program reads location from a GPS dongle and the S-Meter from a transceiver via a serial port and stores the results in a CSV file so you can run analysis in another program.
Inspired by RFI Mapper (RFIM) by W4DD and written in Rust.
Use Cases
- Drive a route and measure variation in noise level, to determine local noise sources
- Record noise level at a fixed location over time, to determine temporal noise patterns
- Some combination of the two
Help
asmr --help
ASMR: Automatic S-Meter Reader
Usage: asmr [OPTIONS]
Options:
-r, --rig <RIG> Output file path [default: qmx]
-c, --com <COM> Rig COM port
-g, --gps <GPS> GPS COM port
-o, --file <FILE> Output file path
-f, --freq <FREQ> Frequency
-w, --wait <WAIT> Seconds to wait between measurements [default: 5]
-h, --help Print help
-V, --version Print version
Contact
Description
Languages
Rust
100%