Download Latest Version dm_meter.exe (31.3 MB) Google Add to Preferred Sources
Home
Name Modified Size InfoDownloads / Week
videos 2026-09-22
dm_plot.exe 2026-09-24 70.8 MB
dm_meter.exe 2026-09-24 31.3 MB
README.md 2026-09-22 2.5 kB
Totals: 4 Items   102.2 MB 5

dm_applications

dm_meter

Connects to the deviation meter and receives deviation and rf error data for display.

The application can also change the scale factor, save configuration settings, and reset to defaults.

meter_1

dm_plot

requests raw data from the meter and display three charts

  1. raw data plot
  2. audio spectrum
  3. band pass filter

The application can specify sample rate and sample size

plot_1

Signal capture with 100Hz CTCSS / PL Tone

plot_3

Same signal capture with 100Hz CTCSS / PL Tone and deviation meter CTCSS filter enabled

plot_3

dm_config

Application to set and update meter settings

    Command line options

    -d, --dev         specify serial device e.g COM4, /dev/ttyACM1
    -h, --help        display help
    -o, --offset      Change frequency error reference
    -p, -- profile    Change the compensation profile
    -r, --remove      Remove registers file
    -s, --scale       Change the scale factor
    -u, --update      Update the default configuration file

dm_apps.ps1

Script to install and run applications on a Windows machine. There are likely prerequisites befor running

  • unblock-file dm_apps.ps1
  • set executionpolicy remotesigned -scope currentuser
   dm_apps options
     -activate activate virtual environment
     -device   serial port, default COM4
     -help     display this message
     -install  install DM applications
     -meter    run the DM meter app
     -plot     run the DM plot app
     -update   Update apps (git pull)`n"

  Only the first letter of each option is required"

dm_apps.sh

Script to install and run applications on a linux machine

K3JSE Deviation Meter application installer and launcher

Command line options
  -i Install applications - default folder: dm-applications-code
  -d Device serial port
  -m Run meter app
  -p Run plot app

Examples
  ./dm_app -i prompt to remove existing folder and install
  ./dm_app -d /dev/ttyACM1 -m  run meter on port /dev/ttyACM1
  ./dm_app -d /dev/ttyACM0 -p  run plot app on port /dev/ttyACM0

Source: README.md, updated 2026-09-22