Keyboard Shortcuts
Likes
- Yaac-Users
- Messages
Search
APRS decode/map display, No Internet
Chuck Berry
Previously posted on Facebook-APRS. It was suggested that I post here.
Looking for a APRS receive/decode/display map solution for a upcoming race event.? Most solutions revolve around an IGate. I would like to do with a SDR, Raspberry Pi and 10" monitor. Suggestions Please. Note: Internet unavailable. There are two digipeaters in the surroundings hills that will cover the race course. Thx, Chuck N7CHS |
Re: Inconsistent Behavior
It looks like the problem is in the filter you specified for the APRS-IS port. You have a filter of "r/100". However, that is not correct syntax for an "r" filter. For your location, an expression similar to "r/42/-88/100" (latitude/longitude/range) would work correctly. You might have intended to use an "m" filter, where the circle center is assumed from your beacon position. I'm not sure if any of the different programs used for APRS-IS backbone servers would accept the invalid syntax of the "r" filter you are using and assume you meant a "m" filter, so the variation might depend on which specific backbone server you connected to at any time.
Andrew, KA2DDO author of YAAC |
Inconsistent Behavior
Andrew, I'm just scratching my head. I know it is a configuration error on my part, but where? I've attached both my direwolf config and the export from YAAC.? |
Re: Confused about display
Excellent. Thanks Andrew!
toggle quoted message
Show quoted text
On Apr 28, 2020, at 11:09 AM, Andrew P. <andrewemt@...> wrote: |
Re: Confused about display
No, that's perfectly normal. Most mobile and portable APRS radios transmit the Mic-E format of position report message, which is a highly compact, compressed, and human-illegible format for encoding the station latitude, longitude, status code and APRS symbol. The gory details of this message format are documented in chapter 10 of the APRS Protocol Specification. What is being displayed in the Radio View are the exact characters in the APRS packet, not the decoded human-meaningful data.
If you want to see what the data decodes to, click the right arrow button on the Radio View window to cycle through the different views modes. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Thomas Utesch <tom@...> Sent: Tuesday, April 28, 2020 8:52 AM When observing the radio display on YAAC when and my separate Yaesu FT-100DR beacons I get this on the YAAC radio display: `g2Nl"+[/`"6+}_0 What do I have configured wrong, either on my HT or YAAC? Thanks. Tom - KG2U |
Re: RXTX native library not found
Re: running YAAC as root: DON'T DO IT!
The reason it works as root and then fails horribly as an ordinary user is that root has access to everything, and doesn't need to be granted access to serial ports, the lock directory, etc. Furthermore, it creates the YAAC log files as owned by root, so that a later run of YAAC as ordinary user doesn't have permission to append to the log files. Grant your ordinary user account membership in the appropriate groups (lock and dialout) and ensure the /run/lock directory's group is lock and it is group-writeable. |
Re: YAAC as I-Gate using PI-TNC. Not going to APRS.fi
The I-gate symbols are documented on the YAAC help page on configuring an I-gate. However, as a short reminder, there are several symbol choices, depending on how your I-gate is set up.
I& is the typical I-gate symbol (& is the symbol code for gateways of all types, and the overlay indicates the type). T& indicates a transmit-capable I-gate (since so many are receive-only). 2& indicates a transmit-capable I-gate that uses a digipeat path allowing a second RF hop (one digipeat). R& indicates a receive-only I-gate (unable or unwilling to forward Internet packets to local RF stations). I# is a variant of the digipeater symbol indicating a station functioning as both a digipeater and an I-gate. Don't use D&, as that indicates a D-star gateway. Hope this helps. Andrew, KA2DDO author of YAAC |
Re: Tracking station not working
Greetings. Playing catch-up on things I didn't answer, or answered privately instead of to the list.
The Track Station option just keeps the station on the visible part of the map. It only pans if the station would move off the edge of the map. This is because map re-drawing is expensive, especially on machines like the Raspberry Pi with extremely slow mass storage (the SD card). So I wanted to minimize the map redraws to only when necessary. Note that, if you are tracking multiple mobile stations that are going off opposite sides of the map, the map may zoom out to keep both stations on the map simultaneously. There is a new choice on the View menu, the Tracked Station List, which allows you to customize the map behavior on a per-station basis. One useful option there is the Double-Sized Icon; if you are not already using double-sized icons for all stations, this could make it easier to spot tracked stations because they would be drawn larger on the map. Hope this helps. Andrew, KA2DDO author of YAAC |
Re: Missing lake in front of my house
开云体育Wow, Andrew, that is great.? I look forward to seeing the results.? Thank you very much for your excellent program and the support you provide.? Truly extraordinary!! ? Joe VA3JLF ? ? Sent from for Windows 10 ? From: Andrew P.
Sent: April 26, 2020 8:38 PM To: [email protected] Subject: Re: [yaac-users] Missing lake in front of my house ? Hi, Joe. ? |
Re: Configuration for fill-in digipeater / RF <> IS Igate
Andrew,
thanks a lot for getting back to me on this. ?I wasn’t sure if I’d posted correctly and I apologize for not following up. ?After this I checked my setup again and I think I’ve figured out that I had the tx delay on the TNCPI set to short such that even though it was transmitting when my radios heard the “ack” from the Digipeater from a Igated device my radios wouldn’t hear it, they just heard the last part of the transmission I guess. So i got on and programmed a 250ms preamble delay and haven’t had any problems with the outbound transmissions. ? Great software, I’m deploying this on a popular repeater site to cover the east / central side of phoenix area. ? |
Re: Missing lake in front of my house
Hi, Joe.
After much tearing of hair and taking the names of several famous mathematicians in vain :-) I have found a new algorithm for the map importer that fixes your issues on Lake Ontario (and several other places). I'm still resolving some corner cases for Lake Superior and Lake Michigan, but I hope to have them fixed as well in a few days. It's just painful that it takes 20 hours (!) to run the entire planet OSM dataset through the importer so I can check the results. I fixed most of the Lake Ontario issues using a map data excerpt for just the lake and its immediate surrounds, but even that took an hour per run. Andrew, KA2DDO |
Re: Changing Call Sign in YACC
To avoid this issue for other users, I am making a change in the configuration wizard in build 149, such that changing your callsign will check for every port using the old callsign and ask whether you want to update the callsign on those ports. It will also account for SSID changes (even if the callsign doesn't change).
|
Re: APRS-IS passes weather, RF does not
开云体育That's what I'm planning for the next build. Just a little bit of delay before sending the next packet, and filling in the packet when it is transmitted, rather than when it is queued.And no problem with using another APRS app better suited for the platform. Even if there wasn't a lack of Java support for the lower-powered processor on the Pi Zero, it's just too undersized to handle all of YAAC's graphical UI. And a remote station doesn't really need a graphical UI anyway. Andrew, KA2DDO author of YAAC -------- Original message --------
From: Bill WA4OPQ <wa4opq@...> Date: 4/22/20 17:14 (GMT-05:00) To: [email protected] Subject: Re: [yaac-users] APRS-IS passes weather, RF does not I'll always be a YAAC enthusiast, but for a remote wx station I'll probably use aprx on a pi zero.? By copying the weather format from YAAC I've got it sending positionless weather packets and using the digipeater symbol.?? It has a weather packet every ten minutes and a position packet every 30 minutes. So there is no reason (that I can see) that YAAC has to immediately send the weather packet following the position packet. It appears that any reasonable delay is possible. |
Re: APRS-IS passes weather, RF does not
I'll always be a YAAC enthusiast, but for a remote wx station I'll probably use aprx on a pi zero.? By copying the weather format from YAAC I've got it sending positionless weather packets and using the digipeater symbol.?? It has a weather packet every ten minutes and a position packet every 30 minutes. So there is no reason (that I can see) that YAAC has to immediately send the weather packet following the position packet. It appears that any reasonable delay is possible. |