[Discuss-gnuradio] pulse width modulation to binary

2005-05-01 Thread mjam01
Hi guys, Being a curious noob, I've been trying to decode the rf from my vhf garage door remote control. By adding an oscope to audio output of the am_rcv.py example, I can see that the remote sends short rf bursts, each consisting of 13 pulse width modulated square waves. According to the oscope

Re: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-01 Thread mjam01
hey, if eric's doesn't work and alsa is forcing 48k then change: from gnuradio import audio to: from gnuradio import audio_oss as audio it worked for me anyhow mike m0mik.org/gnuradio/ On 5/1/05, Eric Blossom <[EMAIL PROTECTED]> wrote: > On Fri, Apr 29, 2005 at 05:19:46PM -0700, Richard Cagl

Re: [Discuss-gnuradio] Mirror for USRP-KNOPPIX

2005-05-05 Thread mjam01
hey guys, i've set up a torrent tracker. never sone this before so lets see if it holds up :) http://m0mik.org/gnuradio/torrents/knop-usrp-20050504.iso.torrent mike m0mik.org/gnuradio On 5/5/05, Stephane Fillod <[EMAIL PROTECTED]> wrote: > On Thu, May 05, 2005 at 09:57:29AM -0700, Matt Ettus w

Re: [Discuss-gnuradio] Mirror for USRP-KNOPPIX

2005-05-05 Thread mjam01
no probs dude,i've set the server upload speed to 300kb/s. i've got 200gb per month to use up so as long as this is not exeeded all should be ok. :) mike m0mik.org/gnuradio/ On 5/6/05, Stephane Fillod <[EMAIL PROTECTED]> wrote: > On Fri, May 06, 2005 at 12:31:14AM +0100, mj

Re: [Discuss-gnuradio] Mirror for USRP-KNOPPIX

2005-05-05 Thread mjam01
sorry, meant to write 300KB/s. I'm sure that everyone's familiar with bittorrent on here, bit if not i recommend the GUI Java client Azeurus ( http://azureus.sourceforge.net/ ). Works a treat. mike On 5/6/05, mjam01 <[EMAIL PROTECTED]> wrote: > no probs dude,i've set th

[Discuss-gnuradio] trying to add a button...

2005-05-10 Thread mjam01
Hi guys, I'm trying to add a button to the tvrx_wfm_rcv_gui.py code with the following placed under the vbox sliders: button_freq_up = wx.Button(self, panel, 'FREQ UP') vbox.Add(button_freq_up, 0, wx.ALL | wx.EXPAND, 5) self.Bind(wx.EVT_BUTTON, self.set_freq_up, button_freq_up) I get this erro

Re: [Discuss-gnuradio] trying to add a button...

2005-05-10 Thread mjam01
BUTTON(self.panel, 1001, self.quit) > vbox.Add(btn, 0, wx.EXPAND) > > > mjam01 wrote: > > >Hi guys, > > > >I'm trying to add a button to the tvrx_wfm_rcv_gui.py code with the > >following placed under the vbox sliders: > > > > &

[Discuss-gnuradio] changing modes during execution

2005-05-14 Thread mjam01
hey guys, i'm trying to change from nbfm to am with this function: def set_mode_am(self,urm): #self.connect.clear() self.guts = blks.am_rx (self, self.audio_rate, self.quad_rate) self.connect (self.src, self.ddc, self.guts, self.mute_audio, (self.audio_sink, 0)) what can

[Discuss-gnuradio] GNU Radio Scanner

2005-05-17 Thread mjam01
hey guys, here's a tvrx scanner for you to play with: SCANDOO! v1 - http://www.scandoo.com if you find the scanner isn't stopping on signals you can reduce the scan rate by altering the first self.timer currently set to 10ms. works 'out of the box' with a usrp and tvrx. you must alter the which

Re: [Discuss-gnuradio] PowerMate and Contour ShuttlePRO

2005-05-18 Thread mjam01
for $45 a perfect addition to scandoo mi thinks! :) cheers, mike m0mik.org/gnuradio On 5/16/05, Eric Blossom <[EMAIL PROTECTED]> wrote: > Thanks to Matt's desire to have a knob to twist, gr-wxgui now has > support for the Griffin PowerMate USB knob, as well as the Contour > Shuttle/Jog controlle

Re: [Discuss-gnuradio] working version of gnuradio for windows (mingw) available including audio-sink and wxgui

2005-07-08 Thread mjam01
Hey, Are there any plans of using the nullsoft installer for gnuradio windows installation? Even with the instructions I must admit i'm struggling to understand how to get my usrp to work on this xp machine. cheers, mike m0mik.org/gnuradio/ On 7/6/05, Eric Blossom <[EMAIL PROTECTED]> wrote: >

Re: [Discuss-gnuradio] working version of gnuradio for windows (mingw) available including audio-sink and wxgui

