Postagens

Mostrando postagens de maio, 2020

APRS Pi-Star Beacon

Imagem
https://forum.pistar.uk/viewtopic.php?t=1724 https://nq4t.com/making-my-hotspots-beacon-aprs-is-w-real-time-connection-data/ (here explains a lot how it works) Worth trying... PS . See bellow another user has tried with another piece of code.... CODE:  SELECT ALL #!/bin/bash # load nema sentence from GPS gpsr=$(gpspipe -n 8 -r gpsdaddress:2947|sed -n '/$GPGGA/{p;q}') #GPS Sync Check - if no GPS lock, no run gpss=$(printf "$gpsr" | cut -d ',' -f7) test "$gpss" = "0" && exit #we didn't exit so we can continue gps=$(printf "$gpsr" | cut -b 19-42|sed 's#N,#N\\#g'|sed 's#,##g'|cut -b 1-7,10-19,22) #Define login info user=URCALL password=URPASS #Define object user info senduser=URCALL-SSID #Define comment - DMR ONLY # get DMR TG info, parse it, write it to file #dmr=$(curl -s http://pi-stardmr.local/mmdvmhost/bm_links2.php| sed 's/<[^>]\+>//g' | sed 's/None//g' | sed '...

APRS and Pi-Star

https://forum.pistar.uk/viewtopic.php?t=1048 A few related notes: You can add your coordinates on the Configuration page > General Configuration: Latitude, Longitude, Town (which can include the name of your town, followed by a comma and a space, and then your 6-digit QTH locator grid square), and country. Per Andy Taylor in the Pi-Star Users Support Group: "If you are running D-Star mode, and you add your position information to the dashboard, you will get D-PRS positioning from ircDDBGateway." If you want to prevent sending APRS positioning info via Brandmeister, you can add the tag NOGATE or NOAPRS to the Priority Message field in the BrandMeister dashboard. For a hotspot, you can find that field in the My hotspots settings. You can add an APRS host on the Configuration page > D-STAR Configuration: APRS Host, and also Yaesu System Fusion Configuration > APRS Host. There's also an APRS-related setting in the Expert Editor > ircDDBgateway Quick Editor:...