Re: help request with simple live mic tx

2021-03-30 Thread Stefano Zorzanello
Many thanks Marcus and Cristophe for your answers. I keep on working, I appreciate your help very much. All best stefano Il 30/03/2021 20:01, Marcus Müller ha scritto: Hi Stefano, no need to thank me for patience, you're doing cool stuff! (but please, always keep the mailing list in CC:, as

Re: help request with simple live mic tx

2021-03-30 Thread Marcus Müller
Hi Stefano, no need to thank me for patience, you're doing cool stuff! (but please, always keep the mailing list in CC:, as there are multiple people who can help you!) The aO means "audio device is overflowing", which means you're not getting the data away from the audio source quickly enou

Re: help request with simple live mic tx

2021-03-30 Thread Stefano Zorzanello
Here again, struggling with another attempt to transmit in AM instead of FM, I've copied/modified the grc file found at https://wiki.gnuradio.org/index.php/Simulation_example:_AM_transmitter_and_receiver I get the following error line, which I don't understand as it seems to me identical to th

Re: help request with simple live mic tx

2021-03-29 Thread Marcus Müller
Why are you doing short to float, if the output of the audio source is already float? On 30.03.21 01:47, Stefano Zorzanello wrote: > Dear list, > > as a newbie I ask you for your help with the attached file. For a > sound-installation > purpose I'd like to transmit a weak signal, which is gene

help request with simple live mic tx

2021-03-29 Thread Stefano Zorzanello
Dear list, as a newbie I ask you for your help with the attached file. For a sound-installation purpose I'd like to transmit a weak signal, which is generated live, over a particular FM frequency. In my attempt based on a grc file found here https://wiki.gnuradio.org/index.php/Simulation_exam

Re: Help Request - updating OOT module with latest github commits.

2021-03-29 Thread Marcus Müller
# Make sure we're not leaving behind remnants of previous versions cd gr-satellites/build sudo make uninstall # Get the newest state git pull origin maint-3.8 # Build fresh make clean make -j5 sudo make install Best regards, Marcus On 29.03.21 19:06, Abraham Diaz de Leon Camou wrote: > Hello,

Help Request - updating OOT module with latest github commits.

2021-03-29 Thread Abraham Diaz de Leon Camou
Hello,Good day to all, I need to apply github latest commits to the gr-satellites OOT that was installed on my system (Ubuntu 18.04lts, GNURadio 3.8)|||with||the following commands:| *|git clone -b maint-3.8 --single-branch https://github.com/daniestevez/gr-satellites.git||cd gr-satellit

Re: Help request

2020-04-24 Thread Derek Kozel
Hello Vincenzo, Thank you for the really detailed description of what you've done. The original author of gr-gpredict-doppler stopped working on it five years ago and so it is incompatible with recent versions of GNU Radio. Happily another community member has updated it themselves. Delete yo

Help request

2020-04-24 Thread Vincenzo Mone
Hi folks, This is my first post and I need an help if possible. Unfortunately it is a while that I am using Linux and in my case UBUNTU. As I am an amateur radio I ma trying o install some programs for satellite. I have installed Gnuradio with the following commands: sudo apt install git cm

Re: [Discuss-gnuradio] embedded-python block for pocsag paging: help request by first-time GR programer

2018-08-30 Thread Kristoff
Hi Kevin, (inline comments). On 27-08-18 02:57, Kevin Reid wrote: Some partial answers, from memory and not necessarily correct: Well, they where usefull anyway, so thanks. :-) On Sun, Aug 26, 2018 at 1:26 PM Kristoff > wrote: - Can somebody explain how

Re: [Discuss-gnuradio] embedded-python block for pocsag paging: help request by first-time GR programer

2018-08-26 Thread Kevin Reid
Some partial answers, from memory and not necessarily correct: On Sun, Aug 26, 2018 at 1:26 PM Kristoff wrote: > - Can somebody explain how to implement a source-block using > embedded-python? > In the code I have now, it is implemented as a sync-block, taking in a > signal from a signal-generat

[Discuss-gnuradio] embedded-python block for pocsag paging: help request by first-time GR programer

2018-08-26 Thread Kristoff
Hi all, I just did my first steps developing a embedded-python block for GR: a block to generate the data bitstream for sending pocsag paging messages. See here: https://github.com/on1arf/gr-pocsag (.grc-file, just look at the embedded-python block for the python code). (the rest of the flow

Re: [Discuss-gnuradio] Pybombs and apache thrift help request

2016-01-03 Thread Gregory Ratcliff
Thank you. The silent failure of trial missing was the issue. Greg Sent from my iPhone > On Jan 2, 2016, at 5:49 PM, Philip Balister wrote: > > > >> On 01/02/2016 01:52 PM, Achilleas Anastasopoulos wrote: >> I had problems installing thrift myself. >> After consulting with the thrift forum

Re: [Discuss-gnuradio] Pybombs and apache thrift help request

