Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign the Desktop UI for multiple meter support, revised button functions #6

Open
K7MDL2 opened this issue May 10, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@K7MDL2
Copy link
Owner

K7MDL2 commented May 10, 2020

With the headless version now available, all commands previously available via buttons are now remote serial port commands. Additionally CPU reset, Cal table dump, and upload a cal value are added.
Meter Rate +/- is removed from the meter
New controls needed:

  1. Power level data stream out from meter on/off (switch in meter)
  2. Overwrite meter EEPROM with Factory default values
  3. meter CPU reset
  4. Dump Calibration table from meter
  5. Upload specific meter cal value
  6. Choose which meters and band buttons to display
  7. New labels for band buttons (may want to change Arduino to fixed numerical band label, save EEPROM and translate number to friendly description on the desktop side.
@K7MDL2 K7MDL2 added the enhancement New feature or request label May 10, 2020
@K7MDL2
Copy link
Owner Author

K7MDL2 commented Apr 23, 2024

Mutiple meter monitoring was envisioned as ability to have multiple panes in a single window, or ability to run separate apps. Each meter would have a unique meterid to keep the data sperate. Ethernet was added later.
In April 2024 I finally had need to run separate band decoder boards over ethernet. I gave each decoder board a unique meter id and ip address. Despite each desktop app configured for only 1 address (same ports), data from both meterids was received. I figured the IP address+port combo would be unique. Seems not. I had to change o a unique port number as well. As of April 20, 2024 you can now run 2 separate apps. Additionally, a new variable will write 'NA' into the Fwd, Ref, and SWR fields if not using the wattmeter portion. One of my decodes is a stripped-down board just to monitor 14, 28, temp and act as a band decoder. No displays, no ADL5519 RF detector. Left out all parts not required. I also disabled the WSJT-X UDP code as this is not needed when you have a radio band decoder connection. It can also cause unexpected band changes when running multiple WSJT-X instances for multiple radios.

@K7MDL2
Copy link
Owner Author

K7MDL2 commented Apr 23, 2024

Still need to enable multiple units to display within the same app screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant