Difference between revisions of "FoxTelem"

From SatNOGS Wiki
(Initial framework)
 
(Categories)
 
(15 intermediate revisions by one other user not shown)
Line 1: Line 1:
The Fox Telemetry Decoder allows the user to demodulate, store and analyze telemetry data from AMSAT’s Fox series of Cube Sats.<ref>{{cite web |url=https://www.amsat.org/foxtelem-software-for-windows-mac-linux |title=FoxTelem Software for Windows, Mac, & Linux |publisher=AMSAT |format=PDF |access-date=6 June 2018}}</ref>
+
The Fox Telemetry Decoder allows the user to demodulate, store and analyze telemetry data from AMSAT’s Fox series of Cube Sats. For more information and downloading the latest copy of FoxTelem for Windows, Mac or Linux see: https://www.amsat.org/foxtelem-software-for-windows-mac-linux
 +
 
 +
==Downloading ogg file from observation==
 +
On the bottom left of the observation page, click the download audio button.
 +
 
 +
<p>[[File:SatNOGSAudioWaterfallDownload.png]]</p>
 +
 
 +
The downloaded file will have a filename that looks like this:
 +
satnogs_ObservationNumber_YYYY-MM-DD-SomeMoreStuff.ogg
  
 
==Converting SatNOGS ogg file to wav==
 
==Converting SatNOGS ogg file to wav==
  
==Uploading wav file into FoxTelem==
+
On a Linux command line, the conversion looks like this:
 +
<pre>
 +
$sox satnogs_ObservationNumber_YYYY-MM-DD-SomeMoreStuff.ogg ObservationAudio.wav
 +
</pre>
 +
 
 +
==Uploading wav file into FoxTelem and demodulating==
 +
Then start FoxTelem and click the start button and locate the wav file you want to demodulate.
 +
 
 +
On a Linux command line, starting FoxTelem looks like this:
 +
<pre>
 +
$java -jar FoxTelem.jar
 +
</pre>
 +
 
 +
<p>[[File:FoxTelemDemodulate.png]]</p>
  
 
==Interpreting the results==
 
==Interpreting the results==
 +
When it's done, select the tab for the appropriate Satellite name.  For Fox1-A (AO 85), the first sub-tab shows the health telemetry.
 +
 +
<p>[[File:FoxTelemHealth.png]]</p>
 +
 +
The second sub-tab shows the Vanderbilt University Radiation experiment results.
 +
<p>[[File:FoxTelemVURad.png]]</p>
 +
 +
The third sub-tab shows additional ground station measurements.
 +
<p>[[File:FoxTelemMeasurements.png]]</p>
  
== References ==
+
[[Category:Operate]]
{{Reflist}}
+
[[Category:Software]]
 +
[[Category:RF Modes]]

Latest revision as of 21:57, 19 January 2020

The Fox Telemetry Decoder allows the user to demodulate, store and analyze telemetry data from AMSAT’s Fox series of Cube Sats. For more information and downloading the latest copy of FoxTelem for Windows, Mac or Linux see: https://www.amsat.org/foxtelem-software-for-windows-mac-linux

Downloading ogg file from observation

On the bottom left of the observation page, click the download audio button.

SatNOGSAudioWaterfallDownload.png

The downloaded file will have a filename that looks like this: satnogs_ObservationNumber_YYYY-MM-DD-SomeMoreStuff.ogg

Converting SatNOGS ogg file to wav

On a Linux command line, the conversion looks like this:

$sox satnogs_ObservationNumber_YYYY-MM-DD-SomeMoreStuff.ogg ObservationAudio.wav

Uploading wav file into FoxTelem and demodulating

Then start FoxTelem and click the start button and locate the wav file you want to demodulate.

On a Linux command line, starting FoxTelem looks like this:

$java -jar FoxTelem.jar

FoxTelemDemodulate.png

Interpreting the results

When it's done, select the tab for the appropriate Satellite name. For Fox1-A (AO 85), the first sub-tab shows the health telemetry.

FoxTelemHealth.png

The second sub-tab shows the Vanderbilt University Radiation experiment results.

FoxTelemVURad.png

The third sub-tab shows additional ground station measurements.

FoxTelemMeasurements.png