Re: [amsat-bb] Round-the-world M0XER-4

2014-07-31 Thread Andrew Koenig
I'm not sure if this link has been passed around yet, but it has a few
photos and some info on the system.

http://www.leobodnar.com/balloons/B-64/


On Thu, Jul 31, 2014 at 3:51 PM, M5AKA m5...@yahoo.co.uk wrote:

 Hi Bob,

 Yes, that's a library image of one of Leo's solar powered payloads, I
 don't have a pic of B-64.

 If you send Leo an email I'm sure he'd fill you in on the details - I'm
 just amazed he's managed to get everything into such a small and light
 package, as you might expect the rechargeable cell is the heaviest part.

 73 Trevor M5AKA



 On Thursday, 31 July 2014, 21:26, Robert Bruninga bruni...@usna.edu
 wrote:



 Trevor,

 The M0XER-4 (I thought) did frequency shifting (APRS 144 MHz national
 channels over Europe and the US), and so I thought it had more complexity.
 The image shown on the link below only has 434 MHz antennas, no obvious
 GPS and no VHF antennas.  Can you clarify and help us get an idea of what
 this M0XER4 payload actually looked like?  Thanks, Bob, WB4aPR


 -Original Message-
 From: amsat-bb-boun...@amsat.org [mailto:amsat-bb-boun...@amsat.org] On
 Behalf Of M5AKA
 Sent: Thursday, July 31, 2014 4:06 PM
 To: AMSAT BB
 Subject: Re: [amsat-bb] Round-the-world M0XER-4

 http://amsat-uk.org/2014/07/31/434-mhz-balloon-b-64-completes-epic-journey
 /

 73 Trevor M5AKA
 ___
 Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
 Not an AMSAT-NA member? Join now to support the amateur satellite program!
 Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb
 ___
 Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
 Not an AMSAT-NA member? Join now to support the amateur satellite program!
 Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb




-- 
Andrew Koenig
___
Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


Re: [amsat-bb] Question for Gpredict Users

2014-06-21 Thread Andrew Koenig
It's not that difficult. I'm going to CC the 'bb on this so anybody else
facing the same problem can use this. Also, they should be almost drop-in
compatible, but I ran all of this on a Linux Mint install, not Ubuntu. Mint
(IMHO) is a little more friendlier than Ubuntu, but is a direct fork of
Ubuntu so you shouldn't have any compatibility issues.

First, install git and some dependencies. This assumes GPredict is already
installed.

*sudo apt-get install git libglib2.0-dev libtool intltool
libcurl4-gnutls-dev libgoocanvas-dev*

Then you'll want to grab the code.

*git clone git://git.code.sf.net/p/gpredict/code
http://git.code.sf.net/p/gpredict/code gpredict-code*

This will create a new directory (probably gpredict-code); you'll want to
move into that directory.

*cd gpredict-code *

Next, run the autogen script. This prepares the code for installation.

*./autogen.sh*

Assuming that runs all the way through without exiting for errors, run

*./configure*

then

*make*

and finally

*sudo make install*

Assuming everything goes according to plan, you should be able to launch
the program by running

*/usr/local/bin/gpredict*

Make sure it's the correct version by going to Help  About GPredict.
GPREDICT 1.3.242-b445 is the text you're looking for.

Finally, let's replace the out-of-date binary with this one. This probably
isn't the best way to do it, but it works.



