Re: [Discuss-gnuradio] GR win64 binaries v1.1 posted

2016-05-04 Thread Geof Nieboer
@anon: missing icons is known and for now expected. @Paul: cppunit 64-bit is built/installed as part of the package. I have not yet used it, however. @james: Excellent, thanks again for the feedback. Geof On Thu, May 5, 2016 at 4:03 AM, James C Mankin wrote: > Geof, > > I just

Re: [Discuss-gnuradio] INMARSAT wide signal question

2016-05-04 Thread Henry Barton
I discussed this on #hearsat and it appears to be BGAN. Sent from Windows Mail From: Henry Barton Sent: ‎Wednesday‎, ‎May‎ ‎4‎, ‎2016 ‎1‎:‎18‎ ‎PM To: discuss-gnuradio@gnu.org The wide signal in question is about 168 kHz. I’ve been able to see several side-by-side like in other

[Discuss-gnuradio] Transmission using Aux cable

2016-05-04 Thread Haaris
Hello all, I am trying to transmit data using aux cable from one laptop to another. The modulation scheme I am using the PSK mod block is DQPSK. The problem is that while recovering data I have to set a specific value of delay to recover the original data back. Sometimes no delay is needed, while

Re: [Discuss-gnuradio] GR win64 binaries v1.1 posted

2016-05-04 Thread Anon Lister
So, with gqrx, aside from the known issues with B200 crashing when changing demod settings, it seems I have missing icons, any thoughts? http://imgur.com/cNXLa7G -Anon On Wed, May 4, 2016 at 4:33 PM, Geof Nieboer wrote: > Jim, > > I found the problem. Qt5 threw me a

Re: [Discuss-gnuradio] GR win64 binaries v1.1 posted

2016-05-04 Thread Camera Parts
Does Cppunit work with this release? One needs that for developing Cpp blocks. On Wed, 5/4/16, Geof Nieboer wrote: Subject: Re: [Discuss-gnuradio] GR win64 binaries v1.1 posted To: "Discuss-gnuradio@gnu.org"

Re: [Discuss-gnuradio] GR win64 binaries v1.1 posted

2016-05-04 Thread Geof Nieboer
Jim, I found the problem. Qt5 threw me a nice curveball. I've got a fix, check back tomorrow for v1.1.1 :(. Apologies. Geof On Wed, May 4, 2016 at 9:56 PM, Geof Nieboer wrote: > Jim, > > Try dropping the below file in the c:\Program Files\gnuradio-3.7\bin > directory

Re: [Discuss-gnuradio] GR win64 binaries v1.1 posted

2016-05-04 Thread Geof Nieboer
Achilleas: I see the same errors on startup about hicolor and the GMountMountFlags. (Those can be fixed, but since they are minor hasn't been a priority) I do not, however, see the error after "Using volk machine", the next line is the one about pagesize. Jim: Thanks for the report. I'll take a

Re: [Discuss-gnuradio] GR win64 binaries v1.1 posted

2016-05-04 Thread James C Mankin
After uninstalling v1.0 and installing V1.1 , I was not able to run gqrx under Windows 7.I see a command line window that says "setting gnuradio environment" and then a pop-up that says: This application failed to start because it could not find or load the Qt platform plugin

Re: [Discuss-gnuradio] INMARSAT wide signal question

2016-05-04 Thread Henry Barton
The wide signal in question is about 168 kHz. I’ve been able to see several side-by-side like in other people’s pictures by using 9A4QAV’s helix. Sent from Windows Mail From: Henry Barton Sent: ‎Wednesday‎, ‎May‎ ‎4‎, ‎2016 ‎1‎:‎08‎ ‎PM To: discuss-gnuradio@gnu.org Thanks, Ian. So

Re: [Discuss-gnuradio] INMARSAT wide signal question

2016-05-04 Thread Henry Barton
Thanks, Ian. So the I prefix is Inmarsat? Sent from Windows Mail From: Ian Buckley Sent: ‎Wednesday‎, ‎May‎ ‎4‎, ‎2016 ‎12‎:‎47‎ ‎PM To: Kevin McQuiggin Cc: Henry Barton, discuss-gnuradio@gnu.org Henry, Its important to realize that there are 3 generations of Inmarsat systems

Re: [Discuss-gnuradio] INMARSAT wide signal question

2016-05-04 Thread Ian Buckley
Henry, Its important to realize that there are 3 generations of Inmarsat systems currently in use. The I3 birds carry a lot of narrow band services for air to ground and ship to shore as Kevin just described. As you move to I5 via I4 you see higher, more modern broadband service start to appear.

Re: [Discuss-gnuradio] ORC support on armhf w/ embedded SDK

2016-05-04 Thread Martin Braun
We actually dropped ORC support in UHD for that reason, although the benefit for us was even smaller than for volk. M On 3 May 2016 10:25, "Tom Rondeau" wrote: > On Tue, May 3, 2016 at 11:53 AM, Sean Nowlan wrote: > >> Sorry, email confusion with IEEE email

Re: [Discuss-gnuradio] B200/mini GPIO

2016-05-04 Thread Marcus D. Leech
On 05/04/2016 11:18 AM, Santos Campos wrote: Hello! I am curious if it is possible to use a pin or something on either the B200 or B200 mini to send a control signal. We were hoping to be able to switch between 2 antennas if the board received some signal. It looks like there could be some

[Discuss-gnuradio] B200/mini GPIO

2016-05-04 Thread Santos Campos
Hello! I am curious if it is possible to use a pin or something on either the B200 or B200 mini to send a control signal. We were hoping to be able to switch between 2 antennas if the board received some signal. It looks like there could be some available pins, but we were unsure if they would be

Re: [Discuss-gnuradio] GR win64 binaries v1.1 posted

2016-05-04 Thread Achilleas Anastasopoulos
Geof, out of curiosity: In your setting do you see the errors produced in cases 2 and 3 (but the program keeps running) or is it that you do not see these errors at all? thanks Achilleas 2) A simple flowgraph with noise, throttle, filter, fft display runs perfectly with WX. The following info

Re: [Discuss-gnuradio] Error: ‘pdu’ has not been declared

2016-05-04 Thread Henning Bredenberg
Thanks for the quick response! In the original block code the name space is namespace gr { namespace blocks { [...code...] } /* namespace blocks */ } /* namespace gr */ whereas in my code it is (obviously...) "work" instead "blocks" in the crucial files: tagged.h (include folder) and

Re: [Discuss-gnuradio] Error: ‘pdu’ has not been declared

2016-05-04 Thread Marcus Müller
Really quickly, I have to go: gr::block::pdu is the C++ namespace tht the pdu blocks reside in; you'll have to reproduce that namespace declaration in your files; compare the `namespace ... {` declarations in the main tree. By the way, in my opinion experimenting with the existing blocks' source

[Discuss-gnuradio] Error: ‘pdu’ has not been declared

2016-05-04 Thread Henning Bredenberg
Hi list, I created an OOT module "work" and tried to copy the functions of blocks from the standard library with additional test-outputs for a better understanding. The block "pdu_to_tagged_stream" is copied in an own block called "tagged". Via following commands in the build direction