[USRP-users] Re: USRP, GPIO toggling and Gnuradio

2021-09-10 Thread Marcus D. Leech
On 2021-09-10 1:37 p.m., Dobler, Anton wrote: Thank you for that explanation! Does the transaction regarding the GPIO states use the SFP+ ports or the management connection? I will go for the raw c++ application and come back to the list ASAP. Thank you all for your answers! That's a good

[USRP-users] Configure send_buff_size in N321 USRP

2021-09-10 Thread zhou via USRP-users
Hi, I am trying to increase the buffer size in tx. According to https://files.ettus.com/manual/page_transport.html,   it seems that we can change the default send_buff_size by specifying value in device arguments. I tried the following configuration: uhd::usrp::multi_usrp::make('addr=192.168.12.

[USRP-users] Re: Configure send_buff_size in N321 USRP

2021-09-10 Thread Marcus D. Leech
On 2021-09-10 2:39 p.m., zhou wrote: Hi, I am trying to increase the buffer size in tx. According to https://files.ettus.com/manual/page_transport.html ,  it seems that we can change the default *send_buff_size *by specifying value in devi

[USRP-users] how to use a usrp b210 with external gpsdo and nmea0183 as clock source

2021-09-10 Thread msfu
hi there, i am trying to get my GPS to work. setup is a b210, external pll-gpsdo bg7tbl connected to a nmea0183 anteńna and a vk-172 USB-GPS-mouse. i can get data from the usb receiver but in cgps there is no PPS and no 3D Fix. Now the question: can i activate my usrp to communicate with the e

[USRP-users] Re: Configure send_buff_size in N321 USRP

2021-09-10 Thread zhou via USRP-users
Hi Marcus, thanks for your reply.No, I am not on MacOS. I am using Ubuntu. How can I configure send buff size in Linux?I went through the uhd library but could not see it had any limit on buffer size. So, very strange where the buffer limit comes from. How do I measure the buffer?I created a pa

[USRP-users] Re: how to use a usrp b210 with external gpsdo and nmea0183 as clock source

2021-09-10 Thread Marcus D. Leech
On 2021-09-10 6:03 p.m., msfu wrote: hi there, i am trying to get my GPS to work. setup is a b210, external pll-gpsdo bg7tbl connected to a nmea0183 anteńna and a vk-172 USB-GPS-mouse. i can get data from the usb receiver but in cgps there is no PPS and no 3D Fix. Given that this is not the "

[USRP-users] Re: Configure send_buff_size in N321 USRP

2021-09-10 Thread Marcus D. Leech
On 2021-09-10 6:05 p.m., zhou wrote: Hi Marcus, thanks for your reply. No, I am not on MacOS. I am using Ubuntu. How can I configure send buff size in Linux? I went through the uhd library but could not see it had any limit on buffer size. So, very strange where the buffer limit comes from. H

[USRP-users] Re: how to use a usrp b210 with external gpsdo and nmea0183 as clock source

2021-09-10 Thread msfu
On 9/11/21 12:11 AM, Marcus D. Leech wrote: > On 2021-09-10 6:03 p.m., msfu wrote: >> hi there, >> >> >> i am trying to get my GPS to work. >> >> setup is a b210, external pll-gpsdo bg7tbl connected to a nmea0183 >> anteńna and a vk-172 USB-GPS-mouse. >> >> i can get data from the usb receiver but

[USRP-users] Re: how to use a usrp b210 with external gpsdo and nmea0183 as clock source

2021-09-10 Thread Marcus D. Leech
On 2021-09-10 6:55 p.m., msfu wrote: what does a command look like to set clock and time_source to external? Setting the clock configuration is something that every application that uses a USRP has to do   as part of establishing a session with the USRP device. i don*t really know how to ha

[USRP-users] Re: how to use a usrp b210 with external gpsdo and nmea0183 as clock source

2021-09-10 Thread msfu
the output of uhd_usrp_probe --args type=b200 is msfu@dragonos:~$ uhd_usrp_probe --args type=b200 [INFO] [UHD] linux; GNU C++ version 9.2.1 20200304; Boost_107100; UHD_3.15.0.0-2build5 [INFO] [B200] Detected Device: B210 [INFO] [B200] Loading FPGA image: /usr/share/uhd/images/usrp_b210_fpga.bin...

[USRP-users] Re: how to use a usrp b210 with external gpsdo and nmea0183 as clock source

2021-09-10 Thread Marcus D. Leech
On 2021-09-10 9:01 p.m., msfu wrote: the output of uhd_usrp_probe --args type=b200 is msfu@dragonos:~$ uhd_usrp_probe --args type=b200 [INFO] [UHD] linux; GNU C++ version 9.2.1 20200304; Boost_107100; UHD_3.15.0.0-2build5 [INFO] [B200] Detected Device: B210 [INFO] [B200] Loading FPGA image:

[USRP-users] Re: how to use a usrp b210 with external gpsdo and nmea0183 as clock source

2021-09-10 Thread Marcus D. Leech
On 2021-09-10 9:01 p.m., msfu wrote: the output of uhd_usrp_probe --args type=b200 is msfu@dragonos:~$ uhd_usrp_probe --args type=b200 [INFO] [UHD] linux; GNU C++ version 9.2.1 20200304; Boost_107100; UHD_3.15.0.0-2build5 [INFO] [B200] Detected Device: B210 [INFO] [B200] Loading FPGA image:

[USRP-users] Re: how to use a usrp b210 with external gpsdo and nmea0183 as clock source

2021-09-10 Thread Marcus D. Leech
On 2021-09-10 9:01 p.m., msfu wrote: the output of uhd_usrp_probe --args type=b200 is msfu@dragonos:~$ uhd_usrp_probe --args type=b200 [INFO] [UHD] linux; GNU C++ version 9.2.1 20200304; Boost_107100; UHD_3.15.0.0-2build5 [INFO] [B200] Detected Device: B210 [INFO] [B200] Loading FPGA image:

[USRP-users] Re: how to use a usrp b210 with external gpsdo and nmea0183 as clock source

2021-09-10 Thread msfu
On 9/11/21 3:04 AM, Marcus D. Leech wrote: > On 2021-09-10 9:01 p.m., msfu wrote: >> >> the output of uhd_usrp_probe --args type=b200 is >> >> msfu@dragonos:~$ uhd_usrp_probe --args type=b200 [INFO] [UHD] linux; >> GNU C++ version 9.2.1 20200304; Boost_107100; UHD_3.15.0.0-2build5 >> [INFO] [B200]

[USRP-users] Re: how to use a usrp b210 with external gpsdo and nmea0183 as clock source

2021-09-10 Thread Marcus D. Leech
On 2021-09-10 9:26 p.m., msfu wrote: On 9/11/21 3:04 AM, Marcus D. Leech wrote: On 2021-09-10 9:01 p.m., msfu wrote: the output of uhd_usrp_probe --args type=b200 is msfu@dragonos:~$ uhd_usrp_probe --args type=b200 [INFO] [UHD] linux; GNU C++ version 9.2.1 20200304; Boost_107100; UHD_3.15.

[USRP-users] Re: Configure send_buff_size in N321 USRP

2021-09-10 Thread zhou via USRP-users
Thank you Marcus.I originally thought that there might be two levels of buffer, one in device and one in host, and the one in host was bigger and could be configured by user, but after I checked the UHD library, I couldn't find the host-side buffer. So, I agree with you that the host sends the