*sudo mv /usr/local/bin/gpredict /usr/bin/*
That should do it for updating it to the latest version.

Other changes that were helpful:
 Duplex TRX  Sub Up / Main Down in the interfaces prompt
 Modules  Layout  Select Layout All Views (Wide) (Requires restart of
program)

Anyway, good luck. Let me know how it turns out.

73 de KE5GDB



On Sat, Jun 21, 2014 at 12:53 PM, Richard Lawn rjl...@gmail.com wrote:

 Rats! It's been a struggle up to this point. Maybe I should wait for it to
 hit the repository. If not I'll need specific directions on how to compile
 it as I've never done that before.
 Thanks.
 Rick

 On Saturday, June 21, 2014, Andrew Koenig ke5...@gmail.com wrote:

 Rick,

 This is where things get exponentially more difficult. There's a bug in
 GPredict that directly affects the 847, and it's been fixed, but that fix
 hasn't propagated through the repositories yet. You'd need to build
 GPredict from source code to have the change applied.

 git clone git://git.code.sf.net/p/gpredict/code gpredict-code

 That command is where you'd start. I think from there you'd run
 autoconf.sh or something. At this point things start getting fuzzy as to
 how I fixed it, but it wasn't a simple process.


 On Sat, Jun 21, 2014 at 10:47 AM, Richard Lawn rjl...@gmail.com wrote:

 This is fabulous! You've gotten me very close to all this working. I now
 I have CAT control but when call up the radio control panel in Gpredict
 and select SO50 for example the main tune jumps to the correct 70cm freq
 for downlink but the sub tuning freq for uplink remains unchanged. I must
 be missing a command line command for the 847 in Hamlib which I still don't
 entirely understand but I'm getting there. Any suggestions on how to make
 this last fix?
 Tnx
 Rick

 On Saturday, June 21, 2014, Andrew Koenig ke5...@gmail.com wrote:

 Rick,

 GPredict will control your rig, but it requires hamlib. From the
 command line, you must run rigctld -m 101 -s 9600 /dev/ttyS0. These
 parameters will change for whatever flavor of radio you're using (m = rig
 number; s = CAT baud rate). Rigctld is part of hamlib. I think the command
 to list all of the different radios supported is rigctl --list.

 Under the Interface configuration, you must specify your rig
 capabilities. All this does is tell GPredict what to expect from
 hamlib/rigctld.

 rotctld is the one for your rotor. It works in the same manor as
 rigctld.

 Let me know if you've got any more questions or need further
 explanations. I think these commands are correct, but I'm not at the shack
 PC.

 73 de KE5GDB


 On Fri, Jun 20, 2014 at 4:41 PM, Richard Lawn rjl...@gmail.com wrote:

 I'm new to using Ubuntu-Linux. I finally with a lot of outside
 counciling
 got FlDigi to run using either Hamlib or Flrig to handle CAT on my
 FT-847.
 I thought I was home free until I found that Gpredict would not
 control CAT
 on the radio. What am I doing wrong? Can anyone help? Linux is my only
 resource on this old XP P3 computer. Ubuntu runs great if I can only
 learn
 how to use command line Linus language hi hi!
 73
 Rick
 W2JAZ
 ___
 Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the
 author.
 Not an AMSAT-NA member? Join now to support the amateur satellite
 program!
 Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb




 --
 Andrew Koenig




 --
 Andrew Koenig




-- 
Andrew Koenig
___
Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur

[amsat-bb] K5UTD Is On The Air

2014-04-17 Thread Andrew Koenig
Hello Group!

After about 6 months of work, I'm proud to say that the K5UTD Amateur Radio
Club (University of Texas at Dallas) has finished setting up our satellite
station. Typically it should take a weekend and a case of beer to get the
job done, but this required a little more planning and involvement as we
had to collect the parts from various people and build several components
on our own; not to mention the fact that we get side-tracked like no other
club. For example, an effort to get the rotor controller resulted in moving
about four truckloads worth of gear.

We're using an FT-847 for our primary radio, and a Kenpro G-5400 for our
rotor system. We've interfaced the G-5400 to the computer using an Arduino.
It works rather well with GPredict. The final bug in the system has to do
with GPredict talking to the '847, but that should be easily fixed with an
update.

The antennas are on the roof of our Engineering and Computer Science
building, about 20 feet off the roof, 70 feet above ground. Out of luck, we
had a GlenMartin RT-936 and the associated non-penetrating mount just
hanging out in our closet. Carrying the 50 cinder blocks up to the roof for
that mount was not fun though. Coax wise, we have about 20 feet of Davis
Bury-flex for our initial run, which then feeds some very nice ARR preamps.
The final 200 foot run of coax to the shack is 1/2 Heliax. There are a few
jumpers here in the shack too.

I was able to make a few contacts through SO-50 today, and plan to be more
active. With the help of DK3WN's SatBlog, I've had no trouble picking out
some cubesats and listening to the beacons and telemetry. Telemetry
collection is one of the primary goals for this station. Our other goals
for this station, aside from having fun on the air, are to get club
recognition on campus and to work with the William B. Hanson Center for
Space Sciences on upper atmospheric projects.

Station photos: http://imgur.com/a/6TGOJ

Also, if you know a member of the former TI club, give them a hug (or
handshake) on our behalf. None of the current K5UTD projects could have
been possible without them.

73!
Andrew Koenig, KE5GDB
Vice President, K5UTD
Research Assistant, Center for Space Sciences
___
Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


[amsat-bb] Re: K5UTD Is On The Air

2014-04-17 Thread Andrew Koenig
Nick and Bryce,

In another email, Bruce (KK5DO) mentioned trying to get all of the college
stations on the air for a few passes. Let me know if you'd be interested. I
suggest we time it somewhere around School Club Roundup.




On Thu, Apr 17, 2014 at 4:35 PM, Bryce Salmi bstguitar...@gmail.com wrote:

 Hey Andrew!

 If your college club is active definitely check out K2GXT (Rochester
 Institute of Technology) http://www.rit.edu/sg/amateurradioclub/ as they
 are very active. Theres a semi-functional satellite station there, finding
 time to finish it was the hardest part. Give them an email! Congrats on the
 station!

 Bryce
 KB1LQC


 On Thu, Apr 17, 2014 at 9:05 AM, Andrew Koenig ke5...@gmail.com wrote:

 Hello Group!

 After about 6 months of work, I'm proud to say that the K5UTD Amateur
 Radio
 Club (University of Texas at Dallas) has finished setting up our satellite
 station. Typically it should take a weekend and a case of beer to get the
 job done, but this required a little more planning and involvement as we
 had to collect the parts from various people and build several components
 on our own; not to mention the fact that we get side-tracked like no other
 club. For example, an effort to get the rotor controller resulted in
 moving
 about four truckloads worth of gear.

 We're using an FT-847 for our primary radio, and a Kenpro G-5400 for our
 rotor system. We've interfaced the G-5400 to the computer using an
 Arduino.
 It works rather well with GPredict. The final bug in the system has to do
 with GPredict talking to the '847, but that should be easily fixed with an
 update.

 The antennas are on the roof of our Engineering and Computer Science
 building, about 20 feet off the roof, 70 feet above ground. Out of luck,
 we
 had a GlenMartin RT-936 and the associated non-penetrating mount just
 hanging out in our closet. Carrying the 50 cinder blocks up to the roof
 for
 that mount was not fun though. Coax wise, we have about 20 feet of Davis
 Bury-flex for our initial run, which then feeds some very nice ARR
 preamps.
 The final 200 foot run of coax to the shack is 1/2 Heliax. There are a
 few
 jumpers here in the shack too.

 I was able to make a few contacts through SO-50 today, and plan to be more
 active. With the help of DK3WN's SatBlog, I've had no trouble picking out
 some cubesats and listening to the beacons and telemetry. Telemetry
 collection is one of the primary goals for this station. Our other goals
 for this station, aside from having fun on the air, are to get club
 recognition on campus and to work with the William B. Hanson Center for
 Space Sciences on upper atmospheric projects.

 Station photos: http://imgur.com/a/6TGOJ

 Also, if you know a member of the former TI club, give them a hug (or
 handshake) on our behalf. None of the current K5UTD projects could have
 been possible without them.

 73!
 Andrew Koenig, KE5GDB
 Vice President, K5UTD
 Research Assistant, Center for Space Sciences
 ___
 Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
 Not an AMSAT-NA member? Join now to support the amateur satellite program!
 Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb





-- 
Andrew Koenig
___
Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


[amsat-bb] Re: K5UTD Is On The Air

2014-04-17 Thread Andrew Koenig
Glen,

While technically not in Dallas, I will argue that it is partially in
Dallas County. See the image linked below. Our antennas are 100 feet from
Dallas County, according to Google Earth.

The only thing left of TAGER is the TAGER tower, and from what I hear, they
want to take it down. It's sad, as the tower is hosting 1 repeater, and
might be hosting a second in the near future.

Feel free to drop by on our repeater 145.43- 110.9. It's typically used by
K5UTD club members and a few TI guys.

http://i.imgur.com/imcazFj.jpg




On Thu, Apr 17, 2014 at 8:39 PM, Glen Zook gz...@yahoo.com wrote:

 I just hope their signals are clean!  :)  Just joking!

 UTD, actually UTDIRICC (University of Texas, at Dallas, in Richardson, in
 Collin County) is located about 1-mile, straight west, of my house.

 UTD is NOT located in Dallas!  It is in Richardson, Texas, former home of
 the new  corporate headquarters of the Collins Radio Company.  UTD
 started as the Southwest Center for Advanced Studies / TAGER (The
 Association for Graduate Engineering Research) and when that facility
 became associated with the University of Texas System, J. Erik Jonsson, the
 top official of TAGER , was the CEO of Texas Instruments and was also a
 former mayor of the City of Dallas.  Jonsson insisted that the new
 university be called the University of Texas at Dallas and not, like with
 other University of Texas campuses, be associated with the city in which
 the university is actually located.  As such, the university is not the
 University of Texas at Richardson.

 The main university complex is not even in Dallas County!  It is in Collin
 County.

 Glen, K9STH


 Website: http://k9sth.com
   On Thursday, April 17, 2014 5:16 PM, Andrew Glasbrenner 
 glasbren...@mindspring.com wrote:
  In the not so distant past, in a galaxy not so far away, we had college
 satellite night the first Thursday of the month.

 73, Drew KO4MA

 Sent from my iPhone

  On Apr 17, 2014, at 5:52 PM, Andrew Koenig ke5...@gmail.com wrote:
 
  Nick and Bryce,
 
  In another email, Bruce (KK5DO) mentioned trying to get all of the
 college
  stations on the air for a few passes. Let me know if you'd be
 interested. I
  suggest we time it somewhere around School Club Roundup.
 
 
 
 
  On Thu, Apr 17, 2014 at 4:35 PM, Bryce Salmi bstguitar...@gmail.com
 wrote:
 
  Hey Andrew!
 
  If your college club is active definitely check out K2GXT (Rochester
  Institute of Technology) http://www.rit.edu/sg/amateurradioclub/ as
 they
  are very active. Theres a semi-functional satellite station there,
 finding
  time to finish it was the hardest part. Give them an email! Congrats on
 the
  station!
 
  Bryce
  KB1LQC
 
 
  On Thu, Apr 17, 2014 at 9:05 AM, Andrew Koenig ke5...@gmail.com
 wrote:
 
  Hello Group!
 
  After about 6 months of work, I'm proud to say that the K5UTD Amateur
  Radio
  Club (University of Texas at Dallas) has finished setting up our
 satellite
  station. Typically it should take a weekend and a case of beer to get
 the
  job done, but this required a little more planning and involvement as
 we
  had to collect the parts from various people and build several
 components
  on our own; not to mention the fact that we get side-tracked like no
 other
  club. For example, an effort to get the rotor controller resulted in
  moving
  about four truckloads worth of gear.
 
  We're using an FT-847 for our primary radio, and a Kenpro G-5400 for
 our
  rotor system. We've interfaced the G-5400 to the computer using an
  Arduino.
  It works rather well with GPredict. The final bug in the system has to
 do
  with GPredict talking to the '847, but that should be easily fixed
 with an
  update.
 
  The antennas are on the roof of our Engineering and Computer Science
  building, about 20 feet off the roof, 70 feet above ground. Out of
 luck,
  we
  had a GlenMartin RT-936 and the associated non-penetrating mount just
  hanging out in our closet. Carrying the 50 cinder blocks up to the roof
  for
  that mount was not fun though. Coax wise, we have about 20 feet of
 Davis
  Bury-flex for our initial run, which then feeds some very nice ARR
  preamps.
  The final 200 foot run of coax to the shack is 1/2 Heliax. There are a
  few
  jumpers here in the shack too.
 
  I was able to make a few contacts through SO-50 today, and plan to be
 more
  active. With the help of DK3WN's SatBlog, I've had no trouble picking
 out
  some cubesats and listening to the beacons and telemetry. Telemetry
  collection is one of the primary goals for this station. Our other
 goals
  for this station, aside from having fun on the air, are to get club
  recognition on campus and to work with the William B. Hanson Center for
  Space Sciences on upper atmospheric projects.
 
  Station photos: http://imgur.com/a/6TGOJ
 
  Also, if you know a member of the former TI club, give them a hug (or
  handshake) on our behalf. None of the current K5UTD projects could have
  been possible without them

[amsat-bb] Re: K5UTD Is On The Air

2014-04-17 Thread Andrew Koenig
Greg,

At this point in time, we're entirely grounded to the building's Franklin
loop. Although this is probably adequate, it's not quite up to our
standards. We don't have any lightning arrestors on our coax (yet), but
it's on the shopping list for Ham-Com and Dayton. They're not high, but
also not low priority. When we do get some, they'll likely be mounted near
our preamp box.

73's de KE5GDB


On Thu, Apr 17, 2014 at 9:28 PM, Greg D ko6th.g...@gmail.com wrote:

 Nice project!

 Just curious, what did you do for lightning protection?

 Greg  KO6TH


 Andrew Koenig wrote:

 Hello Group!

 After about 6 months of work, I'm proud to say that the K5UTD Amateur
 Radio
 Club (University of Texas at Dallas) has finished setting up our satellite
 station. Typically it should take a weekend and a case of beer to get the
 job done, but this required a little more planning and involvement as we
 had to collect the parts from various people and build several components
 on our own; not to mention the fact that we get side-tracked like no other
 club. For example, an effort to get the rotor controller resulted in
 moving
 about four truckloads worth of gear.

 We're using an FT-847 for our primary radio, and a Kenpro G-5400 for our
 rotor system. We've interfaced the G-5400 to the computer using an
 Arduino.
 It works rather well with GPredict. The final bug in the system has to do
 with GPredict talking to the '847, but that should be easily fixed with an
 update.

 The antennas are on the roof of our Engineering and Computer Science
 building, about 20 feet off the roof, 70 feet above ground. Out of luck,
 we
 had a GlenMartin RT-936 and the associated non-penetrating mount just
 hanging out in our closet. Carrying the 50 cinder blocks up to the roof
 for
 that mount was not fun though. Coax wise, we have about 20 feet of Davis
 Bury-flex for our initial run, which then feeds some very nice ARR
 preamps.
 The final 200 foot run of coax to the shack is 1/2 Heliax. There are a
 few
 jumpers here in the shack too.

 I was able to make a few contacts through SO-50 today, and plan to be more
 active. With the help of DK3WN's SatBlog, I've had no trouble picking out
 some cubesats and listening to the beacons and telemetry. Telemetry
 collection is one of the primary goals for this station. Our other goals
 for this station, aside from having fun on the air, are to get club
 recognition on campus and to work with the William B. Hanson Center for
 Space Sciences on upper atmospheric projects.

 Station photos: http://imgur.com/a/6TGOJ

 Also, if you know a member of the former TI club, give them a hug (or
 handshake) on our behalf. None of the current K5UTD projects could have
 been possible without them.

 73!
 Andrew Koenig, KE5GDB
 Vice President, K5UTD
 Research Assistant, Center for Space Sciences
 ___
 Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
 Not an AMSAT-NA member? Join now to support the amateur satellite program!
 Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb





-- 
Andrew Koenig
___
Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


[amsat-bb] Re: satellite durability fm vs. linears

2011-11-29 Thread Andrew Koenig
The thing I've been wondering (and this is in no way accusatory, just a
question out of curiosity) is why we didn't build the IHU's with NVRAM and
a circuit to cut the batteries completely out of the loop. Since the cell
failure seems inevitable, it would only make sense to design the satellites
in a way that they can work without the batteries when the batteries do
fail.

In my humble opinion, I think DO-64 was genius. It happened to fail for
another reason, but it was an interesting concept. Their telemetry program
was pretty neat too.

On Tue, Nov 29, 2011 at 3:10 PM, i8cvs domenico.i8...@tin.it wrote:

 - Original Message -
 From: zach hillerson qstick...@yahoo.com
 To: amsat-bb@amsat.org
 Sent: Tuesday, November 29, 2011 4:48 PM
 Subject: [amsat-bb] satellite durability fm vs. linears

 Serious question regarding satellite durability. It seems with HO68, SO67,
 and now AO51, the FM satellites are quickly going away. It also seems that
 the older linear counterparts such as AO7, VO52 and FO29 all seem to
 continue working properly.

 Zach
 N4ERZ

 Hi Zach, N4EZR

 You are right,the FM satellites are going away but the older linears
 continue to work very well and particularly VO52 but there are no
 many users on VO52 at most three or four stations when the bird
 is over North of Europe and nobody when the bird is over North
 Africa.

 Yesterday on the ascending orbit Nr 35527 I was in contact with
 IW6OVD chatting in SSB for 12 minutes only with him the full
 orbit like on the telephone.

 IW6OVD posted a mp3 file of the above QSO at the following
 address:

 http://hamradio.selfip.com/iw6ovd/VO-52.mp3

 If you haven't worked either of these three historic satellites,AO7
 VO52 (and FO29 when is active) do it NOW!

 73 de

 i8CVS Domenico


 ___
 Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
 Not an AMSAT-NA member? Join now to support the amateur satellite program!
 Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb




-- 
Andrew Koenig
___
Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


[amsat-bb] Re: Extra, Extra, Read All About It - AMSAT Online Store

2011-06-08 Thread Andrew Koenig
The server was moved to a new location, and the IP address changed. You
might have better luck by flushing your DNS (`ipconfig -flushdns` I
believe), or by going straight to the IP (
http://169.228.66.5/amsat-new/index.php).

On Wed, Jun 8, 2011 at 11:29 AM, David A. B. Johnson 
d...@thejohnsonsonline.net wrote:

 Yep failing from the UK too:

 ...
 25  muir-720-nodem-core-720-10ge.ucsd.edu (132.239.255.249)  205.652 ms
 207.114 ms  207.325 ms
 26  amsat.org (128.54.16.15)  214.968 ms  215.428 ms  216.165 ms

 Server is answering but not apache.

 73

 Dave
 G4DPZ




 On 08/06/11 17:02, Michael Wolthuis wrote:
  Is anyone else having issues reaching www.amsat.org today?  I get a
 Server
  could not be found error.
 
  traceroute shows it dying at:
  muir-720-nodem-core-720-10ge.ucsd.edu (132.239.255.249)  75.596 ms
  75.123
  ms  75.068 ms
 
 
 
 
  Mike
  kb8zgl
 
 
  On 6/8/11 11:54 AM, Brucekk...@arrl.net  wrote:
 
  Hot off the presses, you don't want to miss out on these new additions
  to the AMSAT online store for 2011.
 
  The latest from Gould, WA4SXM, Getting Started With Amateur Satellites -
  2011. Excellent for the beginner to learn the ins and outs of the most
  popular satellites. Also contains information on ARISSat-1, P3 Express
  and AMSAT Fox.
 
  There is a new 2011 Frequency chart, updated May, 2011 by Mike, N1JEZ.
 
  Catch a fly ball or keep the sun off your head with the new 2011
  Baseball Cap
 
  Show off your support for ARISSat-1 with a handsome red Polo Shirt or
  gray T-Shirt
 
  Visit the AMSAT online store and see pictures and pricing to your door.
  http://www.amsat.org click on link in left margin.
 
  73...bruce
  (today... AMSAT online store manager)
 
  --
 
  Bruce Paige, KK5DO
 
  AMSAT Director Contests and Awards
 
  ARRL Awards Manager (WAS, 5BWAS, VUCC), VE
 
  Houston AMSAT Net - Wed 0100z on Echolink - Conference *AMSAT*
  Also live streaming MP3 at http://www.amsatnet.com
  Podcast at http://www.amsatnet.com/podcast.xml or iTunes
 
  Latest satellite news on the ARRL Audio News
  http://www.arrl.org
 
  AMSAT on Twitter http://www.twitter.com/amsat
 
  ___
  Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the
 author.
  Not an AMSAT-NA member? Join now to support the amateur satellite
 program!
  Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb
 
  ___
  Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
  Not an AMSAT-NA member? Join now to support the amateur satellite
 program!
  Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb
 

 ___
 Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
 Not an AMSAT-NA member? Join now to support the amateur satellite program!
 Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb




-- 
Andrew Koenig
___
Sent via AMSAT-BB@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


[amsat-bb] K2BSA Special Event Station

2010-07-25 Thread Andrew Koenig
This week, K2BSA will be operating on the satellites from the 2010 National
Scout Jamboree. We expect to make most of the FM satellite passes that cover
FM18 (Fort AP Hill, VA) in the evenings, and we will experiment with the
linear birds too. Finally, we have an ARISS contact planned too.

QSL cards for the 100th anniversary are available if you send a card, and
SASE, to the QRZ K2BSA address.

73's de K2BSA

-- 
Andrew Koenig
___
Sent via amsat...@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


[amsat-bb] Re: field day

2010-06-28 Thread Andrew Koenig
Field day was quite amazing down here in Houston too. I was one of the
operators for K5HOU. I had never heard SO-50 with so many people! I tried 3
passes, 2 of which were on SO-50, and we didn't make a single contact, but
we still had a ton of fun trying.

On Mon, Jun 28, 2010 at 3:59 PM, davekn...@aol.com wrote:


 We had a Blast also during FD!  I was one of the ops from our club station
 (K4BFT Big Fat Turkey) and worked many of you.  I think AO-51 sounded more
 like ch 19! LOL LOL

 Dave, kn4ok







 -Original Message-
 From: Bob- W7LRD w7...@comcast.net
 To: amsat-bb@amsat.org
 Sent: Mon, Jun 28, 2010 3:16 pm
 Subject: [amsat-bb] field day



 Had an absolute blast on field day.  AO-7 sounded like a 20M pile up
 grin.
 ven the S band operation on AO-51 was busy.  With so many stations on the
 atellites should we not have more AMSAT members?  Defined as more dues
 paying
 nd contributing members.  This is rocket science and as I been preaching,
 this
 s rocket science and that ain't cheap.
 73 Bob W7LRD
 __
 ent via amsat...@amsat.org. Opinions expressed are those of the author.
 ot an AMSAT-NA member? Join now to support the amateur satellite program!
 ubscription settings: http://amsat.org/mailman/listinfo/amsat-bb

 ___
 Sent via amsat...@amsat.org. Opinions expressed are those of the author.
 Not an AMSAT-NA member? Join now to support the amateur satellite program!
 Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb




-- 
Andrew Koenig
___
Sent via amsat...@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


[amsat-bb] Re: Request

2009-09-19 Thread Andrew Koenig
All of that information is available to you, just in 2 separate locations.
The sat name, launch date, frequency/mode, and keps are all at the
amsat.orgwebsite, and the activity can be found at
oscar.dcarr.org. As far as getting the information updated on these sites
with the new satellite, you must remember that they are both volunteer run,
and the updates have to fit in the schedule of the volunteers who run the
sites.

73 de KE5GDB

On Sat, Sep 19, 2009 at 8:42 AM, Ben Jackson b...@innismir.net wrote:

 http://oscar.dcarr.org?

 --
 Ben Jackson - b...@innismir.net - www.innismir.net
 Sent from my Mobile Device
 Andrew Rich wrote:

 Can we get a web page that shows



 Sat name



 Lauch date



 Active in last 24 hours



 Frequency / mode.



 Keps ?





 --

 Andrew Rich

 Airways Technical Officer Grade 4

 Surveillance - RADAR ADS-B

 Amateur Radio Callsign VK4TEC

 email: vk4...@tech-software.net

 web: www.tech-software.net

 ___

 Sent via amsat...@amsat.org. Opinions expressed are those of the author.

 Not an AMSAT-NA member? Join now to support the amateur satellite program!

 Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


 ___
 Sent via amsat...@amsat.org. Opinions expressed are those of the author.
 Not an AMSAT-NA member? Join now to support the amateur satellite program!
 Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb




-- 
Andrew Koenig
___
Sent via amsat...@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


[amsat-bb] Re: PE1RAH pictures from Ham Fair Tokyo

2009-08-24 Thread Andrew Koenig
Do you happen to have any pictures of the Yaesu FTM-350?

On Mon, Aug 24, 2009 at 11:31 AM, William Leijenaar pe1...@yahoo.comwrote:

 Hi AMSATs,

 Please check the website of Alan, GM1SXX who has made a picture gallery for
 me of the pictures made at the Ham Fair in Tokyo.

 http://www.pe1rah.observations.biz/index.htm

 More pictures will follow, so check it up again, after some time.

 I have also seen the new ICOM 9100 at the ICOM booth on the Ham Fair here
 in Tokyo.
 The rig looks very nice, but when I asked some technical details they said
 that they still working on it and that it is not finished yet. The IC9100 on
 the booth was not RF operational (maybe reason why no mic was connected on
 it). It still has a nice look, and it would be a great rig to have in the
 future shack.

 My thanks to Alan, GM1SXX for making the picture gallery

 73 de JA/PE1RAH,

 William Leijenaar in Tokyo.
 ---




 ___
 Sent via amsat...@amsat.org. Opinions expressed are those of the author.
 Not an AMSAT-NA member? Join now to support the amateur satellite program!
 Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb




-- 
Andrew Koenig
___
Sent via amsat...@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


[amsat-bb] KE5GDB in EL94

2009-07-18 Thread Andrew Koenig
I'm here at Sea Base, a Boy Scout high adventure camp in the FL Keys.
I have my FT-60 and an Arrow, so I will do my best to make it on some
of the afternnon/evening passes when not diving. I'll be here until
tuesady.

73 de KE5GDB

-- 
Andrew Koenig
___
Sent via amsat...@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


[amsat-bb] Re: NASA Kills Ulysses

2009-07-01 Thread Andrew Koenig
This whole discussion relates back to Bob's proposed idea of having several
Cubesats on standby in the event that we're given a last minute opportunity
to launch.

I think that'd be the place to start.

73 de KE5GDB

On Wed, Jul 1, 2009 at 2:12 PM, Luc Leblanc luclebla...@videotron.cawrote:



 Hello planners!

 Some launch test are planned for Aries I rocket is it possible that some
 free dummy payload space will be available?




 http://powerfromspace.blogspot.com/2008/05/aries-rocket-motor-test-video-clips.html

 Full screen on You tube


 http://www.youtube.com/watch?v=jY2CcZk_aNQeurl=http%3A%2F%2Fpowerfromspace.blogspot.com%2F2008%2F05%2Faries-rocket-motor-test-video-
 clips.htmlfeature=player_embeddedhttp://www.youtube.com/watch?v=jY2CcZk_aNQeurl=http%3A%2F%2Fpowerfromspace.blogspot.com%2F2008%2F05%2Faries-rocket-motor-test-video-%0Aclips.htmlfeature=player_embedded

 Pop up you volume...


 On 1 Jul 2009 at 12:43, David - KG4ZLB wrote:

  I know it would be expensive but on the if you spread your net wide
  enough view of thinking, could we not approach commercial satellite
  projects prior to launch and bung a transponder on them only to be used
  when the primary mission fails? OK, so you might win some, might lose
  some and I know it would be expensive but it seems better than the
  situation we have now, plus we could be potentially building in some
  long term birds that would replace the current ageing fleet. It would be
  a long term view, but it would be something!
 
  Presumably this has been brought up before but no harm in re-hashing it
  for any new ideas especially with the BoD voting soon to happen! :-D
 
  73
 
  David
 
  -
  David
  KG4ZLB
  www.kg4zlb.com
 
 
 
 
 



 -


 Luc Leblanc VE2DWE
 Skype VE2DWE
 www.qsl.net/ve2dwe
 WAC BASIC CW PHONE SATELLITE





 ___
 Sent via amsat...@amsat.org. Opinions expressed are those of the author.
 Not an AMSAT-NA member? Join now to support the amateur satellite program!
 Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb




-- 
Andrew Koenig
___
Sent via amsat...@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


[amsat-bb] Full Duplex Radios - A Complete List

2009-06-09 Thread Andrew Koenig
After a couple of hours of surfing around on Universal Radio and other
radios sites that keep a good archive, I've completed the list of full
duplex radios. Use it however you want; print it out before a hamfest, post
it in your shack. All that I ask is that you let me know if there are any
errors on the list.

Full URL: http://thathamkid.com/website/ham-radio/full-duplex-radios
Shortend URL: http://bit.ly/JclIa

Also, up in the top right-hand corner of the article is a little icon of a
printer. For a printable version (without all of the template junk), click
that icon.

-- 
Andrew Koenig
73 de KE5GDB
___
Sent via amsat...@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


[amsat-bb] Re: SO50 problems and questions

2009-06-09 Thread Andrew Koenig
? Join now to support the amateur satellite program!
 Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb




-- 
Andrew Koenig
___
Sent via amsat...@amsat.org. Opinions expressed are those of the author.
Not an AMSAT-NA member? Join now to support the amateur satellite program!
Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb


[amsat-bb] Re: SO50 problems and questions

2009-06-09 Thread Andrew Koenig
I also forgot to mention that a PreAmp makes all of the difference. I worked
a few passes with N5AFV this past weekend for Museum Ship weekend, and he
let me borrow his preamp. On AO-27, it went from an S-1 to an S6, and with
SO-50 it went from an S-0 (still audible though) to an S-4. I'll also
embarrassingly admit that I had my arrow pointed in the wrong direction (for
part of the pass), and AO-27 was still audible with an S3, but only with the
preamp.

I believe we used an AAR SP450VDA.

On Tue, Jun 9, 2009 at 11:22 PM, Andrew Koenig ke5...@gmail.com wrote:

 I would try taking the antenna off of the tripod for a little while. The
 polarization of the satellites changes constantly, and with the antenna on
 the tripod, it's difficult to compensate for those changes.

 Also, AO-51 is a much stronger bird than SO-50, but AO-27 is the strongest
 at the moment. AO-27 has the same frequencies as SO-50, but there is no
 tone, and it's got a timer on it that turns it on when it reaches (about)
 the Gulf Coast line (for the purposes of maintaining battery power). You'll
 have time to get your antenna in the right place with the 20 seconds of
 telemetry it starts with (see http://www.ao27.org/AO27/index.shtml for a
 schedule).

 For your situation, I would recommend trying AO-27 until you are familiar
 with the satellites. AO-27 isn't as crowded as AO-51, but it's also not as
 quiet (both in traffic and output) as SO-50.

 Don't quote me on it, but I think AO-51 has less than 500mW output right
 now, AO-27 is 500mW and SO-50 is 250mW.

 Good luck! Once you get the hang of it, it's easy enoguh that a teenager
 can do it (I'd know..)

 73 de KE5GDB

 On Tue, Jun 9, 2009 at 9:18 PM, LeRoy Miller kd8...@sprint.blackberry.net
  wrote:

 Hello

 I am relatively new (- I have been tring on my own to get the hang of
 working the satellites) with little or no luck.

 I have been posting my failed results to twitter and getting over
 frustrated in my attempts - luckly there have been a few who have given me
 pointers. And one very nice person kl7cn let me call him and he talked me
 though a few things during the call he said maybe I should try the SO50. So
 today I did try it
 And much to my surprise and happiness it was easy enough to pickup and
 find and things seemed to working for me (He told me that is was a quite
 machine and that I might have to look for it a bit)
 The pass I tried was at 1710 UTC (110 pm local est) and the sat was moving
 from the southwest to the northeast from my previous trys on the AO51 I knew
 that I would probably not get it while it was still low (less then about 20
 degrees - also because of where I was pointing the antenna that low I was
 pointing right at a building) I reasoned that if I started looking at about
 24 degrees I would being doing much better (so that is what I did) at about
 1714 or 1715 UTC I had heard the SO51 for the first time, still a bit rough
 and probably still a little low by the time it was up around the 40 degree
 mark I thought
 What the heck I am here, people are talking why not try to make a contact
 - so that is what I did
 I think I waited just a little longer got a nice strong signal and put my
 call out

 KD8BXP em79 --
 What I heard on the downlink really surprised me - it was this horrable
 noise (it almost sounded like when 2 people double) I don't know what I did
 but thought ok maybe feedback from the microphone so I unpluged the external
 and tried again
 I got the same horrable sound

 Now I am sorry up front for this noise I am sure people heard it - so if
 you were on around 1717 - 1720 I am so sorry upfront

 But that leads me to my question - what did I do wrong?
 And how can I correct the problem and try again

 I have been really frustrated with the AO51 so much so that I almost put
 my rig antenna and what not on ebay 3 days ago - I cooled off but I really
 want to work this bird
 It seemed (at least to a newbie) an easy one to find and maybe make
 contacts on.

 You will need to know the setup:
 TH-D7 A (not the G model I have a G but didn't use it this time)
 Arrow (2 meter/440) mounted to a telescope tripod
 Eeepc running ubuntu linux a gpredict
 External mic for the radio
 I was on 145.850 pl 67hz for the uplink
 And 436.800 for the downlink
 Radio was in duplex mode and sql was turned off (or open if you prefer)
 And the balance on the speaker was set for only the 440 side
 I was at 40 - 50 degrees when I first keyed up and the second time would
 have been when it was at its highest point of between 64 and 74 degrees
 I was on the high power setting
 I have used this radio for both local repeater work and aprs and no one
 has ever told me that it was making horrable noises
 And I think if it was making horrable noises while transmitting aprs the
 data would be corrpted

 I hope I have given enough information. I hope someone can help I don't
 want to make horrable noises again

 One other thing but I am sure it is my problem not one