Skip to search.
FCDevelopment

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can search the group for older messages.

Messages

  Messages Help
Advanced
Messages 240 - 269 of 840   Oldest  |  < Older  |  Newer >  |  Newest
Messages 240 - 269 of 840   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#240 From: "g3ovh" <tony@...>
Date: Wed Mar 2, 2011 2:04 am
Subject: Re: New File Uploaded...
g3ovh
Send Email Send Email
 
Hi Mike

Thanks for a great program - now all we have to do is link the text o/p to
signal strength  measurement and we have a great wideband spectrum analyser. I
understand Howard is going to work on the RSSI non-working o/p when he has time.
Regarding the numbers above 2147.4 MHz, your code seems to be generating
negative frequencies, so its not surprising that the FCD can't lock.
Is there any chance of you releasing the sources so I can attempt to modify it
for the Mac?
Keep up the good work

Tony

--- In FCDevelopment@..., mike.willis@... wrote:
>
> I uploaded  a new file - Mark requested it. It is just the same old sweeper
with a new option to save the FCD frequency and PLL status to a file. It is for
developers, to most of you, it will have no application. Here is some output
from my FCD. Columns are set frequency, FCD LO actual frequency (as reported)
and PLL status.
>

>
>
> Finally - if you got this far well done, here is my FCDs wideband result.
>
> Lock is lost between 1074-1234MHz. It is retained all the way up to 2147MHz -
after this the FCD starts misbehaving. It might be my program or it could be the
FCD itself. I am looking into that.
>
> Mike
>

#241 From: mike.willis@...
Date: Wed Mar 2, 2011 8:53 am
Subject: Re: New File Uploaded...
g0mjw
Send Email Send Email
 
Hi Tony,

I have since updated my code to use unsigned 32 bit integers so I am definitely
sending the FCD positive frequencies now. However, it does not appear to be
working properly and I can't see my error. If I send 4 bytes, whatever they are,
in a frequency set command, I would expect to get these same 4 bytes back on a
frequency read command, but I don't when the bytes represent > 2147MHz.

I am not sure RSSI is sensitive or linear enough for an analyser, we will have
to wait and see. There is an alternative. If you use Spectravue, set it to
somewhere away from the DC spike and limit the bandwidth and then select
continuum mode. This will give you a total power in band measurement. If you
sweep you have your spectrum analyser. The only problem is the two programs
don't talk to each other. I am sure there are other programs out there that will
do this using extIO. If not why not write one! I would like to get it going with
GNU Radio and I see experts are working on that.

The source is OK but it is not going to make any sense unless you have C++
builder. Also the HID classes will not transfer well. I was thinking of porting
it to QT but time and stupidity prevent my doing it.

Like wise Howards' code, which is much better written, is specific to MS Visual
C++ and also, like mine, uses the MS HID functions.

Mike


--- In FCDevelopment@..., "g3ovh" <tony@...> wrote:
>
> Hi Mike
>
> Thanks for a great program - now all we have to do is link the text o/p to
signal strength  measurement and we have a great wideband spectrum analyser. I
understand Howard is going to work on the RSSI non-working o/p when he has time.
> Regarding the numbers above 2147.4 MHz, your code seems to be generating
negative frequencies, so its not surprising that the FCD can't lock.
> Is there any chance of you releasing the sources so I can attempt to modify it
for the Mac?
> Keep up the good work
>
> Tony
>
> --- In FCDevelopment@..., mike.willis@ wrote:
> >
> > I uploaded  a new file - Mark requested it. It is just the same old sweeper
with a new option to save the FCD frequency and PLL status to a file. It is for
developers, to most of you, it will have no application. Here is some output
from my FCD. Columns are set frequency, FCD LO actual frequency (as reported)
and PLL status.
> >
>
> >
> >
> > Finally - if you got this far well done, here is my FCDs wideband result.
> >
> > Lock is lost between 1074-1234MHz. It is retained all the way up to 2147MHz
- after this the FCD starts misbehaving. It might be my program or it could be
the FCD itself. I am looking into that.
> >
> > Mike
> >
>

#242 From: mike.willis@...
Date: Wed Mar 2, 2011 11:22 pm
Subject: Re: New File Uploaded...
g0mjw
Send Email Send Email
 
Howard kindly sent me some new test firmware - my FCD gives up at around
2203MHz. This is considerably beyond specification. I doubt it will go high
enough for 13cms - which is at the moment, wide open to Scandanavia from here.

2201000000, 2200999936,Locked
2202000000, 2201999872,Locked
2203000000, 2203000064,Locked
2204000000, 2204000000,Unlocked
2205000000, 2204999936,Unlocked
2206000000, 2206000128,Unlocked

Mike

#243 From: "phlash909uk" <phil.yahoo@...>
Date: Thu Mar 3, 2011 8:33 pm
Subject: Hi, Java API in progress
phlash909uk
Send Email Send Email
 
Hi folks,

I'm Phil, one of the FUNcube development team and a long time coding addict :)

I've just offered up to try and get a Java API working, based on the control
layer in qthid (fcd.c/hidapi[/libusb]). It looks like the right place for me to
start is with a git repo cloned from Alex Csete, unless anyone else has a 'more
official' repository :)

Wish me luck with JNI and libusb ugliness...

Phil.

#244 From: Rob Styles <robpegs@...>
Date: Thu Mar 3, 2011 8:35 pm
Subject: Re: Hi, Java API in progress
robpegsuk
Send Email Send Email
 
Welcome Phil Wishing you luck. hope we can all offer help.
Rob M0TFO
On 3 Mar 2011, at 20:33, phlash909uk wrote:

 

Hi folks,

I'm Phil, one of the FUNcube development team and a long time coding addict :)

I've just offered up to try and get a Java API working, based on the control layer in qthid (fcd.c/hidapi[/libusb]). It looks like the right place for me to start is with a git repo cloned from Alex Csete, unless anyone else has a 'more official' repository :)

Wish me luck with JNI and libusb ugliness...

Phil.



#245 From: Alexandru Csete <oz9aec@...>
Date: Thu Mar 3, 2011 8:42 pm
Subject: Qthid updates
turbogrga
Send Email Send Email
 
Greetings,

Few days ago I tagged and packaged v2.2 of the Qthid cross platform controller application for the Funcube Dongle.
This version is functionally identical to v2.1 the changes being mostly of cosmetic nature.

Changes in version 2.2:

  • Use native toolbar and status bar on Mac OS X
  • New application icon based on SVG drawing
  • Correctly set application and bundle icon on Mac OS X and Windows
  • Minor UI tweaks.
  • Fix qthid.pro to allow correct build on Ubuntu 9.04 (thanks EA4FVS).
  • Correct application name in file headers (thanks Andrew Elwell)

The source code and pre-compiled binaries for Mac OS X and Linux (32 and 64 bit) are available from the Github repository:

See the README.txt included in the packages for how use and compile the source code.

Work continues in the meantime towards implementing controls for the full API. Mario DL5MLO has already ported the code from the windows application to qthid. This work is now being integrated and tested in the "next" branch: https://github.com/csete/qthid/tree/next – I think we can have a fully functional qthid FCD controller in week or so :-)

73
Alex OZ9AEC

#246 From: Alexandru Csete <oz9aec@...>
Date: Thu Mar 3, 2011 8:53 pm
Subject: Re: Hi, Java API in progress
turbogrga
Send Email Send Email
 
On Thu, Mar 3, 2011 at 9:33 PM, phlash909uk <phil.yahoo@...> wrote:
Hi folks,

I'm Phil, one of the FUNcube development team and a long time coding addict :)

I've just offered up to try and get a Java API working, based on the control layer in qthid (fcd.c/hidapi[/libusb]). It looks like the right place for me to start is with a git repo cloned from Alex Csete, unless anyone else has a 'more official' repository :)

Hi Phil,

As far as I know that is the most up to date and publicly available code.
Please note the I will change the API over the next few days to make the coding and naming style consistent across the whole application. Currently it is a mixture of at least two styles which can be rather confusing to read.

Wish me luck with JNI and libusb ugliness...

I wish you luck, although the libusb ugliness is hidden behind the hidapi wrapper :)

Alex


#247 From: mike.willis@...
Date: Thu Mar 3, 2011 10:03 pm
Subject: Re: Qthid updates
g0mjw
Send Email Send Email
 
Well done.

My original windows code was based on the QT code.

I found there is a problem in the HID library. It opens but does not close file
handles. You should check this is no longer the case or after a while the PC
will run out of handles.

I am no longer using the QT code - which is one reason I can't port my code to
Linux or MAC.

Mike


--- In FCDevelopment@..., Alexandru Csete <oz9aec@...> wrote:
>
> Greetings,
>
> Few days ago I tagged and packaged v2.2 of the Qthid cross platform
> controller application for the Funcube Dongle.

#248 From: Alexandru Csete <oz9aec@...>
Date: Thu Mar 3, 2011 10:48 pm
Subject: Re: Re: Qthid updates
turbogrga
Send Email Send Email
 
Hi Mike,

Thanks for the tip. I will check to see if the problem with open handles still exist.

Alex

On Thu, Mar 3, 2011 at 11:03 PM, <mike.willis@...> wrote:
Well done.

My original windows code was based on the QT code.

I found there is a problem in the HID library. It opens but does not close file handles. You should check this is no longer the case or after a while the PC will run out of handles.

I am no longer using the QT code - which is one reason I can't port my code to Linux or MAC.

Mike


--- In FCDevelopment@..., Alexandru Csete <oz9aec@...> wrote:
>
> Greetings,
>
> Few days ago I tagged and packaged v2.2 of the Qthid cross platform
> controller application for the Funcube Dongle.



#249 From: "ve3nvk" <andylhart@...>
Date: Fri Mar 4, 2011 8:05 pm
Subject: Re: Qthid updates
ve3nvk
Send Email Send Email
 
Hello Alex;

Thanks have downloaded the Linux tarball (source and binary) and it runs fine on
Ubuntu 64 bit without the errors of the original version.

Now I just need a decent Linux SDR application, and the full control
functionality we can see in Windows.

73

Andy G8VTV / VE3NVK

