Scott:<div><br></div><div>Yeap, I've figured if someone already hadn't done it, it was trivial. I was going to suggest the behavior of the tracker could also be influenced by altitude (beacon rate, digi path) but I'm seeing not only can that be done, but you provided examples:</div>
<div><br></div><div><a href="http://wiki.argentdata.com/index.php?title=Scripting">http://wiki.argentdata.com/index.php?title=Scripting</a><br><div><br></div><div>Hey, maybe you can get a sticker on the side of the balloon payload, aka NASCAR, if they use your tracker?  </div>
<div><br></div><div><br><br><div class="gmail_quote">On Tue, Apr 28, 2009 at 11:56 AM, Scott Miller <span dir="ltr"><<a href="mailto:scott@opentrac.org">scott@opentrac.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I wonder how much time it would have taken to put this pseudo-code in the firmware?<br>
<br>
if ((longitude > -30) && (longitude < 180))      set_frequency(144800);<br>
else<br>
     set_frequency(144390);<br>
</blockquote>
<br></div>
You can actually do that in the T2-301's scripting system, more or less.  You have to define geographic areas with lat/lon corners, but that could be an entire hemisphere.  And you have to check that you only make the frequency change when crossing in or out of the region, so that it doesn't try to change frequencies constantly.<br>

<br>
Hmm, maybe I'll write a default script for the 301 that sets it to the local APRS frequency for whatever region you're in...<br>
<br>
Scott<br>
N1VG<div><div></div><div class="h5"><br>
</div></div></blockquote></div><br></div></div>