Send USRP-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of USRP-users digest..."
Today's Topics:
1. Re: B210 channel assignment (Ben Hilburn via USRP-users)
2. Re: B210 channel assignment (Tom Tsou via USRP-users)
3. Re: B200 Step by Step on Windows (Reaper Dan via USRP-users)
4. B200 Enclosure (Reaper Dan via USRP-users)
5. Re: B200 Step by Step on Windows (tides anugraha via USRP-users)
6. WBX receiver issue (via USRP-users)
7. Meet up in Poland (Matt Ettus via USRP-users)
----------------------------------------------------------------------
Message: 1
Date: Wed, 21 May 2014 09:50:06 -0700
From: Ben Hilburn via USRP-users <[email protected]>
To: Robert Kossler <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: [USRP-users] B210 channel assignment
Message-ID:
<caoevzkj-is74j7argmukjpgcod4tsaq4rm3k++tuxnxufph...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Thanks, Robert!
Cheers,
Ben
On Wed, May 21, 2014 at 8:30 AM, Robert Kossler via USRP-users <
[email protected]> wrote:
> > -----Original Message-----
> > From: USRP-users [mailto:[email protected]] On Behalf
> Of
> > Robert Kossler via USRP-users
> > Sent: Tuesday, May 20, 2014 6:28 PM
> > To: Martin Braun
> > Cc: [email protected]
> > Subject: Re: [USRP-users] B210 channel assignment
> >
> > > -----Original Message-----
> > > From: USRP-users [mailto:[email protected]] On Behalf
> > > Of Robert Kossler via USRP-users
> > > Sent: Tuesday, May 20, 2014 6:22 PM
> > > To: Martin Braun
> > > Cc: [email protected]
> > > Subject: Re: [USRP-users] B210 channel assignment
> > >
> > > > -----Original Message-----
> > > > From: USRP-users [mailto:[email protected]] On
> > > > Behalf Of Martin Braun via USRP-users
> > > > Sent: Wednesday, May 14, 2014 5:51 AM
> > > > To: [email protected]
> > > > Subject: Re: [USRP-users] B210 channel assignment
> > > >
> > > > On 13.05.2014 11:03, Stefan Ereth via USRP-users wrote:
> > > > > Hi all, I try to capture samples of both channels from a B210 and
> > > > > save them in separate files. The Problem is that the channel
> > > > > assignment is different after retuning. I connected a signal
> > > > > generator to channel 1 and let channel 2 open. Normally the file
> > > > > "measure0" should always contain my signal and "measure1" noise.
> > > > > But out of 20 times the signal is 17 times in "measure0" and 3
> > > > > times in "measure1". I appreciate any advice on resolving or
> > > > > further debugging this issue. Stefan
> > > >
> > > > Hi Stefan,
> > > >
> > > > do you mean you restart your app 20 times, and sometimes it switches?
> > > > Also, what makes you think this is due to re-tuning?
> > > >
> > > > Do you have access to GNU Radio (or something similar)? If so, you
> > > > could try observing the output of the individual ports of a UHD
> > > > Source (like
> > > > this: http://imgur.com/tJO4nOo). I just ran this at least 20 times,
> > > > and the output is reliably mapped to the same port every time.
> > > >
> > > > Martin
> > >
> > >
> > > I was able to duplicate Stefan's results using both a modified
> > > "rx_samples_to_file" program as well as a simple GRC flow graph.
> > > Attached are 3 files:
> > > 1) TwoChanFFT.py: simple flow graph which plots FFT of each channel
> > > 2) rx_samples_to_file_2.cpp: modified version of
> "rx_samples_to_file.cpp"
> > > so that it can collect 2 channels and write each to its own file
> > > 3) rx_samps_to_file_output.txt: example output from modified program
> > > (this shows the command line arguments I used)
> > >
> > > Test Setup
> > > - Multi-tone signal (signal modulation is not really important) at
> > > 2412 MHz, -40 dBm, injected into "RF A: Rx 2" ("RF B: Rx 2" was left
> > > unconnected)
> > >
> > > Test Procedure / Results
> > > - Using the modified "rx_samples_to_file_2.cpp" program, I ran the
> > > program numerous times (> 40), each time generating a new data file.
> > > I then read the files into Matlab and plotted the FFT for both
> > > channels (I realize that taking an FFT was not needed if I only wanted
> > > to determine if signal was present or not, but that was the tool I had
> > > available). On about 5 occasions, the signal switched to the normally
> > > "noise" channel. I did not include my Matlab code in this email
> > > because it is probably not needed given that I was able to duplicate
> the
> > behavior in a GRC flow graph as described below.
> > > - Using the GRC flow graph (attached), I ran the flow graph and looked
> > > to see if the signal showed up on the top or the bottom FFT plot.
> > > Next, I stopped the flow graph. Then, I repeated this numerous times
> > > (> 30). Most of the time, the signal showed on the bottom FFT plot,
> > > but 2 or 3 times it showed up on the top FFT plot.
> > >
> >
> > Attachments added...
>
> I just realized that I only attached the ".py" file and forgot the ".grc"
> file. The latter is included here.
>
> Rob
>
> _______________________________________________
> USRP-users mailing list
> [email protected]
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20140521/726e66ba/attachment-0001.html>
------------------------------
Message: 2
Date: Wed, 21 May 2014 21:17:31 -0400
From: Tom Tsou via USRP-users <[email protected]>
To: Stefan Ereth <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: [USRP-users] B210 channel assignment
Message-ID:
<CAATyM+ZjvL9GXGcfVnmVLyzGwqPZgegeLu6u6C=jeztmdct...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
On Tue, May 13, 2014 at 5:03 AM, Stefan Ereth via USRP-users
<[email protected]> wrote:
> Hi all,
> I try to capture samples of both channels from a B210 and save them in
> separate files. The Problem is that the channel assignment is different after
> retuning.
> I connected a signal generator to channel 1 and let channel 2 open. Normally
> the file "measure0" should always contain my signal and "measure1" noise. But
> out of 20 times the signal is 17 times in "measure0" and 3 times in
> "measure1".
I've seen this behaviour as well, though not after retuning. Swap
seems to occur at startup. Out of 20 starts I'll see at least one A/B
channel reversal. I do retune the DDC frequently while running, and
that does not seem to be related.
UHD_003.007.001-65-g79c9b12b
Rate: 15.36 MHz
Freq: 1 GHz
-TT
------------------------------
Message: 3
Date: Thu, 22 May 2014 00:18:39 -0400 (EDT)
From: Reaper Dan via USRP-users <[email protected]>
To: [email protected], [email protected]
Subject: Re: [USRP-users] B200 Step by Step on Windows
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
Tides,
Following the steps on Balint's page got everything done. It turned out he was
missing one detail on there about installing all the software to the HDSDR
directory. Doing that fixed the problems I was having immediately.
Caveat to that is, most people probably don't have HDSDR installed before
running his package - I did because I had already tried running it and doing
other things so many times. So, I just ran the package again and pointed it to
the directory - for those who do NOT have HDSDR already installed I would
install it seperately then run Balint's package and point it to the HDSDR
directory... or, you could just run the package twice, the second timing
pointing to the HDSDR directory.
As far as the N210, I'm really not sure how that would work out. All the
software I've seen is for USB interfaces - what exactly is the error.issue
you're having?
-----Original Message-----
From: tides anugraha <[email protected]>
To: Reaper Dan <[email protected]>
Sent: Tue, May 20, 2014 3:25 am
Subject: Re: [USRP-users] B200 Step by Step on Windows
Hi Dan,
I'm trying to do the same thing (run HDSDR on windows) with my USRP N210. Could
you share the installation step that works for you? Eventhough, there are
differences between USRP B200 & N210 (N210 use Gbit ethernet interfaces to
connect to the computer).
I have try several times, & had an error message each time i run HDSDR.
Thanks
Tides
On Thu, May 15, 2014 at 10:40 PM, Reaper Dan via USRP-users
<[email protected]> wrote:
I know I'm replying to my own message here, but I wanted to add some more
detail to what I last wrote. I've attached a screenshot of the error that I
keep getting when using HDSDR. It states "Load ExtIO DLL failed: %1 is not a
valid Win32 application." This happens when I try to click ExtIO in HDSDR (see
this site for details - I've followed all the steps given there). Aparently
this is a common problem with 64 bit users... does anyone know a workaround???
In response to Marcus - Using the system with HDSDR is just one small
application I'm using the B200 for - I'm using the system with great success in
Linux and it has been wonderful for GSM as well as a VHF radio station. I know
the problem I'm experiencing is with the ExtIO plug-in and I didn't know any
other message board to turn to. I figured this is a general troubleshooting
message list and a good way to get a hold of Balint - if there is a better
group out there, please let me know!
I am trying to write a good guide for all the people out there that are not
researches and the like - Since I've been through the hard stuff, why not write
it all up so it becomes easy stuff and people can learn how to use Ettus
products even faster :)
All the best,
- Dan
-----Original Message-----
From: L Ll via USRP-users <[email protected]>
To: usrp-users <[email protected]>
Sent: Wed, May 14, 2014 7:34 pm
Subject: [USRP-users] B200 Step by Step on Windows
All,
I would really like to get a straightforward guide written for my setup (and
hopefully other setups).
I am currently running Windows 7 Pro on a Dell M4800. I am trying to get this
B200 working with some kind of waterfall type software (I would like to be able
to see the spectrum and move around through it).
I have installed an overwhelming amount of software trying to get this thing to
work with no real success so far.
I can navigate to the C:\Program Files (x86)\UHD\lib\uhd\examples folder and
run some of the programs there from the command prompt. The computer sees and
communicates with the B200, so now, how do I get it to work with something like
HDSDR or SDR-RADIO???
Thanks,
- Dan
_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20140522/28353d25/attachment-0001.html>
------------------------------
Message: 4
Date: Thu, 22 May 2014 01:00:49 -0400 (EDT)
From: Reaper Dan via USRP-users <[email protected]>
To: [email protected]
Subject: [USRP-users] B200 Enclosure
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
Hey guys,
Just wanted to let you know I am almost done with the CAD drawings for cutting
out the end caps on the Hammond 1455L1601 metal enclosure (Hammond Schematics
are here). I am able and willing to do the machining for a small price if you
so desire. I have this case myself and it looks great. Let m/e know if you are
interested and I'll give you more details.
For you Ettus employees, somebody mentioned an enclosure coming out a while
back - I don't know if you have made any progress on that, but if you are
interested in me doing some mass production or even some customized cases,
please feel free to contact me directly.
Sincerely,
- Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20140522/359999ef/attachment-0001.html>
------------------------------
Message: 5
Date: Thu, 22 May 2014 12:17:54 +0700
From: tides anugraha via USRP-users <[email protected]>
To: Reaper Dan <[email protected]>
Cc: [email protected]
Subject: Re: [USRP-users] B200 Step by Step on Windows
Message-ID:
<CA+a=GO5RLkNUFWw+R23Gp7dkUqJ==8psraru9epmj-na3k1...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi Dan,
I've already install UHD & HDSDR, and i've already test using
uhd_find_devices.exe & uhd_usrp_probe.exe and it's working fine, the
computer detect the USRP. When i start to install ExtIO_USRP+FCD +
BorIP-1.1.1_Setup, and it comes to zadig installation step, i cannot find
the USRP N210 in the list, so i skip the zadig installation process.
And when i start to run the HDSDR, it shows error message (please see
attached file). Any suggestion to resolve this problem?
Thanks
On Thu, May 22, 2014 at 11:18 AM, Reaper Dan <[email protected]> wrote:
> Tides,
>
> Following the steps on *Balint's
> page*<http://wiki.spench.net/wiki/USRP_Interfaces>got everything done. It
> turned out he was missing one detail on there about
> installing all the software to the HDSDR directory. Doing that fixed the
> problems I was having immediately.
>
> Caveat to that is, most people probably don't have HDSDR installed before
> running his package - I did because I had already tried running it and
> doing other things so many times. So, I just ran the package again and
> pointed it to the directory - for those who do NOT have HDSDR already
> installed I would install it seperately then run Balint's package and point
> it to the HDSDR directory... or, you could just run the package twice, the
> second timing pointing to the HDSDR directory.
>
> As far as the N210, I'm really not sure how that would work out. All the
> software I've seen is for USB interfaces - what exactly is the error.issue
> you're having?
>
>
> -----Original Message-----
> From: tides anugraha <[email protected]>
> To: Reaper Dan <[email protected]>
> Sent: Tue, May 20, 2014 3:25 am
> Subject: Re: [USRP-users] B200 Step by Step on Windows
>
> Hi Dan,
>
> I'm trying to do the same thing (run HDSDR on windows) with my USRP N210.
> Could you share the installation step that works for you? Eventhough, there
> are differences between USRP B200 & N210 (N210 use Gbit ethernet interfaces
> to connect to the computer).
>
> I have try several times, & had an error message each time i run HDSDR.
>
> Thanks
> Tides
>
>
>
> On Thu, May 15, 2014 at 10:40 PM, Reaper Dan via USRP-users <
> [email protected]> wrote:
>
>>
>> I know I'm replying to my own message here, but I wanted to add some
>> more detail to what I last wrote. I've attached a screenshot of the error
>> that I keep getting when using HDSDR. It states "Load ExtIO DLL failed: %1
>> is not a valid Win32 application." This happens when I try to click ExtIO
>> in HDSDR (see this site <http://wiki.spench.net/wiki/USRP_Interfaces>for
>> details - I've followed all the steps given there). Aparently this is a
>> common problem with 64 bit users... does anyone know a workaround???
>>
>>
>> In response to Marcus - Using the system with HDSDR is just one small
>> application I'm using the B200 for - I'm using the system with great
>> success in Linux and it has been wonderful for GSM as well as a VHF radio
>> station. I know the problem I'm experiencing is with the ExtIO plug-in and
>> I didn't know any other message board to turn to. I figured this is a
>> general troubleshooting message list and a good way to get a hold of Balint
>> - if there is a better group out there, please let me know!
>>
>> I am trying to write a good guide for all the people out there that are
>> not researches and the like - Since I've been through the hard stuff, why
>> not write it all up so it becomes easy stuff and people can learn how to
>> use Ettus products even faster :)
>>
>> All the best,
>>
>> - Dan
>>
>>
>> -----Original Message-----
>> From: L Ll via USRP-users <[email protected]>
>> To: usrp-users <[email protected]>
>> Sent: Wed, May 14, 2014 7:34 pm
>> Subject: [USRP-users] B200 Step by Step on Windows
>>
>> All,
>>
>> I would really like to get a straightforward guide written for my setup
>> (and hopefully other setups).
>> I am currently running Windows 7 Pro on a Dell M4800. I am trying to get
>> this B200 working with some kind of waterfall type software (I would like
>> to be able to see the spectrum and move around through it).
>>
>> I have installed an overwhelming amount of software trying to get this
>> thing to work with no real success so far.
>>
>> I can navigate to the C:\Program Files (x86)\UHD\lib\uhd\examples folder
>> and run some of the programs there from the command prompt. The computer
>> sees and communicates with the B200, so now, how do I get it to work with
>> something like HDSDR or SDR-RADIO???
>>
>> Thanks,
>> - Dan
>>
>> _______________________________________________
>> USRP-users mailing
>> [email protected]http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>>
>>
>> _______________________________________________
>> USRP-users mailing list
>> [email protected]
>> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20140522/f7094a0e/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zadig.jpg
Type: image/jpeg
Size: 46870 bytes
Desc: not available
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20140522/f7094a0e/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HDSDR error.jpg
Type: image/jpeg
Size: 38720 bytes
Desc: not available
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20140522/f7094a0e/attachment-0003.jpg>
------------------------------
Message: 6
Date: Thu, 22 May 2014 11:59:18 +0000
From: via USRP-users <[email protected]>
To: "[email protected]?="
<[email protected]>
Subject: [USRP-users] WBX receiver issue
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"
Hi al,
I was receiving a -50 dBm signal with WBX receiver. After some time, the signal
spectrum disappeared from the frequency scope, all I could see was only noise.
I did some measurement and found the grand daughterboard works well (measured
voltages were according to the spec sheet). But in the main receiver part I
could measure voltages of 6V and 3.3V at both U306, U308 (ADP3336). The
voltages at attenuator (U302), LNA (U313) and other components are only around
0.03V. Does it mean the receiver part is burned or only the LNA (MGA82563) is
destroyed?
regards,
Saran
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20140522/70fc0f51/attachment-0001.html>
------------------------------
Message: 7
Date: Thu, 22 May 2014 14:17:11 +0200
From: Matt Ettus via USRP-users <[email protected]>
To: [email protected]
Subject: [USRP-users] Meet up in Poland
Message-ID:
<CAN=1kn_WKuBvS=6x-a-f6qt1+ad2u9bmxymcax23skvscmj...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
I'm going to be in Krakow on Friday and Saturday. If anyone is interested
in getting together to discuss USRPs or GNU Radio over food and/or drinks,
send me an email.
I'm also giving a talk on Friday morning at AGH in Krakow in building D6
room 201 at 9:30 if you'd like to hear about some exciting new technologies
we're working on.
Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20140522/bb6b7143/attachment-0001.html>
------------------------------
Subject: Digest Footer
_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
------------------------------
End of USRP-users Digest, Vol 45, Issue 20
******************************************