--- In FCDevelopment@..., Alexandru Csete <oz9aec@...> wrote:
>
> Greetings,
>
> Few days ago I tagged and packaged v2.2 of the Qthid cross platform
> controller application for the Funcube Dongle.
> This version is functionally identical to v2.1 the changes being mostly of
> cosmetic nature.
>

#250 From: Alexandru Csete <oz9aec@...>
Date: Fri Mar 4, 2011 8:50 pm
Subject: Re: Re: Qthid updates
turbogrga
Send Email Send Email
 
Hi Andy,

Thanks for the feedback. Work is ongoing on the full functionality and thanks to Mario DL5MLO it will be available very soon. I would however like to point out that most settings have very little, if any, practical use. The LNA gain is probably useful as is the RF filter setting, but everything else is probably best if left untouched. Using the default settings I have been successful in receiving cubesats using nothing but an Arrow II antenna connected directly to the FCD. These cubesats transmit with 80-100mW CW. I have recorded these reception and they are available here: http://www.youtube.com/view_play_list?p=A5FE5E811C57CF77

Concerning SDR application, I have been using Quisk SDR by Jim N2ADR: http://james.ahlstrom.name/quisk/
This is what I used in the recordings as well.
I like it very much because it "works as is" using the default audio input and it does not require hours/days/weeks of messing with jack audio etc. Simply download, unpack, type make and it is ready to go. A custom quisk configuration file for the FCD is available here: https://gist.github.com/838939
I have also made some modifications to the main program to cure the funky colors and make it follow the desktop theme. These are available here: https://gist.github.com/838950

Alex


On Fri, Mar 4, 2011 at 9:05 PM, ve3nvk <andylhart@...> wrote:
Hello Alex;

Thanks have downloaded the Linux tarball (source and binary) and it runs fine on Ubuntu 64 bit without the errors of the original version.

Now I just need a decent Linux SDR application, and the full control functionality we can see in Windows.

73

Andy G8VTV / VE3NVK

--- In FCDevelopment@..., Alexandru Csete <oz9aec@...> wrote:
>
> Greetings,
>
> Few days ago I tagged and packaged v2.2 of the Qthid cross platform
> controller application for the Funcube Dongle.
> This version is functionally identical to v2.1 the changes being mostly of
> cosmetic nature.
>


#251 From: devnull <devnull@...>
Date: Sat Mar 5, 2011 6:58 am
Subject: Oliver / kabunkie2000
fireclavo
Send Email Send Email
 
Oliver, sorry to post to the list about this....  But I, and at least one other member, have sent you a few emails regarding beta testing your Mac SDR software and haven't gotten a reply.  I understand you may be busy, but I just hope they aren't going to your junk mail.  I'm waiting with the patience of a 4 year old, having a working Qthid for Mac is just teasing me to death here :)


Regards,
-will  devXnull@... (remove the X's)



>sometimes reports a sample rate mismatch. I have just downloaded the >GNURadio code, but that all looks a bit daunting. Oh well, carry on >burning up the wee hours!

I was lucky enough to get a device out of the 'last sunday batch' and should be able to implement support for it to my 'soon to be released OSX SDR application which still doesn't have a name' :)

Videos are avilable here:

http://www.youtube.com/my_videos?feature=mhum

If you are interested in testing it (in a few weeks from now) drop me a note and I'll put you on my list of beta testers!

Oliver

#252 From: "ik0zrr" <ik0zrr_facebook@...>
Date: Sun Mar 6, 2011 3:34 pm
Subject: funcubedongle
ik0zrr
Send Email Send Email
 
Hello everyone from Pino, i have question on the funcube
I  experimental put an antenna duplexer with 144/430 to limit contamination (fm
broadcast), this is similar to a tuned circuit in a band 144, but I have not had
great advantages in the band reception only 144.Solo strong stations you can not
hear.
I made a connection with two coils to limit the noise but it is not 'no good.
Fcd by changing the settings in expert mode I can improve but not so much
receiving.

Wrplus use to get to 999,999 but how can I stop getting into such frequecy 1.2
ghz?
thanks for the replies
Pino ik0zrr
sorry for the bad write english hi

#253 From: Rob Styles <robpegs@...>
Date: Sun Mar 6, 2011 3:45 pm
Subject: Re: funcubedongle
robpegsuk
Send Email Send Email
 
Hi Pino
May be worth asking this question in the FUNcube user group, this group leans more towards the development 
regards
Rob 
On 6 Mar 2011, at 15:34, ik0zrr wrote:

 

Hello everyone from Pino, i have question on the funcube
I experimental put an antenna duplexer with 144/430 to limit contamination (fm broadcast), this is similar to a tuned circuit in a band 144, but I have not had great advantages in the band reception only 144.Solo strong stations you can not hear.
I made a connection with two coils to limit the noise but it is not 'no good.
Fcd by changing the settings in expert mode I can improve but not so much receiving.

Wrplus use to get to 999,999 but how can I stop getting into such frequecy 1.2 ghz?
thanks for the replies
Pino ik0zrr
sorry for the bad write english hi



#254 From: Alexandru Csete <oz9aec@...>
Date: Wed Mar 9, 2011 11:51 pm
Subject: Re: Qthid updates
turbogrga
Send Email Send Email
 
On Thu, Mar 3, 2011 at 9:42 PM, Alexandru Csete <oz9aec@...> wrote:
Work continues in the meantime towards implementing controls for the full API. Mario DL5MLO has already ported the code from the windows application to qthid. This work is now being integrated and tested in the "next" branch: https://github.com/csete/qthid/tree/next – I think we can have a fully functional qthid FCD controller in week or so :-)


Can you imagine... we can almost follow a schedule...

The fully functional qthid controller is now almost ready. In fact, there are only a few very minor things I need to add, so those who wish and can build the code themselves are welcome to check it out from https://github.com/csete/qthid (use the default "master" branch). I believe it provides all the functionality of the "fully functional windows controller".

I'll be back in a few days with formal release and binary packages.

73
Alex OZ9AEC

#255 From: Alexandru Csete <oz9aec@...>
Date: Fri Mar 11, 2011 11:42 pm
Subject: Qthid 3.0 with full API support available
turbogrga
Send Email Send Email
 
Greetings,

Qthid 3.0 – the Qt-based controller application for the Funcube Dongle – has been released. This release includes support for the full control API available with the 18f firmware for the Funcube Dongle. This should cover all the functionality provided by the "fully functional windows frontend". You can see a screenshot here: http://flic.kr/p/9pqY67

Changes in version 3.0:

  • Implement full API in firmware 18f (thanks to Mario Lorenz, DL5MLO).
  • Requires firmware 18f or later (FCD with earlier firmwares are not detected).
  • Added auto-repeat to tuning buttons (click and hold the button to scan).
  • Added new RF chain diagram.
  • Show firmware version in status message.
  • Remember the location of the last used firmware.

The source code and pre-compiled binaries for Mac OS X and Linux (32 and 64 bit) are available from my Github repository:

See the README.txt included in the packages for how use and compile the source code.

Have a nice weekend!

73
Alex OZ9AEC


#256 From: "Rob M0TFO" <robpegs@...>
Date: Fri Mar 11, 2011 11:48 pm
Subject: Re: Qthid 3.0 with full API support available
robpegsuk
Send Email Send Email
 
Thanks Alex :-)
Rob

