Re: [Discuss-gnuradio] GRCON2017

2017-09-18 Thread Usman Haider
Hi, I could not find them on youtube? Regards, Usman On Tue, Sep 19, 2017 at 7:01 AM, Ben Hilburn wrote: > Presentations are now live: https://www.youtube.com/channel/ > UCceoapZVEDCQ4s8y16M7Fng > > There are some missing, but we'll get them up as soon as we get them. Same > with the talk reco

Re: [Discuss-gnuradio] GRCON2017

2017-09-18 Thread Ben Hilburn
Presentations are now live: https://www.youtube.com/channel/UCceoapZVEDCQ4s8y16M7Fng There are some missing, but we'll get them up as soon as we get them. Same with the talk recordings, which will get posted to our YouTube channel. Cheers, Ben On Mon, Sep 18, 2017 at 12:52 PM, Ben Hilburn wrote

Re: [Discuss-gnuradio] Pybombs or PyGTK problem?

2017-09-18 Thread Cinaed Simson
Okay, but just to be clear, I don't have python-gtk installed - only python-gtk2-dev. The dev version basically gives you the include files - which may be needed if you're building from source. Try apt-get remove python-gtk apt-get install python-gtk2-dev And then see if you can re-install

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-18 Thread Cinaed Simson
It works for me - but my setup is slightly different. I have a odroid-xu4 using emmc for the internal drive and it's running Debian 8.8. Ubuntu is a fork of Debian so typically (system wise) what works on Debian should work on Ubuntu. I started building gnuradio on a 64 GByte USB2 thumb drive pl

