Re: [USRP-users] GPIO setup via gnuradio

2020-08-27 Thread Ivan Zahartchuk
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-04-20 Thread Michael Dickens
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
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
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
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-us...@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
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