--- In FCDevelopment@..., Alexandru Csete <oz9aec@...> wrote:
>
> Greetings,
>
> Qthid 3.0 – the Qt-based controller application for the Funcube Dongle – has
> been released. This release includes support for the full control API
> available with the 18f firmware for the Funcube Dongle. This should cover
> all the functionality provided by the "fully functional windows frontend".
> You can see a screenshot here: http://flic.kr/p/9pqY67
>
> Changes in version 3.0:
>
>    - Implement full API in firmware 18f (thanks to Mario Lorenz, DL5MLO).
>    - Requires firmware 18f or later (FCD with earlier firmwares are not
>    detected).
>    - Added auto-repeat to tuning buttons (click and hold the button to
>    scan).
>    - Added new RF chain diagram.
>    - Show firmware version in status message.
>    - Remember the location of the last used firmware.
>
> The source code and pre-compiled binaries for Mac OS X and Linux (32 and 64
> bit) are available from my Github repository<https://github.com/csete/qthid>
> :
>
>    - qthid-3.0 source package
> <https://github.com/csete/qthid/tarball/v3.0>(requires Qt SDK to
> build)
>    - qthid-3.0 32 bit Linux
>
binary<https://github.com/downloads/csete/qthid/qthid-3.0-linux-i686.tar.gz>(req\
uires
> Qt 4.7 to be installed)
>    - qthid-3.0 64 bit Linux
>
binary<https://github.com/downloads/csete/qthid/qthid-3.0-linux-x86_64.tar.gz>(r\
equires
> Qt 4.7 to be installed)
>    - qthid-3.0 Mac OS X
> bundle<https://github.com/downloads/csete/qthid/qthid-3.0.dmg>(includes
> Qt 4.7)
>
> See the README.txt included in the packages for how use and compile the
> source code.
>
> Have a nice weekend!
>
> 73
> Alex OZ9AEC
>

#257 From: mike.willis@...
Date: Sat Mar 12, 2011 8:37 am
Subject: Re: Qthid 3.0 with full API support available
g0mjw
Send Email Send Email
 
Good work.

No windows binary? Do I need to compile one? I have QTCreator somewhere.

Mike G0MJW

--- In FCDevelopment@..., Alexandru Csete <oz9aec@...> wrote:
>
> Greetings,
>
> Qthid 3.0 – the Qt-based controller application for the Funcube Dongle – has
> been released. This release includes support for the full control API
> available with the 18f firmware for the Funcube Dongle. This should cover
> all the functionality provided by the "fully functional windows frontend".
> You can see a screenshot here: http://flic.kr/p/9pqY67
>
> Changes in version 3.0:
>
>    - Implement full API in firmware 18f (thanks to Mario Lorenz, DL5MLO).
>    - Requires firmware 18f or later (FCD with earlier firmwares are not
>    detected).
>    - Added auto-repeat to tuning buttons (click and hold the button to
>    scan).
>    - Added new RF chain diagram.
>    - Show firmware version in status message.
>    - Remember the location of the last used firmware.
>
> The source code and pre-compiled binaries for Mac OS X and Linux (32 and 64
> bit) are available from my Github repository<https://github.com/csete/qthid>
> :
>
>    - qthid-3.0 source package
> <https://github.com/csete/qthid/tarball/v3.0>(requires Qt SDK to
> build)
>    - qthid-3.0 32 bit Linux
>
binary<https://github.com/downloads/csete/qthid/qthid-3.0-linux-i686.tar.gz>(req\
uires
> Qt 4.7 to be installed)
>    - qthid-3.0 64 bit Linux
>
binary<https://github.com/downloads/csete/qthid/qthid-3.0-linux-x86_64.tar.gz>(r\
equires
> Qt 4.7 to be installed)
>    - qthid-3.0 Mac OS X
> bundle<https://github.com/downloads/csete/qthid/qthid-3.0.dmg>(includes
> Qt 4.7)
>
> See the README.txt included in the packages for how use and compile the
> source code.
>
> Have a nice weekend!
>
> 73
> Alex OZ9AEC
>

#258 From: Alexandru Csete <oz9aec@...>
Date: Sat Mar 12, 2011 10:12 am
Subject: Re: Re: Qthid 3.0 with full API support available
turbogrga
Send Email Send Email
 
Hi Mike,

I do not have build environment set up on windows and it would be great if somebody could take a stab at it.
The original build configuration from Howard's code is still there and I tried not to introduce any changes that would break it (I did add the application icon though).

Alex

On Sat, Mar 12, 2011 at 9:37 AM, <mike.willis@...> wrote:
Good work.

No windows binary? Do I need to compile one? I have QTCreator somewhere.

Mike G0MJW

--- In FCDevelopment@..., Alexandru Csete <oz9aec@...> wrote:
>
> Greetings,
>
> Qthid 3.0 – the Qt-based controller application for the Funcube Dongle – has
> been released. This release includes support for the full control API
> available with the 18f firmware for the Funcube Dongle. This should cover
> all the functionality provided by the "fully functional windows frontend".
> You can see a screenshot here: http://flic.kr/p/9pqY67
>
> Changes in version 3.0:
>
>    - Implement full API in firmware 18f (thanks to Mario Lorenz, DL5MLO).
>    - Requires firmware 18f or later (FCD with earlier firmwares are not
>    detected).
>    - Added auto-repeat to tuning buttons (click and hold the button to
>    scan).
>    - Added new RF chain diagram.
>    - Show firmware version in status message.
>    - Remember the location of the last used firmware.
>
> The source code and pre-compiled binaries for Mac OS X and Linux (32 and 64
> bit) are available from my Github repository<https://github.com/csete/qthid>
> :
>
>    - qthid-3.0 source package
> <https://github.com/csete/qthid/tarball/v3.0>(requires Qt SDK to
> build)
>    - qthid-3.0 32 bit Linux
> binary<https://github.com/downloads/csete/qthid/qthid-3.0-linux-i686.tar.gz>(requires
> Qt 4.7 to be installed)
>    - qthid-3.0 64 bit Linux
> binary<https://github.com/downloads/csete/qthid/qthid-3.0-linux-x86_64.tar.gz>(requires
> Qt 4.7 to be installed)
>    - qthid-3.0 Mac OS X
> bundle<https://github.com/downloads/csete/qthid/qthid-3.0.dmg>(includes
> Qt 4.7)
>
> See the README.txt included in the packages for how use and compile the
> source code.
>
> Have a nice weekend!
>
> 73
> Alex OZ9AEC
>




------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
   http://uk.groups.yahoo.com/group/FCDevelopment/

<*> Your email settings:
   Individual Email | Traditional

<*> To change settings online go to:
   http://uk.groups.yahoo.com/group/FCDevelopment/join
   (Yahoo! ID required)

<*> To change settings via email:
   FCDevelopment-digest@...
   FCDevelopment-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
   FCDevelopment-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
   http://uk.docs.yahoo.com/info/terms.html



#259 From: mike.willis@...
Date: Sat Mar 12, 2011 10:21 am
Subject: Re: Qthid 3.0 with full API support available
g0mjw
Send Email Send Email
 
I have tried - I get the following build error:

:: error: [debug/qthid_res.o] Error 1

I have managed to make a simple form app work in the just installed QTCreator
and SDK, so it is probably something to do with the qthid.pro file.


Mike

--- In FCDevelopment@..., Alexandru Csete <oz9aec@...> wrote:
>
> Hi Mike,
>
> I do not have build environment set up on windows and it would be great if
> somebody could take a stab at it.
> The original build configuration from Howard's code is still there and I
> tried not to introduce any changes that would break it (I did add the
> application icon though).
>
> Alex
>

#260 From: Alexandru Csete <oz9aec@...>
Date: Sat Mar 12, 2011 10:33 am
Subject: Re: Re: Qthid 3.0 with full API support available
turbogrga
Send Email Send Email
 


On Sat, Mar 12, 2011 at 11:21 AM, <mike.willis@...> wrote:
I have tried - I get the following build error:

:: error: [debug/qthid_res.o] Error 1

I have managed to make a simple form app work in the just installed QTCreator and SDK, so it is probably something to do with the qthid.pro file.


Indeed, it sounds like it's caused by my changes with the application icon.
Try to change qthid.rc to use "images/qthid.ico"

