Sunday 17 May 2009

TinyTrak4 as fill-in digipeater

I was thinking, why do I need to power on my PC when someone already gated the packets out to the net. What I want to do is to escalate/repeat packets sent by APRS stations from "Bermuda" area of Sg Buloh to the digipeater-to-be somewhere at Genting. Since I've Argendata Tracker2 already, I was thinking, why not try the Byonic TinyTrack4 and have it run in standalone mode and acts as a digipeater. So, ordered mine through 9W2PD (bulk order) and received it early of the week.

The hardest part for me is to set the TT4 to recognise incoming packets. When I received the TT4, I could not get it to recognise any packet, so put off by it .. I didn't touch it for few days (+ the busy days debugging BSP/ABAP Object/middleware and stuff related to work that it). To get it working with my FT-60R HT, I need to set the SQL all the way counterclock wise (off), set the volume to 25%, RXAMP and CDCODE and CDLEVEL as the configuration shown below.

My configuration is: Tinytrack4 + Yaesu FT-60R, configuration as I put into the software (Alpha 0.51 firmware), the important fields to get the digipeater working are in bold:

300 is FALSE
TXTDISP is FALSE
NODISP is FALSE
PPATHING is FALSE
DMSDISP is FALSE
MICETMV is FALSE
ENTS is FALSE
TELHIRES is FALSE
TELVOLT is TRUE
TELTEMP is TRUE
PREEMPT is FALSE
DIGIID is TRUE
TOSV is FALSE
TALT is TRUE
TIMESTAMP is TRUE
TIMEHMS is TRUE
SBEN is FALSE
TSWPT is TRUE
AMODE is TEXT
BMODE is TEXT
ABAUD is 19200
BBAUD is 4800
SSIDROUTE is 0
ALTNET is APTT4
MYCALL is 9W2TPT-4
DIGI1 is WIDE1-1
DIGI2 is WIDE2-1
DIGI3 is
PPATH1ST is
PPATH2ND is
TSTATUS is Digipeater SgBuloh
BTEXT is >Digipeater SgBuloh
BPERIOD is 900
TXD is 60
PERSIST is 65
SLOTTIME is 15
QUIET is 10
CDMODE is TONES
CDLEVEL is 12
TXLEVEL is 128
TXTWIST is 50
RXAMP is 13
GWAYLEN is 9
GWAYMODE is NMEA
LOCATION is 0312.8666N 10133.4500E
GALT is 1000
TSYMCODE is #
TSYMTABLE is S
STATUSRATE is 1
PPERIOD is 600
SBSSPEED is 5
SBFSPEED is 60
SBSPERIOD is 1800
SBFPERIOD is 90
SBTANGLE is 27
SBTSLOPE is 255
SBTTIME is 5
MICEMESSAGE is 0
TSOFFSET is 17
TDAO is 0
TPROTOCOL is APRS
TPERIOD is 1200
ALIAS1 is WIDE1-1
ALIAS2 is
ALIAS3 is
DUPETIME is 30
FILTERCALL is

Update: aprs.fi doesn't like the beacon text w/o '>', so, added it manually to the beacon text line.. don't see this with Tracker2 though.

Update 2: According to Byon, the only required parameter to enable the digipeater is the ALIAS1. The rest are just supporting parameters.

3 comments:

renato said...

Hy,
I'm professor at Federal Fluminense University in Niteroi City near 15Km of Rio de Janeiro City. Ou group's researchers will install the Igate and two digipeaters for weather monitoring. Last year we observed the tragedy in the Bumba comunity where people dyed. In the moment I coordenate the group of entusiasts andresearchers for initial struture for APRS weather monitoring. I have tree TT4, one complete station of university but the configuration of TT4 for Igate is the real problem. It's possible to help-me? Thanks and sorry for may english.
PU1RGS
Renato Barcellos
pu1rgs@gmail.com
renato@vm.uff.br

Unknown said...

Hi,
I have a tt4, firmware v.0.6 and i need to configuration of tt4 Digipeater. Dou you have the file "settings.txt" ? Tank you for attention. My e-mail is adcas@br.inter.net.
Respectfully,

Eduardo- PU2YYP

Unknown said...

Hy, I have the TT4, and i need configuration to tt4 in DigiPeater. Dou you have the file "settings.txt" ?
Tank´s for attention,
Respectfully,

Eduardo PU2YYP

Calling MS SQL Stored Procedure from ABAP

One of the few things sometime coming up in your ticket request. Calling stored procedure from ABAP to remote SQL server.  How do we send th...