. I can't help
> with the pybombs command; still haven't worked through using it yet. Good
> luck! - MLD
>
> On Tue, Mar 27, 2018, at 5:17 PM, Piotr Swiatkiewicz wrote:
>
> yes, this is true:
>
> # pacman -Ss libuhd
> community/libuhd 3.10.2.0-3 [installed]
> U
I just learned from PyBOMBS guys that only Python 2 is supported,
so I may now have a mess on my system.
Must check and clean it up before I continue.
Thanks for your help,
Peter
--
Piotr Swiatkiewicz
On 25 March 2018 at 18:51, Michael Dickens
wrote:
> Hi Piotr - The error you encounter
Well, I came back to GR and app development based on GR after a long break.
This is what I saw at https://wiki.gnuradio.org/index.php/
InstallingGRFromSource:
*Using PyBOMBS*
*We are moving to use PyBOMBS as our installation tool for GNU Radio. This
will take care of dependencies and allow you to
Tried to set up PyBOMBS with Python 3.6 and got the following error:
[pswiatki@sdr_mobile ~]$ pybombs recipes add-defaults
PyBOMBS - INFO - PyBOMBS Version 2.3.3a0
Traceback (most recent call last):
File "/usr/bin/pybombs", line 11, in
load_entry_point('PyBOMBS==2.3.3a0', 'console_scripts',
I am trying to build GR with PyBOMBS and apart from problems with the build
system itself (it would not start properly when python3 is used) I get the
following error not far away (85% complete) from the end of the build:
[ 85%] Building CXX object gr-uhd/swig/CMakeFiles/_uhd_sw
ig.dir/uhd_swigPYT
On 13/01/2010 20:42, Matt Ettus wrote:
At long last, the WBX is now available. It covers 50 MHz to 2.2 GHz.
[...]
More details and more detailed specs will follow in the next few days.
Thanks for this new product, Matt. I have also waited for WBX for quite some
time.
I think I saw some WBX
Hi,
I am trying to feed samples from a file to the LFTX daughter board.
They were recorded using usrp_rx_cfile.py (from usrp.source_c).
I cannot see any real signal from LFTX when I run my script,
but fftsink2.fft_sink_c produces the correct spectrum when samples
are fed from the same file.
Am I
Hi all,
I have been testing USRP and Gnu Radio for a while and it's been a very
interesting, educational experience.
One of the important things for me is to get capture to / playback from file
capability to work.
I simplified usrp_rx_cfile.py a bit and essentially what my script does is:
usr