[go: up one dir, main page]

Menu

Tree [073328] 3.0 / kit /
 History

HTTPS access


File Date Author Commit
 Android.mk 2013-09-18 Ladislav Vaiz Ladislav Vaiz [f63269] Android build updates for monolithic build
 Makefile.am 2013-12-11 Nate Bargmann Nate Bargmann [6ea09a] Clean up build system, fix test programs
 README.funcubedongle 2011-04-20 Nate Bargmann Nate Bargmann [bced19] Fundongle README from Wouter Weggelaar, PA3WEG
 dds60.c 2011-08-24 Stephane Fillod Stephane Fillod [b9b270] License boiler plate merge
 drt1.c 2011-08-24 Stephane Fillod Stephane Fillod [b9b270] License boiler plate merge
 dwt.c 2012-02-03 Nate Bargmann Nate Bargmann [be2fef] Update version of modified backends
 elektor304.c 2011-08-24 Stephane Fillod Stephane Fillod [b9b270] License boiler plate merge
 elektor507.c 2012-02-03 Nate Bargmann Nate Bargmann [be2fef] Update version of modified backends
 fifisdr.c 2012-02-03 Nate Bargmann Nate Bargmann [be2fef] Update version of modified backends
 funcube.c 2014-02-06 Ladislav Vaiz Ladislav Vaiz [df114a] Initial support for FUNcube Dongle Pro
 funcube.h 2014-02-06 Ladislav Vaiz Ladislav Vaiz [df114a] Initial support for FUNcube Dongle Pro
 hiqsdr.c 2012-01-30 Stephane Fillod Stephane Fillod [cd79fc] HiQSDR: misc caps changes
 kit.c 2014-02-06 Ladislav Vaiz Ladislav Vaiz [df114a] Initial support for FUNcube Dongle Pro
 kit.h 2014-02-06 Ladislav Vaiz Ladislav Vaiz [df114a] Initial support for FUNcube Dongle Pro
 miniVNA.c 2011-08-24 Stephane Fillod Stephane Fillod [b9b270] License boiler plate merge
 pcrotor.c 2011-08-24 Stephane Fillod Stephane Fillod [b9b270] License boiler plate merge
 si570avrusb.c 2013-09-20 Hans Van Ingelgom Hans Van Ingelgom [840ef6] Added Peaberry V1 and V2 models
 si570avrusb.h 2011-08-24 Stephane Fillod Stephane Fillod [b9b270] License boiler plate merge
 usrp.c 2011-08-24 Stephane Fillod Stephane Fillod [b9b270] License boiler plate merge
 usrp_impl.cc 2011-08-24 Stephane Fillod Stephane Fillod [b9b270] License boiler plate merge
 usrp_impl.h 2011-08-24 Stephane Fillod Stephane Fillod [b9b270] License boiler plate merge

Read Me

+----------------------------------------+
|   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