Re: Internet only stations
John Rudolph
After some trial and tribulations I discovered that ctrl +I would not do anything unless developer mode is enabled in the configuration text file. Once that was enabled all worked like a charm.
|
|
Re: Not able to xmit a 'message' RF
Lynn Deffenbaugh
From http://aprsisce.wikidot.com/chat Best Lynn (D) - KJ4ERJ - Author of APRSISCE for Windows Mobile and
Win32
On 11/6/2021 5:59 AM, KD7YZ Bob wrote:
Progress Lynn, thanks. I just messaged WD4U and saw that the D710G did, in fact, transmit. What's "Send Best" infer?
|
|
Re: Newbe
Adam Mahnke
Welcome to the group. Have you already deployed the software? Adam KC2ANT
|
|
Re: Not able to xmit a 'message' RF
Progress Lynn, thanks.
I just messaged WD4U and saw that the D710G did, in fact, transmit. What's "Send Best" infer?
|
|
Newbe
Hi there, just a new member here in the great white north. I live in Peterborough Ontario CANADA. Peterborough is about 140 miles north east of Toronto. The Peterborough amateur radio club is an active club...ARES, Repeater VE3PBO ECHOLINK access. The club has daily nets on weekdays.on freq. 146.625 mhz. There is also a Saturday night club net on 10 metres. The time 8:00 pm, freq. 28.625 mhz.
Some of us are just now getting into digital stuff.
Yours, Bob VE3IEL
73
|
|
Re: Not able to xmit a 'message' RF
Lynn Deffenbaugh
Do you actually have an RF port configured? And if so, do you have messaging enabled on that port? And do you have Enables / Receive-Only NOT checked?
toggle quoted messageShow quoted text
Those are the two (ok, three, I added one) questions that come to mind without actually looking at the source code to determine the grey-out conditions. Lynn (D) - KJ4ERJ - Author of APRSISCE for Windows Mobile and Win32
On 11/5/2021 10:06 AM, KD7YZ Bob wrote:
Hello APRSISCE@groups.io
|
|
Not able to xmit a 'message' RF
Hello APRSISCE@groups.io
I was wanting to send a packet/message to a friend 15 miles away via message when I bring up chat/message, I see only "SEND IS" where RF is greyed out. why is that? -- 73, KD7YZ Bob EM88LL
|
|
Re: Multiple streams on KISS over TCP
Rob Giuliano
Thanks for the detailed response. I think found the issue. When I disabled the DIGI function, the issue went away. So, it appears that it has to do with the path, DIGI settings, and maybe the stream info not necessarily being used in the DIGI. I don't think I am going to investigate this any further though. I solved my TX problem. Robert Giuliano
On Wednesday, November 3, 2021, 11:39:12 AM EDT, Lynn Deffenbaugh <kj4erj@...> wrote:
APRSIS32 cannot directly activate any PTT under any condition. It only sends KISS (or other format) packets to TNC hardware or software. PTT is always handled by the TNCs. And for multi-channel KISS interfaces, APRSIS32 will always and only address the "0" port, but will receive and interpret packets from any port. What the TNC considers as "port 0" inside a KISS packet is up to the TNC and it doesn't always necessarily match what the TNC calls the ports in their documentation. You can always try enabling the trace log on the specific port
and see if the binary data is shown on transmits. If so, you can
decode the bytes and find out exactly what is being sent. Then
look at the DireWolf code and see what it would do with that
particular binary packet. Note: I'm not at all sure what detail
is logged on the various port types in APRSIS32. It may or may
not contain a hexified binary dump of the packet contents. Lynn (D) - KJ4ERJ - Author of APRSISCE
for Windows Mobile and Win32
On 11/3/2021 10:01 AM, Rob Giuliano via
groups.io wrote:
I am running Nexus DR-X on
a Raspberry Pi and Fe-Pi audio card with 2 audio channels.
This feeds into Direwolf
the 2 audio channels decoded and sent using KISS over TCP/IP
to APRSIS32.
I only connected a radio to
the second audio channel, knowing that APRSIS32 will only TX
on the first TCP/IP channel.
I was surprised to find
that the radio PTT was triggered, but nothing was actually
sent (no audio).
Since I had an issue
before, where my configuration cause the PTT to activate, I
am unsure if this is related to THAT issue, or if APRSIS32
will cause the PTT to go active, even if the request is on
the non-TX capable TCP/IP channel.
Has anyone else tried a
multi-channel KISS configuration?
If so, have you seen the
the PTT activate on the second channel?
Robert Giuliano FYI: Nexus is a
version of RaspberryPi OS for HAM radio and specifically
the Nexus DR-X multi-radio interface board for the
Raspberry Pi and Fe-Pi sound card. I believe they took
over the Fe-Pi board designs and manufacturing.
|
|
Re: Multiple streams on KISS over TCP
Lynn Deffenbaugh
APRSIS32 cannot directly activate any PTT under any condition. It only sends KISS (or other format) packets to TNC hardware or software. PTT is always handled by the TNCs. And for multi-channel KISS interfaces, APRSIS32 will always and only address the "0" port, but will receive and interpret packets from any port. What the TNC considers as "port 0" inside a KISS packet is up to the TNC and it doesn't always necessarily match what the TNC calls the ports in their documentation. You can always try enabling the trace log on the specific port
and see if the binary data is shown on transmits. If so, you can
decode the bytes and find out exactly what is being sent. Then
look at the DireWolf code and see what it would do with that
particular binary packet. Note: I'm not at all sure what detail
is logged on the various port types in APRSIS32. It may or may
not contain a hexified binary dump of the packet contents. Lynn (D) - KJ4ERJ - Author of APRSISCE
for Windows Mobile and Win32
On 11/3/2021 10:01 AM, Rob Giuliano via
groups.io wrote:
|
|
Re: Reset APRS
ivan pico revilla
Tnx 4 info 73s
toggle quoted messageShow quoted text
Enviado desde mi iPhone
El 18 oct 2021, a las 22:10, patrick lambert <lambertinos@...> escribió:
|
|
Re: Reset APRS
Jon Adams
OMG. Thanks so much, Robert. This was exactly what had happened to me, and it must have been a month ago when it first occurred in the truck. I'd been meaning to get around to investigating it and possibly reinstalling APRSIS32, but thought "hey, there must be some others who've had this issue" and stumbled onto this forum. My mobile has a little BT keyboard and it must have been left in a position that pushed the left arrow... 73 - Jon N7UV
|
|
Multiple streams on KISS over TCP
Rob Giuliano
I am running Nexus DR-X on a Raspberry Pi and Fe-Pi audio card with 2 audio channels. This feeds into Direwolf the 2 audio channels decoded and sent using KISS over TCP/IP to APRSIS32. I only connected a radio to the second audio channel, knowing that APRSIS32 will only TX on the first TCP/IP channel. I was surprised to find that the radio PTT was triggered, but nothing was actually sent (no audio). Since I had an issue before, where my configuration cause the PTT to activate, I am unsure if this is related to THAT issue, or if APRSIS32 will cause the PTT to go active, even if the request is on the non-TX capable TCP/IP channel. Has anyone else tried a multi-channel KISS configuration? If so, have you seen the the PTT activate on the second channel? Robert Giuliano FYI: Nexus is a version of RaspberryPi OS for HAM radio and specifically the Nexus DR-X multi-radio interface board for the Raspberry Pi and Fe-Pi sound card. I believe they took over the Fe-Pi board designs and manufacturing.
|
|
Re: Follow window pop-ups
Don Woodward
Thanks - I choose "Suppress Notifications" - I'll see how that goes.
73's
Don W.
KD4APP
EM84au
From: APRSISCE@groups.io <APRSISCE@groups.io> on behalf of Lynn Deffenbaugh via groups.io <kj4erj@...>
Sent: Monday, November 1, 2021 9:22 AM To: APRSISCE@groups.io <APRSISCE@groups.io> Subject: Re: [APRSISCE] Follow window pop-ups Ah, or alternatively it is a Mic-E-initiated popup. Check your Configure / Mic-E Notifications for any that are enabled that have "New" option as these will automatically open a new multi-track window when that status is received.
This is my implementation of the action items described at http://aprs.org/aprs12/EmergencyCode.txt
"CENTER" - I just generate a message as this is really abused "CENTER and ZOOM" - Will open a new multi-track and generate a message "CENTER and ZOOM and ALARM" - Will open a new multi-track that flashes (IIRC)
The station itself is also drawn with a colored border as indicated in the menu options below. And the Station information display will show the most recently received Mic-E status, if any.
Lynn (D) - KJ4ERJ - Author of APRSISCE for Windows Mobile and Win32 On 11/1/2021 9:07 AM, Don Woodward wrote:
|
|
Re: Follow window pop-ups
Don Woodward
Thanks - I choose "Suppress Notifications" - I'll see how that goes.
73's
Don W.
KD4APP
EM84au
From: APRSISCE@groups.io <APRSISCE@groups.io> on behalf of Lynn Deffenbaugh via groups.io <kj4erj@...>
Sent: Monday, November 1, 2021 9:22 AM To: APRSISCE@groups.io <APRSISCE@groups.io> Subject: Re: [APRSISCE] Follow window pop-ups Ah, or alternatively it is a Mic-E-initiated popup. Check your Configure / Mic-E Notifications for any that are enabled that have "New" option as these will automatically open a new multi-track window when that status is received.
This is my implementation of the action items described at http://aprs.org/aprs12/EmergencyCode.txt
"CENTER" - I just generate a message as this is really abused "CENTER and ZOOM" - Will open a new multi-track and generate a message "CENTER and ZOOM and ALARM" - Will open a new multi-track that flashes (IIRC)
The station itself is also drawn with a colored border as indicated in the menu options below. And the Station information display will show the most recently received Mic-E status, if any.
Lynn (D) - KJ4ERJ - Author of APRSISCE for Windows Mobile and Win32 On 11/1/2021 9:07 AM, Don Woodward wrote:
|
|
Re: Follow window pop-ups
Lynn Deffenbaugh
Ah, or alternatively it is a Mic-E-initiated popup. Check your Configure / Mic-E Notifications for any that are enabled that have "New" option as these will automatically open a new multi-track window when that status is received.
This is my implementation of the action items described at http://aprs.org/aprs12/EmergencyCode.txt
"CENTER" - I just generate a message as this is really abused "CENTER and ZOOM" - Will open a new multi-track and generate a message "CENTER and ZOOM and ALARM" - Will open a new multi-track that flashes (IIRC)
The station itself is also drawn with a colored border as
indicated in the menu options below. And the Station information
display will show the most recently received Mic-E status, if any.
Lynn (D) - KJ4ERJ - Author of APRSISCE for Windows Mobile and Win32
On 11/1/2021 9:07 AM, Don Woodward
wrote:
|
|
Re: Follow window pop-ups
Lynn Deffenbaugh
Check if you have a nickname declared for that station.
Or close the multitrack and then restart APRSIS32. Lynn (D) - KJ4ERJ - Author of APRSISCE for Windows Mobile and Win32
On 11/1/2021 9:07 AM, Don Woodward
wrote:
|
|
Follow window pop-ups
Don Woodward
I'm running APRISISCE under Windows as an iGATE (two way).
A "Follow" window periodically pops up and I have been closing it manually.
Is there a way to prevent this pop-up?
TIA and 73,
Don W.
KD4APP
EM84au
|
|
Re: Message Traffic
Lynn Deffenbaugh
If the messages are telemetry definitions, APRSIS32 will not show them. If they are eavesdropped, they'll show up just like normal
messages, but coloring the upper right corner box green and
showing them to you when you click on it. Lynn (D) - KJ4ERJ - Author of APRSISCE
for Windows Mobile and Win32
On 10/31/2021 3:15 PM, Mike Cooper
wrote:
I have that checked off, what screen does it show up on? AGW tracker shows a bunch of messages, but I cant seem to find any of it when I use aprsisce?
|
|
Re: Message Traffic
Mike Cooper
I have that checked off, what screen does it show up on? AGW tracker shows a bunch of messages, but I cant seem to find any of it when I use aprsisce?
Thanks Mike - W7OSG
|
|
Re: Message Traffic
Adam Mahnke
On Sun, Oct 31, 2021, 15:00 Mike Cooper <w7osg2@...> wrote: Is there a screen or configuration that will let one monitor all message traffic?
|
|