If that doesn't help you can try to comment out the "RC_FILE = qthid.rc" line in qthid.pro

Alex


#261 From: mike.willis@...
Date: Sat Mar 12, 2011 10:54 am
Subject: Re: Qthid 3.0 with full API support available
g0mjw
Send Email Send Email
 
I had just figured that out.... I then had a problem with the symbian libs - so
I am re-installing QT. I installed QT Creator first, then realised I needed and
installed the full SDK which is not in the QTCreator download. I thought that
was probably the wrong order as I ended up with two copies of QT creator. I also
realised I probably should have done this as administrator. It takes about 10
minutes to do this and it did not fix the problem.

Mike

--- In FCDevelopment@..., Alexandru Csete <oz9aec@...> wrote:
>
> On Sat, Mar 12, 2011 at 11:21 AM, <mike.willis@...> wrote:
>
> > I have tried - I get the following build error:
> >
> > :: error: [debug/qthid_res.o] Error 1
> >
> > I have managed to make a simple form app work in the just installed
> > QTCreator and SDK, so it is probably something to do with the qthid.profile.
> >
> >
> Indeed, it sounds like it's caused by my changes with the application icon.
> Try to change qthid.rc to use "images/qthid.ico"
>
> If that doesn't help you can try to comment out the "RC_FILE = qthid.rc"
> line in qthid.pro
>
> Alex
>

#262 From: "mandrakulos" <mandrakulos@...>
Date: Sat Mar 12, 2011 11:18 am
Subject: Receiving Problem with FC#506 & FCD checker results
mandrakulos
Send Email Send Email
 
Dear all,

after a long discussion at the Funcube Group regarding my RX problem ( I
couldn't receive any signal at any mode ) I was advised to join this group,
download and run FCD checker tool and post the results.


The results are below and I am waiting your comments.

Set Frequency, FCD Frequency, PLL Status
50100000, 50094688,Unlocked
until 51594524 all frequencies are marked as unlocked.
From that point till the end of the test all frequencies are LOCKED.

Could you please advise.

Thank you in advance for the help.

#263 From: "David Barber" <david.barber@...>
Date: Sat Mar 12, 2011 12:18 pm
Subject: RE: Re: Qthid 3.0 with full API support available
g8oqw
Send Email Send Email
 
I have it compiling and running on Windows XP Pro although with errors in
the build.

Haven't tested all the functions yet but looks promising.

Trouble is I'm not very good at this Qt stuff. :-(


********



-----Original Message-----
From: FCDevelopment@...
[mailto:FCDevelopment@...] On Behalf Of mike.willis@...
Sent: 12 March 2011 10:54
To: FCDevelopment@...
Subject: [FCDevelopment] Re: Qthid 3.0 with full API support available


I had just figured that out.... I then had a problem with the symbian libs -
so I am re-installing QT. I installed QT Creator first, then realised I
needed and installed the full SDK which is not in the QTCreator download. I
thought that was probably the wrong order as I ended up with two copies of
QT creator. I also realised I probably should have done this as
administrator. It takes about 10 minutes to do this and it did not fix the
problem.

Mike

#264 From: Alexandru Csete <oz9aec@...>
Date: Sat Mar 12, 2011 1:03 pm
Subject: Re: Re: Qthid 3.0 with full API support available
turbogrga
Send Email Send Email
 
On Sat, Mar 12, 2011 at 11:54 AM, <mike.willis@...> wrote:

I had just figured that out.... I then had a problem with the symbian libs - so I am re-installing QT. I installed QT Creator first, then realised I needed and installed the full SDK which is not in the QTCreator download. I thought that was probably the wrong order as I ended up with two copies of QT creator. I also realised I probably should have done this as administrator. It takes about 10 minutes to do this and it did not fix the problem.

Commenting out the line
   RC_FILE = qthid.rc
fixes that particular problem for sure.  I just tried it, but now i need some windows SDK to complete the build...

Alex

#265 From: Alexandru Csete <oz9aec@...>
Date: Sat Mar 12, 2011 1:06 pm
Subject: Re: Re: Qthid 3.0 with full API support available
turbogrga
Send Email Send Email
 
On Sat, Mar 12, 2011 at 1:18 PM, David Barber <david.barber@...> wrote:

I have it compiling and running on Windows XP Pro although with errors in
the build.

Haven't tested all the functions yet but looks promising.

Trouble is I'm not very good at this Qt stuff. :-(


Hi David,

Thanks for the info.
If you have it running then there were no errors during build because all build errors are (or at least should be) fatal.

Alex



#266 From: "David Barber" <david.barber@...>
Date: Sat Mar 12, 2011 1:29 pm
Subject: RE: Re: Qthid 3.0 with full API support available
g8oqw
Send Email Send Email
 
Hi Alex

OK, should have said Build Issues :-)

Anyway have copied below where I'm at now.  As I said complete novice at Qt.

The Load & Save FCD, IQ and Firmware icons at top left of window are all
greyed at present, don't know why.

Everything else appears to be working fine.

********

Build Issues:

:: warning: Qmake does not support build directories below the source
directory.

Application Output:

Starting C:\Documents and Settings\David Barber\My
Documents\C++\Experiment\FCQT\debug\qthid.exe...
QObject::connect: Connecting from COMPAT signal (QAction::activated())
Band change detected: 2
RF filter change detected: 4
FCD mode change: 0 -> 2
Successfully read settings from FCD
RF filter change detected: 4

Compile Output:

Running build steps for project qthid...
Starting: "d:/qt/2010.05/qt/bin/qmake.exe" C:/Documents and Settings/David
Barber/My Documents/C++/Experiment/FCQT/csete-qthid-2478a4c/qthid.pro -r
-spec win32-g++
'git' is not recognized as an internal or external command,

operable program or batch file.

'git' is not recognized as an internal or external command,

operable program or batch file.

d:\Qt\2010.05\qt\bin\rcc.exe: File does not exist
'csete-qthid-2478a4c\qthid.qrc'

d:\Qt\2010.05\qt\bin\rcc.exe: File does not exist
'csete-qthid-2478a4c\qthid.qrc'

The process "d:/qt/2010.05/qt/bin/qmake.exe" exited normally.
Starting: "D:/Qt/2010.05/mingw/bin/mingw32-make.exe" -w
mingw32-make: Entering directory `C:/Documents and Settings/David Barber/My
Documents/C++/Experiment/FCQT'

D:/Qt/2010.05/mingw/bin/mingw32-make -f Makefile.Debug

mingw32-make[1]: Entering directory `C:/Documents and Settings/David
Barber/My Documents/C++/Experiment/FCQT'

d:\Qt\2010.05\qt\bin\uic.exe csete-qthid-2478a4c\mainwindow.ui -o
ui_mainwindow.h

g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE
-DQT_LARGEFILE_SUPPORT -DVERSION="\"\"" -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB
-DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"d:\Qt\2010.05\qt\include\QtCore"
-I"d:\Qt\2010.05\qt\include\QtGui" -I"d:\Qt\2010.05\qt\include"
-I"d:\Qt\2010.05\qt\include\ActiveQt" -I"debug" -I"."
-I"csete-qthid-2478a4c" -I"." -I"d:\Qt\2010.05\qt\mkspecs\win32-g++" -o
debug\mainwindow.o csete-qthid-2478a4c\mainwindow.cpp

g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE
-DQT_LARGEFILE_SUPPORT -DVERSION="\"\"" -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB
-DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"d:\Qt\2010.05\qt\include\QtCore"
-I"d:\Qt\2010.05\qt\include\QtGui" -I"d:\Qt\2010.05\qt\include"
-I"d:\Qt\2010.05\qt\include\ActiveQt" -I"debug" -I"."
-I"csete-qthid-2478a4c" -I"." -I"d:\Qt\2010.05\qt\mkspecs\win32-g++" -o
debug\main.o csete-qthid-2478a4c\main.cpp

gcc -c -g -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DVERSION="\"\"" -DQT_DLL
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
-I"d:\Qt\2010.05\qt\include\QtCore" -I"d:\Qt\2010.05\qt\include\QtGui"
-I"d:\Qt\2010.05\qt\include" -I"d:\Qt\2010.05\qt\include\ActiveQt" -I"debug"
-I"." -I"csete-qthid-2478a4c" -I"." -I"d:\Qt\2010.05\qt\mkspecs\win32-g++"
-o debug\fcd.o csete-qthid-2478a4c\fcd.c

g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE
-DQT_LARGEFILE_SUPPORT -DVERSION="\"\"" -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB
-DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"d:\Qt\2010.05\qt\include\QtCore"
-I"d:\Qt\2010.05\qt\include\QtGui" -I"d:\Qt\2010.05\qt\include"
-I"d:\Qt\2010.05\qt\include\ActiveQt" -I"debug" -I"."
-I"csete-qthid-2478a4c" -I"." -I"d:\Qt\2010.05\qt\mkspecs\win32-g++" -o
debug\hidwin.o csete-qthid-2478a4c\hidwin.cpp

D:\Qt\2010.05\qt\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT
-DVERSION="\"\"" -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
-DQT_NEEDS_QMAIN -I"d:\Qt\2010.05\qt\include\QtCore"
-I"d:\Qt\2010.05\qt\include\QtGui" -I"d:\Qt\2010.05\qt\include"
-I"d:\Qt\2010.05\qt\include\ActiveQt" -I"debug" -I"."
-I"csete-qthid-2478a4c" -I"." -I"d:\Qt\2010.05\qt\mkspecs\win32-g++"
-D__GNUC__ -DWIN32 csete-qthid-2478a4c\mainwindow.h -o
debug\moc_mainwindow.cpp

g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE
-DQT_LARGEFILE_SUPPORT -DVERSION="\"\"" -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB
-DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"d:\Qt\2010.05\qt\include\QtCore"
-I"d:\Qt\2010.05\qt\include\QtGui" -I"d:\Qt\2010.05\qt\include"
-I"d:\Qt\2010.05\qt\include\ActiveQt" -I"debug" -I"."
-I"csete-qthid-2478a4c" -I"." -I"d:\Qt\2010.05\qt\mkspecs\win32-g++" -o
debug\moc_mainwindow.o debug\moc_mainwindow.cpp

d:\Qt\2010.05\qt\bin\rcc.exe -name qthid csete-qthid-2478a4c\qthid.qrc -o
debug\qrc_qthid.cpp

