[USRP-users] Re: UHD 4.0 - Reading FPGA core temperature - USRP2974

2023-06-21 Thread cyberphox
Thanks Marcus. I could not find any temperature sensors :( On Thu, 15 Jun 2023 at 14:33, Marcus D. Leech wrote: > On 15/06/2023 06:31, cyberphox wrote: > > Hi All > > > > I would like to read the FPGA core temperature of the Kintex within > > the USRP2974, and any other temperature sensor avail

[USRP-users] Re: Control operation timed out with custom block

2023-06-21 Thread Wade Fife
Hi Joe, This error message usually means that the host did a register read/write request but never got a response from the USRP. This might happen, for example, if a clock wasn't properly connected to the NoC shell. It could also be some kind of network issue (swapped cables, firewall, improperly

[USRP-users] Re: UHD 4.0 - Reading FPGA core temperature - USRP2974

2023-06-21 Thread Wade Fife
Hi Marino, The register is there, but it sounds like we don't expose it through the API. This utility is out of date, but it can still be used to read the temperature value: ~/uhd/firmware/usrp3/x300$ python2 x300_debug.py --addr=192.168.10.2 --peek=0xA02C In that command, 192.168.10.2 is the IP

[USRP-users] Re: UHD 4.0 - Reading FPGA core temperature - USRP2974

2023-06-21 Thread cyberphox
Many thanks for your quick reply Wade! All the best Marino On Wed, 21 Jun 2023 at 16:44, Wade Fife wrote: > Hi Marino, > > The register is there, but it sounds like we don't expose it through the > API. This utility is out of date, but it can still be used to read the > temperature value: > >

[USRP-users] Re: Control operation timed out with custom block

2023-06-21 Thread jmaloyan
It ended up being the case that the project was being built with wrong file, and the ACK wire was set exclusively to 0. ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com

[USRP-users] chdr_to_axis in 500 Mhz implementations

2023-06-21 Thread jmaloyan
Hello, I am currently working on receiving for a 500 Mhz sampling rate with a custom block on the x410. However, I am unsure how to address the larger CHDR width, which does not seem to be handled in the example blocks provided. To create my custom block, I started with the example provided “Ke

[USRP-users] replay_samples_from_file (UHD 4.4) with N310 doesn't work.

2023-06-21 Thread Mikio Fukushima
Hi We are attempting to run a replay_samples_from_file example (UHD 4.4) with a N310 (UHD 4.4). but the example software was waiting for anything with "Waiting for recording to complete...". the same software and PC with X310 (UHD 4.4) are works fine. Why? c:\> rfnoc_replay_samples_from_file.ex