Re: [USRP-users] using GPIO output to trigger external RF switches

2020-01-23 Thread Thomas Harder via USRP-users
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

Re: [USRP-users] using GPIO output to trigger external RF switches

2020-01-21 Thread Sam Reiter via USRP-users
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

Re: [USRP-users] using GPIO output to trigger external RF switches

2020-01-21 Thread Thomas Harder via USRP-users
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

Re: [USRP-users] using GPIO output to trigger external RF switches

2020-01-14 Thread Sam Reiter via USRP-users
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

Re: [USRP-users] using GPIO output to trigger external RF switches

2020-01-14 Thread Jeff S via USRP-users
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)