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

N1MM+ not running any of my commands #9

Open
frazierjason opened this issue Jan 11, 2023 · 1 comment
Open

N1MM+ not running any of my commands #9

frazierjason opened this issue Jan 11, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@frazierjason
Copy link
Owner

Describe the bug
On my Android tablet, I loaded up the page samples and tried pressing Freq Up, MYCALL, SSB, Run, etc. But none of the buttons are having any action in N1MM+ and my rig doesn't do anything. N1MM+ by itself is working fine.

To Reproduce
Steps to reproduce the behavior:

  1. Put my tablet on my Wifi network where my PC is also connected.
  2. Install TP on my desktop, reboot, start TP, and install the plugin per this project's README.md instructions.
  3. Install TP on my tablet from the Google Play store. See that my tablet gets connected to my PC, and it shows up in the TP desktop UI. Pay for the Pro Upgrade in the Play Store. Go back to the TP app on the tablet, and see that my N1MM+ pages show up on the tablet.
  4. Tap on my tablet TP main page's N1MM icon button. It goes to the N1MM Quick Buttons page
  5. Tap on the tablet TP Run Page button. It goes to the N1MM Run Page buttons.
  6. Make sure my rig is in CW mode. Tap on the tablet TP "MYCALL" button that shows on the Run page.
  7. BUG: the radio does not send my call sign.

Expected behavior
N1MM+ should have sent my call sign on the air in CW

Screenshots
n/a

Desktop (please complete the following information):

  • OS: Windows 10 Pro
  • Version: 21H2
  • TouchPortal app version: 3.1 build 8

Smartphone (please complete the following information):

  • Device: Google Nexus 7 tablet
  • OS: Android, reflashed to run Lineage 17
  • TouchPortal store app Version: 3.1 build 2
  • Connection type to PC: Wifi

Additional context
Rig is ICOM IC-705 and it works fine with N1MM+

@frazierjason
Copy link
Owner Author

Likely cause for an issue like this is that N1MM+ has not been set up to transmit RadioInfo messages to the plugin, who is listening and waiting for these messages. By default, the plugin waits for N1MM+ to broadcast RadioInfo messages on 127.0.0.1:12060 and this must be enabled by the operator in N1MM+. In N1MM_+, go to the Config menu and select "Configure Ports, Mode Control, Winkey, etc ...", then wait for the config window to appear. Click on the Broadcast Data tab near the far right. Ensure to check the box called "Radio", and if there is no text in the textbox to the right, set it to contain the phrase 127.0.0.1:12060 with no spaces in it.

If you already had the Radio checkbox in Broadcast Data enabled, then consider if you already have some other app using this feature together with N1MM+. The port can't be shared, so you can add a space and a second phrase, but change the last number a bit, say to 127.0.0.1:12061 instead. Save the config. Now in TouchPortal for WIndows, go to Settings at top right, go to Plugins on left, select this plugin on right, and change 12060 to your alternate port 12061 (whatever you entered). Save. Should start working! Try it again.

If these steps didn't help, or if you are interested in more advanced UDP messsage networking concepts, please refer to (insert wiki page here) on customizing the UDP message configuration to fit your scenario if the default setup doesn't cover your usages.

@frazierjason frazierjason added the documentation Improvements or additions to documentation label Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant