Re: [USRP-users] GPIO setup via gnuradio

2020-08-27 Thread Marcus D. Leech via USRP-users
On 08/27/2020 12:45 PM, Ivan Zahartchuk wrote: UHD 3.15 uhd_cal_rx_iq_balance as far as I understand your question, then the calibration program that is provided with the uhd driver Have you noticed a difference in image suppression for different tuned frequencies? What is your signal amplitu

Re: [USRP-users] GPIO setup via gnuradio

2020-08-27 Thread Marcus D. Leech via USRP-users
On 08/27/2020 08:20 AM, Ivan Zahartchuk via USRP-users wrote: Hi there. My problem is that even after calibration I can clearly see the mirror channel on my USRP N 210 with SBX. Maybe someone will tell you how to solve this problem. This problem is observed on several boards and different board

Re: [USRP-users] GPIO setup via gnuradio

2020-08-27 Thread Ivan Zahartchuk via USRP-users
Hi there. My problem is that even after calibration I can clearly see the mirror channel on my USRP N 210 with SBX. Maybe someone will tell you how to solve this problem. This problem is observed on several boards and different boards. вт, 16 июн. 2020 г. в 17:28, Michael Dickens : > Hi Ivan - OK

Re: [USRP-users] GPIO setup via gnuradio

2020-05-11 Thread Ivan Zahartchuk via USRP-users
If I understand you correctly, then I need to create another block uhd self.uhd_usrp_source = uhd.usrp_source ( ",". join (("", "")), uhd.stream_args ( cpu_format = "fc32", channels = range (1), ), ) so I created it. But I don’t understand how it work

Re: [USRP-users] GPIO setup via gnuradio

2020-04-20 Thread Michael Dickens via USRP-users
Hi Ivan - I'll work with you off-list on this topic. If we figure out something useful, we can report back to the lists here. - MLD On Fri, Apr 17, 2020 at 7:41 PM Ivan Zahartchuk wrote: > > Honestly, I have worked very little with gnuradio and do not quite > understand what it means to transf

Re: [USRP-users] GPIO setup via gnuradio

2020-04-17 Thread Ivan Zahartchuk via USRP-users
Honestly, I have worked very little with gnuradio and do not quite understand what it means to transfer a UHD USRP object. If it does not make it difficult for you to show how it works, I will greatly appreciate it. пт, 17 апр. 2020 г. в 21:27, Michael Dickens : > Ohh ... nice! I didn't know gr-u

Re: [USRP-users] GPIO setup via gnuradio

2020-04-17 Thread Michael Dickens via USRP-users
Ohh ... nice! I didn't know gr-uhd provided that interface! A quick search shows it's in GR as of sometime in version 3.7 .. not sure how far back, but certainly in the current release. Good to know! Note that this gr-uhd GPIO API is available in Python (via SWIG) as well as C++ ... BUT: it is not

Re: [USRP-users] GPIO setup via gnuradio

2020-04-17 Thread Rob Kossler via USRP-users
The following link (GR documentation) shows some UHD GPIO functionality. https://www.gnuradio.org/doc/doxygen/classgr_1_1uhd_1_1usrp__block.html On Fri, Apr 17, 2020 at 10:27 AM Michael Dickens via USRP-users < usrp-users@lists.ettus.com> wrote: > Hi Ivan - I'm assuming you mean configure and con

Re: [USRP-users] GPIO setup via gnuradio

2020-04-17 Thread Michael Dickens via USRP-users
Hi Ivan - I'm assuming you mean configure and control a USRP's GPIO via UHD in GNU Radio? In theory this should be possible, at least in C++ and of course it requires that the specific USRP have GPIO ... I'm not sure if there's a Python GPIO API as of UHD 3.15, but if there is then that method sh

[USRP-users] GPIO setup via gnuradio

2020-04-17 Thread Ivan Zahartchuk via USRP-users
Hello. Please tell me if it is possible to configure GPIO using gnuradio. I want to use RFNOC blocks and switch an external device using GPIO ___ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.e