2005-07-09 Thread mjam01
radio/ On 7/8/05, Stephane Fillod <[EMAIL PROTECTED]> wrote: > Hi Mike, > > On Fri, Jul 08, 2005 at 02:48:11PM +0100, mjam01 wrote: > > Are there any plans of using the nullsoft installer for gnuradio > > windows installation? > > What about Inno Setup[

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-26 Thread mjam01
ackages\gnuradio\usrp1.py", line 1263, in source_c return _usrp1.source_c(*args) NotImplementedError: No matching function for overloaded 'source_c' - the usrp is plugged in and recognised. cheers, mike m0mik.org/gnuradio On 7/26/05, Martin Dvh

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-26 Thread mjam01
k, thanks. If the following error keeps coming up: gr_vmcirc_buff - unable to find a working factory to solve it delete all the pyc files in: C:\Python24\Lib\site-packages\gnuradio\gr and it will work again. best of luck! :) mike > > > > -

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-27 Thread mjam01
s, mike m0mik.org/gnuradio/ On 7/27/05, Eric Blossom <[EMAIL PROTECTED]> wrote: > On Tue, Jul 26, 2005 at 10:57:46AM +0100, mjam01 wrote: > > hey, thanks for the new installer. the _usrp0.dll gets past the previous > > errors. > > > > i'm now getti

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-07-28 Thread mjam01
Hey, yes i've done a 100% fresh python installation using all of martin's binaries. eagerly awaiting the update! :) cheers, mike On 7/28/05, Stephane Fillod <[EMAIL PROTECTED]> wrote: > Hi Mike, > > Selon mjam01 <[EMAIL PROTECTED]>: > > thanks eric, t

Re: [Discuss-gnuradio] Regarding nbfm_tx , and nbfm_rx

2005-08-01 Thread mjam01
hey, have a look in the gnuradio cvs... http://savannah.gnu.org/cgi-bin/viewcvs/gnuradio/gnuradio-core/src/python/gnuradio/blksimpl/ its in the blksimp folder mike m0mik.org/gnuradio/ On 01/08/05, Arora_Amit <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > > > We are implementing our

Re: [Discuss-gnuradio] Regarding nbfm_tx , and nbfm_rx

2005-08-01 Thread mjam01
uot; is at the top, it should work. mike m0mik.org/gnuradio/ On 01/08/05, mjam01 <[EMAIL PROTECTED]> wrote: > hey, > > have a look in the gnuradio cvs... > > http://savannah.gnu.org/cgi-bin/viewcvs/gnuradio/gnuradio-core/src/python/gnuradio/blksimpl/ > > its in the bl

Re: [Discuss-gnuradio] grnudadio-core test code

2005-08-08 Thread mjam01
hey, try deleting all the .pyc files (+ any other compiled python files) in the c:\python24\libs\gnuradio folders. i had the same errors coming up with mingw. mike m0mik.org/gnuradio/ On 08/08/05, Beck, Andrew Thomas - BECAT001 <[EMAIL PROTECTED]> wrote: > > > Hi All, > I'm getting a puzzlin

Re: [Discuss-gnuradio] grnudadio-core test code

2005-08-08 Thread mjam01
this time with the proper directory... to solve it delete all the pyc files in: C:\Python24\Lib\site-packages\gnuradio\gr and it will work again. mike On 08/08/05, mjam01 <[EMAIL PROTECTED]> wrote: > hey, > > try deleting all the .pyc files (+ any other compiled python fi

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-08-09 Thread mjam01
, mike http://m0mik.org/gnuradio On 28/07/05, Stephane Fillod <[EMAIL PROTECTED]> wrote: > Hi Mike, > > Selon mjam01 <[EMAIL PROTECTED]>: > > thanks eric, that solved that bit... now here's the next one. i've > > tried running various sa

Re: [Discuss-gnuradio] binary installer gnuradio-2.5cvs.win32.exe for windows

2005-08-09 Thread mjam01
thanks, i'll give it a go. much appreciated! :) mike On 09/08/05, Martin Dvh <[EMAIL PROTECTED]> wrote: > mjam01 wrote: > > Hi guys, > > > > Any updates to the mingw usrp gnuradio binary installation files to > > allow for the examples to work with the u

[Discuss-gnuradio] Re: Results of The Great FLEX renaming!

2006-05-09 Thread mjam01
Thanks guys, good choice there!!!cheers,Mikehttp://m0mik.orgOn 5/2/06, Matt Ettus < [EMAIL PROTECTED]> wrote:The entries are all in and the results have been tabulated.  Before we get to the winner, some notes about the entries:- Fifty different suggestions from 29 entrants were received.- A number

Re: [Discuss-gnuradio] how to wait in python

2006-06-14 Thread mjam01
Hey,how about using a thread to launch the frequency changes and then use time.sleep(1) within the thread.This won't pause the rest of the application.Mikehttp://m0mik.org On 6/13/06, Vincenzo Pellegrini <[EMAIL PROTECTED]> wrote: hi,I was trying to insert something like pauses between the executio

Re: [Discuss-gnuradio] how to wait in python

2006-06-14 Thread mjam01
hey, here's a threading example from some python I have been playing with:--#start of python code...import threadingclass nicethread ( threading.Thread ):    def __init__ ( self,remoteip ):         self.remoteip = remoteip        threading.Thread.__init__ ( self )        def

Re: [Discuss-gnuradio] Which LinuxOS to use?-->1.Unbuntu, Fedora, Mandrake, FreeBSD

2006-06-23 Thread mjam01
Hey,See my installation walkthrough at http://m0mik.org for Ubuntu 6.06 Definatly the easiest!!!Mikem0mik.org On 6/23/06, Quenton Bonds <[EMAIL PROTECTED]> wrote: Hello everyone!I am new to the GNU world.I am an intern at NASA AIMES and we are about to run three brand newSDRs.  Basically we are try

Re: [Discuss-gnuradio] SVN failed

2006-07-06 Thread mjam01
It does that when you have a proxy server. If so, edit the global settings at the bottom of '~/.subversion/servers'. Mike http://m0mik.org On 7/6/06, Arne Andersson <[EMAIL PROTECTED]> wrote: Hello! SVN failed whats my problem? Arne [EMAIL PROTECTED]:~/gr-build$ ./checkout -i usrp Performi