g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE
-DQT_LARGEFILE_SUPPORT -DVERSION="\"\"" -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB
-DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"d:\Qt\2010.05\qt\include\QtCore"
-I"d:\Qt\2010.05\qt\include\QtGui" -I"d:\Qt\2010.05\qt\include"
-I"d:\Qt\2010.05\qt\include\ActiveQt" -I"debug" -I"."
-I"csete-qthid-2478a4c" -I"." -I"d:\Qt\2010.05\qt\mkspecs\win32-g++" -o
debug\qrc_qthid.o debug\qrc_qthid.cpp

windres -i csete-qthid-2478a4c\qthid.rc -o debug\qthid_res.o
--include-dir=./csete-qthid-2478a4c -DUNICODE -DQT_LARGEFILE_SUPPORT
-DVERSION="\"\"" -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
-DQT_NEEDS_QMAIN

g++ -enable-stdcall-fixup -Wl,-enable-auto-import
-Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o
debug\qthid.exe debug/mainwindow.o debug/main.o debug/fcd.o debug/hidwin.o
debug/moc_mainwindow.o debug/qrc_qthid.o  -L"d:\Qt\2010.05\qt\lib" -lmingw32
-lqtmaind debug\qthid_res.o "C:\Program Files\Microsoft
SDKs\Windows\v6.0A\Lib\setupapi.lib" -lQtGuid4 -lQtCored4

mingw32-make[1]: Leaving directory `C:/Documents and Settings/David
Barber/My Documents/C++/Experiment/FCQT'

mingw32-make: Leaving directory `C:/Documents and Settings/David Barber/My
Documents/C++/Experiment/FCQT'

The process "D:/Qt/2010.05/mingw/bin/mingw32-make.exe" exited normally.

********

#267 From: "Rob M0TFO" <robpegs@...>
Date: Sat Mar 12, 2011 1:41 pm
Subject: Re: Receiving Problem with FC#506 & FCD checker results
robpegsuk
Send Email Send Email
 
Ok looks like the PLL Status is ok. I'm out of ideas- may be worth contacting
Howard for a replacement-explaing all that has been tried and your still having
RX issues.
Rob

--- In FCDevelopment@..., "mandrakulos" <mandrakulos@...> wrote:
>
> Dear all,
>
> after a long discussion at the Funcube Group regarding my RX problem ( I
couldn't receive any signal at any mode ) I was advised to join this group,
download and run FCD checker tool and post the results.
>
>
> The results are below and I am waiting your comments.
>
> Set Frequency, FCD Frequency, PLL Status
> 50100000, 50094688,Unlocked
> until 51594524 all frequencies are marked as unlocked.
> From that point till the end of the test all frequencies are LOCKED.
>
> Could you please advise.
>
> Thank you in advance for the help.
>

#268 From: mike.willis@...
Date: Sat Mar 12, 2011 2:02 pm
Subject: Re: Qthid 3.0 with full API support available
g0mjw
Send Email Send Email
 
This is the problem:

win32:LIBS += C:\\Program Files\\Microsoft
SDKs\\Windows\\v6.0A\\Lib\\setupapi.lib"

That kine is making an invalid assumption I have these SDKs installed and their
location.

hidwin requires this library. Therefore the SDK has to be installed and that is
a big task.

#269 From: "David Barber" <david.barber@...>
Date: Sat Mar 12, 2011 2:30 pm
Subject: RE: Re: Qthid 3.0 with full API support available
g8oqw
Send Email Send Email
 
Hi Alex

Are the "Load" & "Save" FCD settings and the "Tools" supposed to work?

I can't see any function behind them?

All the settings are responding as expected and the FCD can be switched
between Application and Bootloader mode.

Looks good. :-)

********

This is what I'm now seeing in Qt.

Application Output:

Starting C:\Documents and Settings\David Barber\My
Documents\C++\Experiment\FCQT\debug\qthid.exe...
QObject::connect: Connecting from COMPAT signal (QAction::activated())
Band change detected: 2
RF filter change detected: 4
FCD mode change: 0 -> 2
Successfully read settings from FCD
RF filter change detected: 4

Compile Output:

Running build steps for project qthid...
Configuration unchanged, skipping qmake step.
Starting: "D:/Qt/2010.05/mingw/bin/mingw32-make.exe" -w
mingw32-make: Entering directory `C:/Documents and Settings/David Barber/My
Documents/C++/Experiment/FCQT'

D:/Qt/2010.05/mingw/bin/mingw32-make -f Makefile.Debug

mingw32-make[1]: Entering directory `C:/Documents and Settings/David
Barber/My Documents/C++/Experiment/FCQT'

mingw32-make[1]: Nothing to be done for `first'.

mingw32-make[1]: Leaving directory `C:/Documents and Settings/David
Barber/My Documents/C++/Experiment/FCQT'

mingw32-make: Leaving directory `C:/Documents and Settings/David Barber/My
Documents/C++/Experiment/FCQT'

The process "D:/Qt/2010.05/mingw/bin/mingw32-make.exe" exited normally.

Messages 240 - 269 of 840   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?
Messages 240 - 269 of 840   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! UK. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help