Solved! Icom 821 and SatPC32 uplink frequency weirdness
...and there was much rejoicing.
Trying to get back on the satellites after many (10 year?) hiatus. [Yes, I missed AO-51, Arrisat, and a lot of the earlier cubesats. Sigh.] Trying to use SatPC32 to control my Icom 821H and I was seeing weird behavior and having trouble finding and staying tuned on my downlink. Manual control worked fine, but I wanted the computer taking care of some of the work for me. Finally noticed that the frequency jumps were EXACTLY the default repeater offsets used when the rig is in FM/repeater mode. No idea how the satellite section got that way (hidden menu triggered? stray bit flip?) but it happened whenever SatPC32 sent frequency corrections (either automatic Doppler correction from the software or tuning via keyboard commands) while I was transmitting.
Solution was a full reset of the radio. Satellite mode works as it should, confirmed by some nice, computer-supported voice QSOs on AO-7 and VO-52 this evening.
So, to summarize (and hopefully make it easier for anyone searching amsat-bb in the future if they run into this):
Problem: Icom 821 in satellite mode. Sub-band transmitter frequency jumps +600 kHz (2M) or -5 MHz (70cm) while transmitting in CW, SSB, and FM, as soon as software sends a frequency correction to the radio. No jumps or problems when just listening and tuning across transponder. Manual satellite mode (software control off) behaves normally. Manual does not indicate satellite mode has a repeater offset feature.
Solution: Full reset of radio, reconfigure radio as needed (interface baud rate and verify address) for software control.
Thanks to the folks I contacted direct (searches of amsat-bb archives for SatPC32 and Icom 821 issues) for their suggestions and encouragement. Sometimes a problem that appears to be between the radio & the computer or software is due to the radio, not the computer.
73, hope to work many of you on the birds. Steve KS1G FM18hx [email protected]
Space Track are beta testing a new website. It includes an API for element downloads. http://beta.space-track.org
look under the docs section
Steve Daniels G6UIM
Hi,
They are using RESTful APIs for web services so that should make life a lot easier for those of us writing apps and other services.
Dave, G4DPZ
On 07/06/12 14:22, Steve Daniels wrote:
Space Track are beta testing a new website. It includes an API for element downloads. http://beta.space-track.org
look under the docs section
Steve Daniels G6UIM
Sent via [email protected]. 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
The API looks pretty simple from the docs. I just took a stab at it, using curl, this is all I had to do to authenticate and issue a query:
Authenticate (comes from their docs):
curl -v -c cookies.txt -b cookies.txt -k https://beta.space-track.org/ajaxauth/login -d 'identity=USERNAME&password=PASSWORD'
Issue their example ISS Min/Max Historical Apogee Perigee query:
curl -v -b cookies.txt -k https://beta.space-track.org/basicspacedata/query/class/satcat/CATALOGNUM/25...
Joseph Armbruster
On Thu, Jun 7, 2012 at 6:46 PM, David A Johnson [email protected] wrote:
Hi,
They are using RESTful APIs for web services so that should make life a lot easier for those of us writing apps and other services.
Dave, G4DPZ
On 07/06/12 14:22, Steve Daniels wrote:
Space Track are beta testing a new website. It includes an API for element downloads. http://beta.space-track.org
look under the docs section
Steve Daniels G6UIM
______________________________**_________________ Sent via [email protected]. 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-bbhttp://amsat.org/mailman/listinfo/amsat-bb
______________________________**_________________ Sent via [email protected]. 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-bbhttp://amsat.org/mailman/listinfo/amsat-bb
It looks like it has some nice features including only downloading only updates instead of all the data and a nice systematic way of downloading decay information (which is new I think).
The one thing I am trying to figure out how it works is downloading updates when one has multiple clients. Is the last login stored on the server or on the client? Will I need to create separate accounts for each piece of software or merely maintain a cookie file?
On a related note, how widely available is space-track data? I realize amsat, celestrak, and others have agreements to redistribute data. But what do the restrictions to non-US persons look like?
Charles AA1VS
On Thu, Jun 7, 2012 at 9:22 AM, Steve Daniels [email protected] wrote:
Space Track are beta testing a new website. It includes an API for element downloads. http://beta.space-track.org
look under the docs section
Steve Daniels G6UIM
Sent via [email protected]. 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
participants (5)
-
Charles Suprin
-
David A Johnson
-
Joseph Armbruster
-
Stephan Greene
-
Steve Daniels