Ok I know I asked this before but im still stuck, why when I launch op25_25.PY I just get the waterfall app, im using the black rtl sdr how do I tell it to tune o a frequency?
Where could I find the op25.grc file and just run op25 in gnu radio companion?
Yea I know, I suck, I ask alot of dumb questions , but im tryin!
Cant wait for the live cd to come out!
Im sorry im not fluent or able with some of the commands, people are made and not born, I have an interest in the project thats why I joined and want to learn more about this stuff
Could anybody walk me through how to use scope
I sourced the envronment
Ran scope with all the parameters for rtl sdr
The program script s tarts but then nothing happens , what could I be doing wrong?
When I run scope, the script executes but nothing happens
Ive entered all the parmeters for rtl sdr and run the env setup
Doi need gnu rafio running in the same shell?
Sorry, entering the command lne arguments and parameters is where im struggling, what could I enter for a command if I wanted to listen to 139.5600?
--------------------------------------------
On Sun, 2/7/16, Matt Ames matt.ames7bc(a)gmail.com [op25-dev] <op25-dev(a)yahoogroups.com> wrote:
Subject: Re: [op25-dev] waterfall
To: op25-dev(a)yahoogroups.com
Received: Sunday, February 7, 2016, 2:50 PM
Tell me this - what
frequency did you tell it to tune to using the command
line arguments?
Does the line that says "[R820T] PLL not
locked for 3570434 Hz!" give you
any
hints as to what may have gone wrong?
As has been suggested, check out the command
line arguments before running
the
program.
On 8 February 2016 at 09:25, Sean Kealy superstardodge(a)yahoo.com
[op25-dev]
<op25-dev(a)yahoogroups.com>
wrote:
>
>
> When I open waterfall
i get the following pasted below in terminal, and
> the waterfall doesnt do anything, do I
have to open grc in terminal first
>
somehow?
> thanks
>
sean
>
> root@kali:~#
./op25_grc.py
> Using Volk machine:
sse3_64_orc
> RTL2832 Source block
configuration:
> Read
length (bytes): 262
>
Buffer enabled: yes
>
Buffer multiplier: 8
>
Buffer size (samples): 1048
> Samples per read: 131
> Buffer level: 50.0%
> Successfully initialised demod:
"ezcap EzTV"
> Probing
"e4k"...not found.
> Probing
"fc0013"...not found.
> Probing
"fc2580"...bad check value.
>
Probing "r820t"...found.
>
Found RTL2832 device: ezcap EzTV (tuner: Rafael Micro
R820T)
> Sample rate
range: 900001 - 3200000 Hz
>
Crystal frequency: 28800000 Hz
> [r820t] Initialised (default bandwidth: 0
Hz)
> Wait delay: 0.196 ms
> [R820T] PLL not locked for 3570434 Hz!
> work wants more than the buffer size!
> Capture threading starting:
7f904e7fc700
> rOShort bulk read: given 0
bytes (expecting 262)
> rBlibusb error:
the device has been disconnected [-4]
>
Capture threading aborting due to libusb error:
7f904e7fc700
> No longer running after
packet notification - signalling EOF...
>
>
>
>
>
When I open waterfall i get the following pasted below in terminal, and the waterfall doesnt do anything, do I have to open grc in terminal first somehow?thankssean
root@kali:~# ./op25_grc.py
Using Volk machine: sse3_64_orc
RTL2832 Source block configuration:
Read length (bytes): 262
Buffer enabled: yes
Buffer multiplier: 8
Buffer size (samples): 1048
Samples per read: 131
Buffer level: 50.0%
Successfully initialised demod: "ezcap EzTV"
Probing "e4k"...not found.
Probing "fc0013"...not found.
Probing "fc2580"...bad check value.
Probing "r820t"...found.
Found RTL2832 device: ezcap EzTV (tuner: Rafael Micro R820T)
Sample rate range: 900001 - 3200000 Hz
Crystal frequency: 28800000 Hz
[r820t] Initialised (default bandwidth: 0 Hz)
Wait delay: 0.196 ms
[R820T] PLL not locked for 3570434 Hz!
work wants more than the buffer size!
Capture threading starting: 7f904e7fc700
rOShort bulk read: given 0 bytes (expecting 262)
rBlibusb error: the device has been disconnected [-4]
Capture threading aborting due to libusb error: 7f904e7fc700
No longer running after packet notification - signalling EOF...
Hi all,
New to the group here, been looking all over for similar issues to one I'm having, but to no avail. There was one mention of this exact error on the radioreference op25 "main" thread, but it seems it was left unsolved or forgotten. From detailed digging I've done, think it may be related to wxgui-3.0 vs 2.8? Or should I be running this with Gnuradio 3.6 instead? Greatly appreciate any assistance!
The following is my baseline:
OSx 10.10.4
Gnuradio 3.7.8.1 (installed via Macports)
gr-op25 (Balint's git most recent version) - made some minor changes to cmake to find macports GR and libs
gr-op25 seems to compile and build fine, however when running scope.py I get the following error, and the app never loads:
$ python2.7 ./scope.py --args “hackrf” -f 502.9125e6 -S 8000000 -T trunk.tsv -2
Mac OS; Clang version 7.0.0 (clang-700.0.72); Boost_105900; UHD_003.009.001-MacPorts-Release
gr-osmosdr v0.1.x-xxx-xunknown (0.1.5git) gnuradio 3.7.8.1
built-in source types: file fcd rtl rtl_tcp uhd hackrf bladerf rfspace airspy
Using HackRF One with firmware git-44df9d1
gain: name: RF range: start 0 stop 14 step 14
gain: name: IF range: start 0 stop 40 step 8
gain: name: BB range: start 0 stop 62 step 2
supported sample rates 8000000-20000000 step 2000000
Traceback (most recent call last):
File "./scope.py", line 2817, in <module>
app = stdgui2.stdapp(p25_rx_block, "APCO P25 Receiver", 3)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/wxgui/stdgui2.py", line 46, in __init__
wx.App.__init__ (self, redirect=False)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_core.py", line 8628, in __init__
self._BootstrapApp()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_core.py", line 8196, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/wxgui/stdgui2.py", line 49, in OnInit
frame = stdframe (self.top_block_maker, self.title, self._nstatus)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/wxgui/stdgui2.py", line 76, in __init__
self.panel = stdpanel (self, self, top_block_maker)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gnuradio/wxgui/stdgui2.py", line 98, in __init__
self.top_block = top_block_maker (frame, self, vbox, sys.argv)
File "./scope.py", line 201, in __init__
self.__init_gui(frame, panel, vbox)
File "./scope.py", line 537, in __init_gui
self.frame.CreateStatusBar()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_windows.py", line 615, in CreateStatusBar
return _windows_.Frame_CreateStatusBar(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "!m_frameStatusBar" failed at ../src/common/framecmn.cpp(381) in CreateStatusBar(): recreating status bar in wxFrame