Re: [Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 8

2017-09-18 Thread Marcus Müller
Hi Federico, Loops in the Flowgraph are currently forbidden by GNU Radio itself, not by the GRC designer. So, no, this is not scope of Hakon's project. If you want to contribute to having that feature in a generally useful manner, we can certainly chat about how you can improve the scheduler to m

Re: [Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 8

2017-09-18 Thread Federico 'Larroca' La Rocca
Hi, Outputting c++ from the companion would be a great addition to GNU Radio. A small question: the possibility of having loops on the flowgraph is contemplated on this project? We've been using GNU Radio for teaching for some years now (highschool, undergraduate and graduate students), and such fe

Re: [Discuss-gnuradio] Python synchronisation of 2xUSRP N200 with SBX in one UHD container.

2017-09-18 Thread John Shields
On 18/09/17 21:27, Marcus D. Leech wrote: On 09/18/2017 05:21 PM, John Shields wrote: On 18/09/17 20:52, Marcus D. Leech wrote: On 09/18/2017 03:49 PM, John Shields wrote: Thanks,     I have attached the GRC. I should note that before I run, I wait until GPS is locked as evinced by th

Re: [Discuss-gnuradio] Python synchronisation of 2xUSRP N200 with SBX in one UHD container.

2017-09-18 Thread Marcus D. Leech
On 09/18/2017 05:21 PM, John Shields wrote: On 18/09/17 20:52, Marcus D. Leech wrote: On 09/18/2017 03:49 PM, John Shields wrote: Thanks, I have attached the GRC. I should note that before I run, I wait until GPS is locked as evinced by the query_gpsdo_sensor utility:

Re: [Discuss-gnuradio] Python synchronisation of 2xUSRP N200 with SBX in one UHD container.

2017-09-18 Thread John Shields
On 18/09/17 20:52, Marcus D. Leech wrote: On 09/18/2017 03:49 PM, John Shields wrote: Thanks,     I have attached the GRC. I should note that before I run, I wait until GPS is locked as evinced by the query_gpsdo_sensor utility:     GPS Locked     Trying to align the d

Re: [Discuss-gnuradio] Python synchronisation of 2xUSRP N200 with SBX in one UHD container.

2017-09-18 Thread Marcus D. Leech
On 09/18/2017 03:49 PM, John Shields wrote: Thanks, I have attached the GRC. I should note that before I run, I wait until GPS is locked as evinced by the query_gpsdo_sensor utility: GPS Locked Trying to align the device time to GPS time... GPS a

Re: [Discuss-gnuradio] [USRP-users] Audio Control loop testing

2017-09-18 Thread Marcus Müller
Hi Ben, that's the old multi-clock problem we've been talking about multiple times – it's hard to even define what the "correct" clock is, so you usually just settle on recovering the transmitter clock and, if you were doing this in hardware, would derive the audio DAC's clock from that. In a so

Re: [Discuss-gnuradio] Python synchronisation of 2xUSRP N200 with SBX in one UHD container.

2017-09-18 Thread John Shields
Thanks,     I have attached the GRC. I should note that before I run, I wait until GPS is locked as evinced by the query_gpsdo_sensor utility:             GPS Locked             Trying to align the device time to GPS time...             GPS and UHD Device time are aligned.             l

[Discuss-gnuradio] Satellite Startup Hiring

2017-09-18 Thread Steve Joseph
We're looking for DSP/comms/FPGA/SDR enthusiasts to help us build an ultra wideband satellite SDR. We're building the SDR and the satellite bus itself. The goal is low-cost geostationary telecom satellites. We're well funded, we're using GNU Radio extensively as our SDR design, simulation, and d

Re: [Discuss-gnuradio] Pybombs or PyGTK problem?

2017-09-18 Thread Richard Bell
Yeah I've done that multiple times trying to debug it. gtk2 vs gtk2-dev didn't make any difference when it came to gtk being found. On Sat, Sep 16, 2017 at 1:31 PM, Cinaed Simson wrote: > On 09/15/2017 09:07 AM, Richard Bell wrote: > > Hello all, > > > > I'm having a ridiculously annoying proble

Re: [Discuss-gnuradio] GRCON2017

2017-09-18 Thread Ben Hilburn
I'm working on it! They'll all be up shortly =) Cheers, Ben On Sat, Sep 16, 2017 at 5:29 PM, Ian Buckley wrote: > I may have missed this being announced whilst in San Diego, but is there > an online location where all the slides and presentations got uploaded to > yet? > ___

Re: [Discuss-gnuradio] Python synchronisation of 2xUSRP N200 with SBX in one UHD container.

2017-09-18 Thread Marcus D. Leech
On 09/18/2017 12:41 AM, John Shields wrote: Thanks, as always, Marcus, Here is the relevant code I am executing: self.uhd_usrp_source_0.set_clock_source('gpsdo', 0) self.uhd_usrp_source_0.set_time_source('gpsdo', 0) self.uhd_us

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-18 Thread David
Hi Cinaed, OS is installed on SD card (no emmc). I built UHD, as odroid user, on the USB drive, cmake, make, sudo make install. Works fine. Then try to build GNURadio, as odroid user, on USB drive, cmake, make... then the permission denied. Tried building as root (after blowing away the build

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-18 Thread David
oops, USB mount should be # mount /dev/sda1 /mnt On 18/09/17 17:09, David wrote: Hi Cinaed, OS is installed on SD card (no emmc). I built UHD, as odroid user, on the USB drive, cmake, make, sudo make install. Works fine. Then try to build GNURadio, as odroid user, on USB drive, cmake, m

Re: [Discuss-gnuradio] Control Port Thrift Issues

2017-09-18 Thread Mark Koenig
Marcus, I am using CentOS 7.2, Thrift 0.9.2 and GNU 3.7.11. Mark On 9/15/17, 12:02 PM, "Discuss-gnuradio on behalf of discuss-gnuradio-requ...@gnu.org" wrote: Send Discuss-gnuradio mailing list submissions to discuss-gnuradio@gnu.org To subscribe or unsubscribe via the W

[Discuss-gnuradio] [SOCIS '17] GRC C++ Output: Week 8

2017-09-18 Thread Håkon Vågsether
Hi all, The focus for this week has been the QT blocks. You can read more at: https://grccpp.wordpress.com Best regards, Håkon Vågsether ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio