sday, January 14, 2020 6:44 PM
To: Jeff S
Cc: usrp-users@lists.ettus.com; Thomas Harder
Subject: Re: [USRP-users] using GPIO output to trigger external RF switches
Thomas,
To accomplish what you're talking about, I think you'd just need to use timed
commands on both set_tx_rate() and
he
> transmission frequency of the USRP is changing?
>
>
>
> Thomas
>
>
>
> *From: *Sam Reiter
> *Sent: *Tuesday, January 14, 2020 6:44 PM
> *To: *Jeff S
> *Cc: *usrp-users@lists.ettus.com; Thomas Harder
> *Subject: *Re: [USRP-users] using GPIO output to tr
ny other solution to get a pulse each time the transmission
frequency of the USRP is changing?
Thomas
From: Sam Reiter
Sent: Tuesday, January 14, 2020 6:44 PM
To: Jeff S
Cc: usrp-users@lists.ettus.com; Thomas Harder
Subject: Re: [USRP-users] using GPIO output to trigger external RF switches
Thoma
Thomas,
To accomplish what you're talking about, I think you'd just need to use
timed commands on both set_tx_rate() and set_gpio_attr(). If these are set
to execute simultaneously, the GPIO line you set will go high on the same
clock cycle as the LO retune.
Sam
On Tue, Jan 14, 2020 at 5:59 AM
Thomas,
I am looking at GPIO right now as well. As to your question #2 on examples, I
compiled and am able to run the example I found in the UHD software:
uhd/host/examples/gpio.cpp
I am able to set individual data lines to experiment with (and eventually use
as a roadmap for my development)