2016-01-02 Thread Philip Balister
On 01/02/2016 01:52 PM, Achilleas Anastasopoulos wrote: > I had problems installing thrift myself. > After consulting with the thrift forum i realized that thrift requires > "trial" which is included in pythong package "twisted" (python-twisted). > Unfortunately, thrift was failing silently... >

Re: [Discuss-gnuradio] Pybombs and apache thrift help request

2016-01-02 Thread Achilleas Anastasopoulos
I had problems installing thrift myself. After consulting with the thrift forum i realized that thrift requires "trial" which is included in pythong package "twisted" (python-twisted). Unfortunately, thrift was failing silently... After installing this package on fedora-22 (or 23?) the installatio

Re: [Discuss-gnuradio] Pybombs and apache thrift help request

2016-01-02 Thread Jawad Seddar
Hi, The gitrev corresponds to the following commit I believe : https://github.com/apache/thrift/commit/dd89dce84b73ca671c8e0b3cf597f1888e2a75dc I personally had problems compiling that version of thrift (on Ubuntu 14.04) so I went back to 0.9.2 using gitrev 591e20f9. Jawad Le 2 janv. 2016 02:00,

Re: [Discuss-gnuradio] Pybombs and apache thrift help request

2016-01-01 Thread Gregory W. Ratcliff
I believe the recipe for thrift needs an update: Looking at the recipe .lwr I see: depends: libtool automake gcc boost bison flex libevent python ssl category: baseline source: git://https://github.com/apache/thrift.git gitrev: dd89dce8 inherit: bootstrapautoconf Looking for this rev below shows n

Re: [Discuss-gnuradio] Xlib problem help request

2005-06-30 Thread Daniel O'Connor
On Thu, 30 Jun 2005 22:51, Stevie wrote: > > That is really not a very good idea for security reasons.. > > Which is correct. Using > > xhost LOCAL: > > has a similar effect but only opens your X server up to connections > originating on your local machine. Didn't know about the LOCAL: tag - that

Re: [Discuss-gnuradio] Xlib problem help request

2005-06-30 Thread Stevie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Daniel wrote: > You probably just need to grant all processes access to your X > server. > >> Here's the magic command-line incantation: >> >> xhost + > > > That is really not a very good idea for security reasons.. Which is correct. Usi

Re: [Discuss-gnuradio] Xlib problem help request

2005-06-30 Thread Daniel O'Connor
On Thu, 30 Jun 2005 21:15, Stuart Brorson wrote: > > Xlib: connection to ":0.0" refused by server > > Xlib: No protocol specified > > You probably just need to grant all processes access to your X server. > Here's the magic command-line incantation: > > xhost + That is really not a very good idea

Re: [Discuss-gnuradio] Xlib problem help request

2005-06-30 Thread Stuart Brorson
> > I completed a build with no obvious errors from tarballs, but I get an error > when running applications that I hope someone can help with. I am using a > debian system that began with a Knoppix HD install. The error messages are > as follows: > > [EMAIL PROTECTED]:/home/ward# cd > /usr

Re: [Discuss-gnuradio] Xlib problem help request

2005-06-29 Thread Daniel O'Connor
On Thu, 30 Jun 2005 12:48, EDWARD HALL wrote: > I completed a build with no obvious errors from tarballs, but I get an > error when running applications that I hope someone can help with. I am > using a debian system that began with a Knoppix HD install. The error > messages are as follows: > > [

[Discuss-gnuradio] Xlib problem help request

2005-06-29 Thread EDWARD HALL
I completed a build with no obvious errors from tarballs, but I get an error when running applications that I hope someone can help with. I am using a debian system that began with a Knoppix HD install. The error messages are as follows: [EMAIL PROTECTED]:/home/ward# cd /usr/share/doc/gnura

Re: [Discuss-gnuradio] Install gnuradio error help request

2005-06-14 Thread Ramakrishnan Muthukrishnan
All the gnuradio related stuff is in the Debian archive, so with proper lines in the apt sources.list, you can install all of them. Also if you pull the sources from debian archive, you can look at the build-dependencies and also the configure commandline. -- 73 - Ramakrishnan, VU3RDD ___

Re: [Discuss-gnuradio] Install gnuradio error help request

2005-06-14 Thread Eric Blossom
On Tue, Jun 14, 2005 at 08:45:05PM -0500, EDWARD HALL wrote: > I am doing my first build of gnuradio and am getting an error related to > "Python include path." > > My Linux installation is a hard drive install of a Knoppix live CD. My > system is a 500 MHz Pentium. I am following the HowToBui

[Discuss-gnuradio] Install gnuradio error help request

2005-06-14 Thread EDWARD HALL
I am doing my first build of gnuradio and am getting an error related to "Python include path."My Linux installation is a hard drive install of a Knoppix live CD.  My system is a 500 MHz Pentium.  I am following the HowToBuildFromCVS instructions and get the following results when I use:[EMA