[USRP-users] Re: installing python3-uhd API

2025-07-18 Thread page heller
Thanks, Martin and Jörg, for your prompt response. I did try `apt install python3-uhd` but could not import uhd. I think I'll do a full backup, install the ppa and update. If that doesn't work I think I'll reinstall uhd. -p On 7/18/2025 4:30:40 AM, joerg.hofrichter--- via USRP-users wrote: Hi,

[USRP-users] installing python3-uhd API

2025-07-17 Thread page heller
I'm having some trouble installing the python API. I've been using uhd for a long time, but this is the first time for me to install the API. I am using Ubuntu 22.04 with "UHD 4.8.0.0ubuntu1-jammy1", as reported by the first line of code below, and python 3.12.3.is from the manual webpage: To pe

[USRP-users] Re: uhd install with ubuntu 23.04

2023-07-22 Thread page heller
Thanks, Marcus. Since I ran cmake, do I need to undo anything? -p On 7/22/23 10:52, Marcus D. Leech wrote: On 22/07/2023 11:48, page heller wrote: Here I go down a road I did not want to travel. I installed Ubuntu 23.04 onto a Pi 4B. I see the UHD install instructions only talk about Ubuntu

[USRP-users] uhd install with ubuntu 23.04

2023-07-22 Thread page heller
Here I go down a road I did not want to travel. I installed Ubuntu 23.04 onto a Pi 4B. I see the UHD install instructions only talk about Ubuntu 20.04 in regards to required dependencies. I used that set. Cmake fails. Suggestions are welcomed. If you suggest trying an earlier version, please le

[USRP-users] Re: Ubuntu and USRP

2023-05-17 Thread page heller
Thanks. Looks like I'm getting significantly behind in versions. -p On 5/17/2023 1:23:42 PM, Marcus Müller wrote: Hi Page, not quite sure which problems you're referring to, but in general, UHD has only been getting better :) So, I'd recommend you use a current long-time suppor

[USRP-users] Ubuntu and USRP

2023-05-17 Thread page
20.x been resolved? Is anyone having further trouble with the latest versions? -- page heller [dab2ce89-121d-4ba4-b1f7-a53493beaca6]___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com

[USRP-users] Re: B-210 mounting holes

2023-04-24 Thread page heller
Thank you, Marcus. -p On 4/24/2023 2:29:47 PM, Marcus D. Leech wrote: On 24/04/2023 15:03, page heller wrote: Does anyone know the part number? -page I believe they are made by Lumex: https://www.mouser.ca/ProductDetail/Lumex/LPF-C011304S?qs=3ZOqpMxxriqLNJacoNbLgw%3D%3D&mgh=1&a

[USRP-users] Re: Overflows "O" messages with USRP X300

2022-02-24 Thread page
e pi is up to v1.4 now. --page -- page heller On 2/23/2022 1:48:52 PM, Marcus D. Leech wrote: On 2022-02-23 14:04, Brian Padalino wrote: While this may be true in general, the test case is said to be (USRP Source -> Null Sink). This is the most trivial case and should basically be the exact

[USRP-users] Re: FPGA utilizaton summary for B210

2022-01-10 Thread page heller
Even better. Thanks, Wade. -page On 1/10/2022 3:50:35 PM, Wade Fife wrote: The build process for the FPGA generates a report with those numbers. If you built the FPGA, look for a file named usrp_b210_fpga.syr and search for "Device utilization summary" in that file. Wade On Sat, J

[USRP-users] FPGA utilizaton summary for B210

2022-01-08 Thread page heller
Is there a command to print the FPGA utilization summary for an B210? I'm looking to print a report like that shown in  https://kb.ettus.com/B200/B210/B200mini/B205mini#B210_5 [https://kb.ettus.com/B200/B210/B200mini/B205mini#B210_5]. -page___ USRP-user

[USRP-users] B210 xilinx spartan-6 programmer

2021-09-13 Thread page heller
I'm looking for a programmer for the Ettus B-210's Xilinx Spartan-6 FPGA. If you know of anyone contracting work, please let me know directly (not through this forum) at (heller at endpointsecurityinc dot com). -page heller___ USRP-users ma

[USRP-users] Re: One RX channel of B210 presents distorted signal from splitter

2021-08-03 Thread page heller
. When looking at the videos, my first instinct was that you were picking up WiFi or Bluetooth interference on one channel. Perhaps you are well past such considerations, but I thought I'd give my 30-second impression.  -page heller On 8/3/2021 1:20:57 PM, marcin.r.wachow...@gmail.com wrote:

[USRP-users] Re: Calling C++ UHD functions from Python

2021-04-16 Thread page heller
a 3 second delay between (for the pi 4). -page #!/bin/bash # # This program captures a file containing data from # an Ettus Research B210, two channels Rx sudo rm /mnt/ramdisk/2021-* sudo rm /mnt/ramdisk/RF* cd '/mnt/ramdisk' sudo /home/page/workarea/uhd/host/build4/b210col -g 30. -c

[USRP-users] Re: Problem with interfacing Raspberry Pi 4 to USRP B210 with Python API

2021-04-12 Thread page heller
I had to go back and look! Yes, you are right. 400-500 kb sized files. Actually 359040 bytes is popular. You are getting more than twice mine. -p On 4/11/2021 6:41:13 PM, Brendan Horsfield wrote: Hi Page,   When you say "I can reliably capture 400-500k samples sized files", do you

Re: [USRP-users] Python API install help - Ubuntu 20.04

2021-02-11 Thread page heller via USRP-users
We also failed with ubuntu 20.xx, but it will install correctly with 18.04.  -p On 2/11/2021 8:47:28 AM, Casey Wolsieffer via USRP-users wrote: I tried your suggestion as well Rob to no avail. Also, thank you both for your responses On Thu, Feb 11, 2021, 9:44 AM Casey Wolsieffer mailto:cwols...