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
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
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
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
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
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
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:
> >
> >
&
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
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
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
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:
>
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[
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
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
> >
> > -
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
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
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
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
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
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
,
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
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
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
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
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
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
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
27 matches
Mail list logo