Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 2.89 KB

README.md

File metadata and controls

66 lines (49 loc) · 2.89 KB

WAVETRAP

WAVETRAP is a Push-Button IQ Recorder intended to make capturing RF Data in the field fast and simple. This collection of GNURadio Flowgraphs is made with only built in blocks from GNURadio 3.9 (gr-fosphor is an Out-of-Tree block, but is optional) Wavetrap works with Ettus B2xx Radios, RTL-SDR Dongles and the LimeSDR-mini but can easily be modified to include other SDR's. GUI screenshot

DEPENDENCIES:

GNURadio 3.9+

gr-fosphor (optional)

SETUP/FEATURES:

Features include:

  • Momentary Push-Button Recording
  • GREEN/RED Recording Indicator
  • Double Click Re-Tune in the Spectrum Window
  • Automated Dynamic File naming which includes the following metadata about the recording in the filename:
    • Date/Time
    • Center Frequency
    • Bandwidth
    • Sample Rate
    • Gain
    • Recording Note (user's comment on the current recording)

These parameters will automatically update between recordings, so if you take a recording, re-tune and take another, the filenames will reflect the correct frequency each time you make a recording.

  • File Management
    • puts recordings in 'home/user/data' by default
    • change one path variable to adjust the subdirectory under /home/<username>

SETUP: Pretty simple.

  1. Create a directory called 'data' in your /home/<username> path
  2. Open the flowgraph that corresponds to your SDR hardware
    • UHD
    • Lime
    • RTL

(you can change the 'data' directory to whatever you want by modifying the 'record_file_path' variable in the flowgraph)

USAGE:

  1. Run the flowgraph
  2. Tune to the frequency you are interested in recording using the Message Edit Box. (You can also tune the frequency by simply double clicking on the spectrum window)
  3. Enter a description of the recording in the 'RECORDING_NOTE' box and press enter to update the field. This will be included in the filename for easy identification later.
  4. When you are ready to record, click and hold the 'RECORD'. The LED Indicator Widget will change from GREEN to RED.
  5. Once you release the recording button, open the 'data' directory or the one you made to confirm the file is there.

GUI screenshot

FLOWGRAPHS

WAVETRAP UHD: GUI screenshot

WAVETRAP RTL: GUI screenshot

WAVETRAP LIME: GUI screenshot

Credits:

Special thanks to my friend Michael for showing me how to implement logical statements in a file sink path at GRCON2019!