[USRP-users] Re: B205mini Discovery Issue

2025-05-06 Thread Bill weedon
Seems we’re on the right track here. $180 programming cable and I also found FX3 source code on github. Need to figure out what compiler to use to compile the FX2 code or upload the raw binary using the $180 programming cable. I also created an NI account and sent in a service request. They quo

[USRP-users] Re: B205mini Discovery Issue

2025-05-06 Thread Marcus D. Leech
On 06/05/2025 18:56, Bill weedon wrote: I suspect the device was wiped as you stated. Is there a remedy to bring it back to factory standards? There is a mictor connector with FX3 JTAG but requires mating connector, programmer and binary image. Thanks, Bill Weedon There is this: https://www.e

[USRP-users] Re: B205mini Discovery Issue

2025-05-06 Thread Bill weedon
I suspect the device was wiped as you stated. Is there a remedy to bring it back to factory standards? There is a mictor connector with FX3 JTAG but requires mating connector, programmer and binary image. Thanks, Bill Weedon On May 6, 2025, at 5:43 PM, Marcus D. Leech wrote: On 06/05/2025 16

[USRP-users] Re: X410 - excessive calibration?

2025-05-06 Thread Chris Rogers
A few things you can do: 1. Set "skip_adc_selfcal=true" in the device args of the X410 GnuRadio block 2. Rearchitect the generated python code to start the X410 once and then have each test feed it inputs/signals to transmit/record without restarting the X410 session Obviously 1 is simpler 2, but

[USRP-users] X440 bus_clk

2025-05-06 Thread Brian Padalino
I'm looking to save some RFNoC resources by slimming down the CHDR interface to be 128-bits for my block and, possibly, universally. I see the CHDR_W as well as the BLOCK_CHDR_W parameters, but I also see the bus_clk is set to 200 MHz. The current 200 MHz CHDR clock @ 128-bit wide interface is sl

[USRP-users] Re: Sampling rate in E320 with RFNoC

2025-05-06 Thread Marcus D. Leech
On 06/05/2025 10:12, Maria Muñoz wrote: Hi all, We observe different behaviour using the E320 radio with the UHD: USRP_SOURCE block and the RFNoC Radio block with a low sampling rate. We are attempting to set the sampling rate to 25 kHz for both blocks. In the UHD block, we achieve this by con

[USRP-users] X410 - excessive calibration?

2025-05-06 Thread Mann, John - 0662 - MITLL
I created a gnuradio flowgraph that concurrently records data from 3 separate X410s to a RAID on a server (via 100 Gb ethernet). When I run the python script generated by the flowgraph, it goes through an almost endless loop of calibrations that takes a couple of minutes to complete before the

[USRP-users] Re: B205mini Discovery Issue

2025-05-06 Thread Marcus D. Leech
On 06/05/2025 16:55, w...@appliedradar.com wrote: We tried plugging the unit into several PC’s and laptops, and it seems the device is not enumerating. I am starting to think the FX3 EEPROM is corrupt. Is there a way for the user to reset the FX3 firmware to factory setting? Is a programming

[USRP-users] Re: B205mini Discovery Issue

2025-05-06 Thread Marcus D. Leech
On 06/05/2025 16:55, w...@appliedradar.com wrote: We tried plugging the unit into several PC’s and laptops, and it seems the device is not enumerating. I am starting to think the FX3 EEPROM is corrupt. Is there a way for the user to reset the FX3 firmware to factory setting? Is a programming

[USRP-users] Re: B205mini Discovery Issue

2025-05-06 Thread whw
We tried plugging the unit into several PC’s and laptops, and it seems the device is not enumerating. I am starting to think the FX3 EEPROM is corrupt. Is there a way for the user to reset the FX3 firmware to factory setting? Is a programming cable, FX3 image, and programmer available? _

[USRP-users] Re: B205mini Discovery Issue

2025-05-06 Thread Marcus D. Leech
On 06/05/2025 14:42, w...@appliedradar.com wrote: We are using USB-A 3.2 Gen2 ports ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com Does your system log anything unusual when

[USRP-users] Re: B205mini Discovery Issue

2025-05-06 Thread whw
We are using USB-A 3.2 Gen2 ports ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com

[USRP-users] Re: Missing RFNoC: DMA FIFO Block in GNU Radio 3.10

2025-05-06 Thread kurz . reido
M, Thank you very much for your insightful reply. I will proceed with your suggested approach. Best Regards, \-Kurz ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com

[USRP-users] Re: B205mini Discovery Issue

2025-05-06 Thread Marcus D. Leech
On 06/05/2025 11:40, w...@appliedradar.com wrote: We have a couple of B205mini boards left over from a previous job, trying to re-purpose. Both acting the same: 1) Plug into USB and get amber power light. 2) uhd_find_devices reports “No Devices Found”. 3) “sudo lsusb” does not report anythi

[USRP-users] B205mini Discovery Issue

2025-05-06 Thread whw
We have a couple of B205mini boards left over from a previous job, trying to re-purpose. Both acting the same: 1) Plug into USB and get amber power light. 2) uhd_find_devices reports “No Devices Found”. 3) “sudo lsusb” does not report anything looking like the B205mini. 4) /usr/lib/uhd/utils/

[USRP-users] Sampling rate in E320 with RFNoC

2025-05-06 Thread Maria Muñoz
Hi all, We observe different behaviour using the E320 radio with the UHD: USRP_SOURCE block and the RFNoC Radio block with a low sampling rate. We are attempting to set the sampling rate to 25 kHz for both blocks. In the UHD block, we achieve this by configuring the sampling rate to 25 kHz. Simila

[USRP-users] Re: RFNoC CHDR DstEPID and Virtual Channels Clarification

2025-05-06 Thread Martin Braun
One thing to keep in mind: If you have many many virtual channels, then you probably still have a lot of blocks. The control crossbar also increases with N^2 in size, where N is the number of blocks (not the number of stream endpoints, which affects the size of the CHDR crossbar). Maybe what you'r

[USRP-users] Re: Missing RFNoC: DMA FIFO Block in GNU Radio 3.10

2025-05-06 Thread Martin Braun
Hi, you're right, those bindings are missing. However, I don't believe you will be able to increase the throughput to 10 Msps on the E310. The interface is simply not very fast. Since you're able to build bitfiles, I would suggest trying to build a bitfile with a DRAM (capture/replay) block. You