[arm-allstar] APRS
Luc Drolet VE2LUQ
ldrolet at cgocable.ca
Sat Aug 18 21:05:25 EDT 2018
Hello to you,
I have one of my colleges tells me, that even you must have a radio to connect to your repeater with 144.39Mhz
I thought my NODE 1400 145.130Mhz with its asterisk that everything was ok, only the configuration in Asterisk
that I needed to add, as we did together:
load = app_gps.so
and add the gps.conf file
; Configuration for app_gps
;
[general]
call = ve2luq; callsign (including SSID) for APRS purposes
password = xxxxxxxxx; Password for APRS-IS server
comment = AllStar Node 1400; Text to be displayed with this station
server = rotate.aprs2.net; APRS-IS server to report information
port = 14580; port on server to send data
interval = 600; Beacon interval in seconds
icon = r; A CAR (default) Icon for the APRS display (see below)
; comport = / dev / ttyS0; Serial port for GPS receiver
baudrate = 4800; Baud rate for GPS receiver
;debug = y; set this for debug output
freq = 145.130; Display Frequency of station
tone = 100.0; CTCSS tone of station (0.0 for none)
lat = 46.1344359; Fixed latitude in decimal degrees
lon = -71.2263340; Fixed (default) longitude in decimal degrees
elev = 123.4; Elevation of Antenna in Meters (* NOT * HAAT)
power = 1; Power level (see below)
height = 2; Antenna Height in HAAT (see below)
gain = 3; Antenna Gain (see below)
dir = 0; Antenna Direction (see below)
Luc
> Le 18 août 2018 à 19:50, Luc Drolet VE2LUQ <ldrolet at cgocable.ca> a écrit :
>
> Hi James,
>
> Yes I have good load = app_gps.so
> but I do not see anything on the aprs.fi web page
>
> OK, I saw that you put a ";" at
> ; behavior = / dev / ttyS0; Serial port for GPS receiver
>
> I'm going to try
>
> Luc
>
>
>> Le 18 août 2018 à 19:03, James Hause via arm-allstar <arm-allstar at hamvoip.org> a écrit :
>>
>> Below is my gps.conf file Note lines in Red are commented out on mine.
>> Hope this helps.
>> ; Configuration for app_gps
>> ;
>> [general]
>> call = KF5LBT-5 ; callsign (including SSID) for APRS purposes
>> password = XXXXX ; Password for APRS-IS server for above callsign
>> comment = AllStar Node 46738 ; Text to be displayed associated with this
>> station
>> server = rotate.aprs2.net ; APRS-IS server to report information to
>> port = 14580 ; port on server to send data
>> interval = 600 ; Beacon interval in seconds
>> icon = r ; Antenna Icon do be displayed for station on APRS display
>> ;comport = /dev/ttyS0 ; Serial port for GPS receiver (specify this only if
>> using GPS receiver) Commented out
>> ;baudrate = 4800 ; Baud rate for GPS receiver (specify this only if using
>> GPS receiver) Commented out
>> ;debug = y ; set this for debug output Commented out
>> freq=147.465 ; Display Frequency of station
>> tone=0.0 ; CTCSS tone of station (0.0 for none)
>> lat=32.91425 ; Fixed (default) latitude in decimal degrees
>> lon=-97.11686 ; Fixed (default) longitude in decimal degrees
>> elev=180 ; Elevation of Antenna in Meters (*NOT* HAAT)
>> power=0 ; Power level (see below)
>> height=4 ; Antenna Height in HAAT (see below)
>> gain=3 ; Antenna Gain (see below)
>> dir=0 ; Antenna Direction (see below) Omni is 0
>>
>>
>> For Modules:
>>
>> In the same /etc/asterisk directory, type nano modules.conf
>> Scroll down 59 lines until you find:
>> noload => app_gps.so ; GPS interface module
>> Then simply delete the letters "no" so it looks like:
>> load => app_gps.so ; GPS interface module
>> Ctrl-x to save and exit.
>>
>> On Sat, Aug 18, 2018 at 5:39 PM, "Luc Drolet VE2LUQ via arm-allstar" <
>> arm-allstar at hamvoip.org> wrote:
>>
>>> Hello James,
>>>
>>> I put
>>>
>>> load = app_gps.so
>>> [global]
>>>
>>> and I waited 15 minutes to be sure to see on the web page aprs.fi if I
>>> can see the repeater
>>> and nothing is displayed
>>>
>>> Luc
>>> VE2LUQ
>>>
>>>> Le 18 août 2018 à 18:10, James Hause via arm-allstar <
>>> arm-allstar at hamvoip.org> a écrit :
>>>>
>>>> I think I see your problem. You need to change in MODULES.CONF
>>> "noload =
>>>> app_gps.so",
>>>> to load=app.gps.so. Having the noload tells it no NOT load, you want
>>> it
>>>> to load.
>>>>
>>>> On Sat, Aug 18, 2018 at 4:21 PM, "Luc Drolet VE2LUQ via arm-allstar" <
>>>> arm-allstar at hamvoip.org> wrote:
>>>>
>>>>> Hello to you,
>>>>>
>>>>> With asterisk I think we can have a tag placed on the APRS.FI site of
>>> the
>>>>> repeater position
>>>>> I added the file using the ssh mode of the raspberry PI
>>>>>
>>>>> and I can not see my position on the APRS.FI website
>>>>> in addition I also put in MODULES.CONF "noload = app_gps.so"
>>>>>
>>>>> ;——————————
>>>>> ; Configuration for app_gps
>>>>> ;
>>>>> [general]
>>>>>
>>>>> call = ve2luq; callsign (including SSID) for APRS purposes
>>>>> password = xxxxxxxxxxxx; Password for APRS-IS server
>>>>> comment = AllStar Node 1400; Text to be displayed with this station
>>>>> server = rotate.aprs2.net; APRS-IS server to report information
>>>>> port = 14580; port on server to send data
>>>>> interval = 600; Beacon interval in seconds
>>>>> icon = r; A CAR (default) Icon for the APRS display (see below)
>>>>> comport = / dev / ttyS0; Serial port for GPS receiver
>>>>> baudrate = 4800; Baud rate for GPS receiver
>>>>> debug = y; set this for debug output
>>>>> freq = 145.130; Display Frequency of station
>>>>> tone = 100.0; CTCSS tone of station (0.0 for none)
>>>>> lat = 46.1344359; Fixed latitude in decimal degrees
>>>>> lon = -71.2263340; Fixed (default) longitude in decimal degrees
>>>>> elev = 123.4; Elevation of Antenna in Meters (* NOT * HAAT)
>>>>> power = 1; Power level (see below)
>>>>> height = 2; Antenna Height in HAAT (see below)
>>>>> gain = 3; Antenna Gain (see below)
>>>>> dir = 0; Antenna Direction (see below)
>>>>> ;--------------------------
>>>>>
>>>>>
>>>>> I can not see where my mistake is
>>>>> I think it must work to see our position of our repeaters on the
>>> APRS.FI
>>>>> website
>>>>>
>>>>> Thank you and have a nice evening to you all
>>>>>
>>>>> Luc
>>>>> VE2LUQ
>>>>> _______________________________________________
>>>>>
>>>>> arm-allstar mailing list
>>>>> arm-allstar at hamvoip.org
>>>>> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
>>>>>
>>>>> Visit the BBB and RPi2/3 web page - http://hamvoip.org
>>>> _______________________________________________
>>>>
>>>> arm-allstar mailing list
>>>> arm-allstar at hamvoip.org
>>>> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
>>>>
>>>> Visit the BBB and RPi2/3 web page - http://hamvoip.org
>>>
>>> _______________________________________________
>>>
>>> arm-allstar mailing list
>>> arm-allstar at hamvoip.org
>>> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
>>>
>>> Visit the BBB and RPi2/3 web page - http://hamvoip.org
>> _______________________________________________
>>
>> arm-allstar mailing list
>> arm-allstar at hamvoip.org
>> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
>>
>> Visit the BBB and RPi2/3 web page - http://hamvoip.org
>
More information about the arm-allstar
mailing list