GithubHelp home page GithubHelp logo

csete / qthid Goto Github PK

View Code? Open in Web Editor NEW
44.0 44.0 16.0 934 KB

An evolution of the Qt-based Funcube Dongle HID controller.

Home Page: http://www.oz9aec.net/index.php/funcube-dongle/qthid-fcd-controller

License: GNU General Public License v3.0

C++ 36.52% C 62.67% Prolog 0.81%

qthid's People

Contributors

csete avatar elwell avatar gohai avatar yarda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qthid's Issues

Frequency offset

Add the option to display the frequency with and offset to allow using the FCD as an IF device.

Implement save & load of settings

Frequency and I/Q correction are saved automatically in the main program configuration.
The other settings (gains, filters) should be storable in user selected configuration files (QSettings format still OK).

QTHID crashes under OSX lion when Funcube Dongle is Connected to the USB port

hi,

when the funcube dongle is connected to the usb port. then the qthid will close immediatly. i've tried with qt creator, to see where the problem is.

it says:
EXC_BAD_ACCESS
Could not access Memory

The error will be at line 468 of hidmac.c

i don't know where the problem is, my programing skill is not too good ;-)

here is the code:

/* Attach the new report object to the end of the list. /
if (dev->input_reports == NULL) {
/
The list is empty. Put it at the root. /
dev->input_reports = rpt;
}
else {
/
Find the end of the list and attach. */
struct input_report *cur = dev->input_reports;
while (cur->next != NULL)
cur = cur->next;
cur->next = rpt;
}

I/Q corrections not written to FCD

The I/Q correction values are only written to the FCD when the values change and not when the application is started or when FCD is plugged in after application start.

Switch to application freezes program

Under Linux and OSX clicking the "Switch to application" buttin while the FCD is in bootloader mode freezes the application. In the case of Linux, the freeze appears to occur in hid_read() where the pthread_cond_wait() never returns.

Use tooltips instead of statusbar messages

We should use tooltips instead of status bar messages and leave the status bar for indicating FCD and application status. We can then also eliminate the "FCD status" label in the main window.

New mainwindow design

The main window should only include the controls that are used often:

  • frequency setting
  • PLL lock
  • LNA gain

The remaining controls will be grouped in dock widgets.

RF:

  • LNA enhance
  • RF Filter
  • Band
  • Bias current

Mixer:

  • Mixer gain
  • Mixer filter

IF gain:

  • IF gain mode
  • IF gain 1...6

IF filter:

  • IF RC filter
  • IF filter

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.