Hi All,
I am looking to purchase an external power supply for my USRP B210, but I can’t
figure out what size connector I should get. I found an old post where the
specs were given as outer shell = 5.5mm, pin diameter = 2.1mm, but that was in
2011 for a USRP1.
Does anyone know what the latest
Hi Julian,
Sorry for the late reply and thanks for the answer.
I have been debugging the configuration printing the entries of "set_agc"
that I have found on cpp/py files in the uhd driver and ettus repositories,
and I can confirm that the code is not getting to the ad9361_device.cpp as
I thought
5.5 x 2.1 is still correct.
Sent from my iPhone
> On Apr 9, 2021, at 7:09 AM, brendan.horsfi...@vectalabs.com wrote:
>
>
> Hi All,
>
> I am looking to purchase an external power supply for my USRP B210, but I
> can’t figure out what size connector I should get. I found an old post where
>
Hello Users,
I have implemented C++ code of custom block. After I have used swig because I
need to use my C++ functions in my python code generate by GNU Radio 3.8.
I have the following error when I try to run my python code : AttributeError:
'module' object had no attribute 'className_swigregi
Hi,
is cpld source code for UBX available?
___
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com
Thanks Marcus.
Regards,
Brendan.
On Fri, Apr 9, 2021 at 9:49 PM Marcus D Leech
wrote:
> 5.5 x 2.1 is still correct.
>
> Sent from my iPhone
>
> On Apr 9, 2021, at 7:09 AM, brendan.horsfi...@vectalabs.com wrote:
>
>
>
> Hi All,
>
> I am looking to purchase an external power supply for my USRP
At this point, it is not. However, it's pretty possible to infer the function
of the CPLD
from what it's used for and how the UHD host code interacts with it – which
you'd probably
want to change, unless you're intending to build an identical clone of the UBX
:)
Should you have a problem with
Maria,
the properties you want to change (min/max thresholds) are not exposed via the
property tree. Only the mode is (slow or fast).
However, the same code that configures the AGC that worked for me on the B210
should run on the E310. The RPC client should not be involved in that case
(althoug
Hello all,
I plan to add metadata in our custom RFNoC block, reading the RFNoC
specification I noticed that the rx_streamer and tx_streamer handles metadata.
my questions are:
1. Is this the same metadata specified in the context CHDR messages? if it is
not, how can we read at the host side, t