Differences between revisions 3 and 4
Revision 3 as of 2012-06-23 15:43:14
Size: 1256
Comment:
Revision 4 as of 2012-06-23 15:54:19
Size: 1782
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
==== Requirements (Debian/GNU Linux) ==== === Requirements (Debian/GNU Linux) ===
Line 11: Line 11:
==== Setup ==== === Setup ===
Line 23: Line 23:
===== rigctl ===== ==== rigctl ====
Line 25: Line 25:
We use rigctl and rigctld from hamlib to talk to the Dongle. Test if We use rigctl and rigctld from hamlib to talk to the Dongle. Test if rigctl can talk to the Dongle by issuing the following command, that attempts to read the frequency the Dongle is currently listening to:

{{{
rigctl -m 2513 -r /dev/fcd f
}}}

If you get something like {{{rig_open: error = IO error}}} it´s not working. If it prints a number like {{{97000000}}} it works! If things work you can use rigctld to permanently talk to your Dongle:

{{{
rigctld -m 2513 -r /dev/fcd
}}}

==== gpredict ====

Start gpredict and go to the global preferences controls. Choose Interfaces (?)

Howto let gpredict talk to your Funcube Dongle

If you want to listen to signals from satellites using a Funcube Dongle, it can be nice to automatically adjust the Dongle´s frequency. This page shows you how to setup your system so gpredict sets the frequency, taking the doppler shift into account.

Requirements (Debian/GNU Linux)

  • gpredict (gpredict)
  • hamlib utils (libhamlib-utils)
  • optional: qthid

Setup

To set permissions on the Funcube Dongle device and create a symlink in /dev/, use these two lines (taken from the qthid README) in a file in your system´s udev directory (/etc/udev/rules.d/ in Debian/GNU Linux). Restart udev after you added the file

# Udev rule for the Funcube Dongle to be used with libusb:
SUBSYSTEM=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666", SYMLINK+="fcd"

# Udev rule for the Funcube Dongle to be used with HIDAPI/hidraw:
KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb56", MODE="0666"

rigctl

We use rigctl and rigctld from hamlib to talk to the Dongle. Test if rigctl can talk to the Dongle by issuing the following command, that attempts to read the frequency the Dongle is currently listening to:

rigctl -m 2513 -r /dev/fcd f

If you get something like rig_open: error = IO error it´s not working. If it prints a number like 97000000 it works! If things work you can use rigctld to permanently talk to your Dongle:

rigctld -m 2513 -r /dev/fcd

gpredict

Start gpredict and go to the global preferences controls. Choose Interfaces (?)

sat: GpredictFuncubeDongleIntegration (last edited 2012-06-23 20:26:12 by JogiHofmueller)