Hamlib/kit
Nate Bargmann 8e0a3f09b3 Distribute kit/README.funcubedongle
(cherry picked from commit 97366d966b)
2011-05-29 07:38:53 -05:00
..
Makefile.am Distribute kit/README.funcubedongle 2011-05-29 07:38:53 -05:00
README.funcubedongle Fundongle README from Wouter Weggelaar, PA3WEG 2011-04-20 09:29:54 -05:00
dds60.c initial release of DDS-60 2007-10-23 21:56:30 +00:00
drt1.c renamed port_t as hamlib_port_t 2005-04-03 12:27:17 +00:00
dwt.c RIG_LEVEL_STRENGTH fix from Andrew Murphy 2008-12-09 22:07:21 +00:00
elektor304.c status reported as stable 2007-11-07 19:12:55 +00:00
elektor507.c bump backend version 2010-08-23 21:48:49 +00:00
fifisdr.c FiFi-SDR backend: add more filter options 2011-02-04 23:20:42 +00:00
funcube.c Make usb_set_configuration() optional upon backend choice, disable it for FUNcude dongle 2011-04-11 23:24:44 +02:00
funcube.h Make usb_set_configuration() optional upon backend choice, disable it for FUNcude dongle 2011-04-11 23:24:44 +02:00
kit.c Add backend for FiFi-SDR 2011-02-04 23:20:09 +00:00
kit.h Add backend for FiFi-SDR 2011-02-04 23:20:09 +00:00
miniVNA.c moved miniVNA to kit subdir 2008-04-11 18:03:53 +00:00
pcrotor.c added PcRotor in a new kit rotor group 2008-10-31 07:45:17 +00:00
si570avrusb.c Prepare FiFi-SDR backend refactoring 2011-02-04 23:19:47 +00:00
si570avrusb.h initial release of SoftRock Si570, based on usbsoftrock-0.5 by VK6JBL 2009-09-04 21:52:04 +00:00
usrp.c initial release 2005-11-01 23:12:11 +00:00
usrp_impl.cc Patch from fc13, to let build with newer usrp releases 2010-08-23 21:37:06 +00:00
usrp_impl.h initial release 2005-11-01 23:12:11 +00:00

README.funcubedongle

+----------------------------------------+
|   Hamlib FUNcube dongle Win32 readme   |
|   Written by Wouter Weggelaar PA3WEG   |
|ISIS - Innovative Solutions In Space BV |
+----------------------------------------+

Note:  The following only applies for users running Win32 systems.

First of all, congratulations on obtaining a FUNcube dongle, the SDR
receiver ground segment for the FUNcube satellite! More info on this
exciting AMSAT-UK project can be found on http://funcube.org.uk/ more about
the dongle on http://www.funcubedongle.com/

The FUNcube dongle driver uses the USB kit backend in hamlib to interface to
the dongle via the USB HID interface. For this to work in hamlib, we need
LibUSB support (tested with 1.2.3.0 and 1.2.4.0) and LibUSB support compiled
into hamlib. This should be the case for all official hamlib releases
(hamlib-win32-1.2.13-2 tested).

You will need to download and install libusb-win32 from
http://sourceforge.net/projects/libusb-win32/ extract the zip archive to a
convenient location, change into this directory and run inf-wizard.exe
located in the bin directory.

Select the proper device in this wizard (Vendor ID 0x04D8, Product ID
0xFB56, interface 2) Click NEXT and accept the defaults, or change the
vendor name and product ID as you wish to see it appear in device manager.
I've changed this ID to reflect the vendor (hanlincrest ltd) and product
name (funcube dongle).

You can now suggest a location to store the driver (I suggest creating a
directory for this as the wizard creates more than one file).  Finally,
install the driver as suggested by the wizard.

You should be all set up now. Running hamlib from the command line using
rigctl -m 2513 -vvvv should provide something like below:

------------------------------------------
>rigctl.exe -m 2513 -v
Opened rig model 2513, 'FUNcube Dongle'

Rig command:
------------------------------------------
If you made it to here, you are all set up and ready to go.

**** PLEASE NOTE: by installing the LibUSB INF driver, other tools accessing
the dongle cannot find it anymore as they are looking for the windows HID
driver. Just uninstall the hamlib driver if you want to use those tools
again! HAMLIB or LibUSB DID NOT BREAK YOUR SYSTEM! ****

You could use hardware profiles to easily switch drivers.

Happy SDR-ing!

Wouter PA3WEG