* Martin Braun
> *Sent:* Thursday, December 12, 2024 6:08 PM
> *Cc:* usrp-users@lists.ettus.com
> *Subject:* [USRP-users] Re: Issue with Starting Transmitter on USRP N300
> without Using Streamers
>
> I don't have access to an N300, so I can't test it for you.
>
>
s not working. Also, we have kept timing information of RX radio
disabled.
From: Martin Braun
Sent: Thursday, December 12, 2024 3:20 PM
Cc: usrp-users@lists.ettus.com
Subject: [USRP-users] Re: Issue with Starting Transmitter on USRP N300 without
Using Streamers
On Thu, Dec 12, 2024 at 6:23 AM Nidhi Panda
wrote:
> Thank you so much for your response. We have tested the
> "rfnoc_radio_loopback" cpp example and it works fine. Just that I am not
> good with cpp that's why I wanted to do this with either python or GNU
> radio. GNU radio also includes an exam
Thank you so much for your response. We have tested the "rfnoc_radio_loopback"
cpp example and it works fine. Just that I am not good with cpp that's why I
wanted to do this with either python or GNU radio. GNU radio also includes an
example of loopback for x300 board. I changed it for n300 boar
On Fri, Dec 6, 2024 at 4:53 PM Rob Kossler via USRP-users <
usrp-users@lists.ettus.com> wrote:
>
>
> On Fri, Dec 6, 2024 at 9:44 AM Rob Kossler wrote:
>
>>
>> You might want to look at the Ettus c++ example "rfnoc_radio_loopback".
>> You could also try just running it. Note that it does not incl
Hey Nidhi,
are you able to run the rfnoc_radio_loopback example? It skips the DmaFifo
(which is not present in default bitfiles) but otherwise does the same. It
documents all the common pitfalls of creating loopback apps (like calling
enable_rx_timestamps(), and using back-edges).
Once that work
On Fri, Dec 6, 2024 at 9:44 AM Rob Kossler wrote:
>
>
> On Fri, Dec 6, 2024 at 6:27 AM Nidhi Panda
> wrote:
>
>> I am currently working with a *USRP N300 device with uhd 4.7 and gnu
>> radio v3.11.* I have created a simple loopback configuration in which
>> the data flows through the following
On Fri, Dec 6, 2024 at 6:27 AM Nidhi Panda wrote:
> I am currently working with a *USRP N300 device with uhd 4.7 and gnu
> radio v3.11.* I have created a simple loopback configuration in which
> the data flows through the following blocks:
> Rx_Radio > DDC > DMAFifo > DUC > Tx_Radio.
> However,