Re: [Discuss-gnuradio] Gauging interest for an SDR PA

2013-11-27 Thread Louis Brown
I was thinking the user could just screw on coaxial low pass filters. For instance, the VLF- line from Minicircuits are available from 80 MHz to 6 GHz, at about $22 each. An output filter bank would be doable, but it would probably be 0.4 dB insertion loss per switch as S band, so it adds

Re: [Discuss-gnuradio] FTW IEEE802.11a/g/p OFDM Frame Encoder

2013-11-27 Thread Nasi
Finally, solved! Many thanks Bastian! The problem was the connections between blocks, acc to http://www.ccs-labs.org/~bloessl/grc.png . >On 11/27/2013 05:51 PM, Nasi wrote: >> >> > I did that before already. Nothing changed now also. >> That means it works, or it does not? >> >> it l

Re: [Discuss-gnuradio] FTW IEEE802.11a/g/p OFDM Frame Encoder

2013-11-27 Thread Bastian Bloessl
On 11/27/2013 05:51 PM, Nasi wrote: > I did that before already. Nothing changed now also. That means it works, or it does not? it looks like receiver is working. I think so, because I receive/see around 30 packets in wireshark. And the led C is on. Great! I never looked at the leds,

Re: [Discuss-gnuradio] FTW IEEE802.11a/g/p OFDM Frame Encoder

2013-11-27 Thread Nasi
> >> I did that before already. Nothing changed now also. >That means it works, or it does not? it looks like receiver is working. I think so, because I receive/see around 30 packets in wireshark. And the led C is on. > >It crashes? Underruns? Overruns? Are there any messages? How do you know >s

Re: [Discuss-gnuradio] FTW IEEE802.11a/g/p OFDM Frame Encoder

2013-11-27 Thread Bastian Bloessl
On 11/27/2013 05:21 PM, nesimi eldarov wrote: I did that before already. Nothing changed now also. That means it works, or it does not? All work, but do not transmit regularly. In ofdm_tx. smt. is being transmitted for a sec then the led A turns of again. It crashes? Underruns? Overruns? Are

Re: [Discuss-gnuradio] FTW IEEE802.11a/g/p OFDM Frame Encoder

2013-11-27 Thread nesimi eldarov
Thanks for quick reply. I did that before already. Nothing changed now also.  All work, but do not transmit regularly. In ofdm_tx. smt. is being transmitted for a sec then the led A turns of again.  I run demo.sh also. I see the plot and wireshark, but again as I say nothing is being transmitt

Re: [Discuss-gnuradio] FTW IEEE802.11a/g/p OFDM Frame Encoder

2013-11-27 Thread Bastian Bloessl
On 27 Nov 2013, at 17:02, nesimi eldarov wrote: > :) yes, of course, I did. Sorry, I see, there is transmission stuff. > > when I run > ofdm_transceiver. file it gives me this message: > > Allocated virtual ethernet interface: tap0 > You must now use ifconfig to set its IP address. E.g., >

Re: [Discuss-gnuradio] FTW IEEE802.11a/g/p OFDM Frame Encoder

2013-11-27 Thread nesimi eldarov
:) yes, of course, I did. Sorry, I see, there is transmission stuff.  when I run  ofdm_transceiver. file it gives me this message: Allocated virtual ethernet interface: tap0 You must now use ifconfig to set its IP address. E.g., $ sudo ifconfig tap0 192.168.200.1 Be sure to use a different addre

Re: [Discuss-gnuradio] FTW IEEE802.11a/g/p OFDM Frame Encoder

2013-11-27 Thread Bastian Bloessl
On 27 Nov 2013, at 16:36, nesimi eldarov wrote: > Sorry, but It seems like you did not transmit ever, as I look in .grc files. > As such, none of them send OFDM blocks... > For example in ofdm_rx. you have a chain of operations, good and working. > However there is nothing like that in the t

[Discuss-gnuradio] Asynchronous Keyboard Input with GUI

2013-11-27 Thread Matt Lanoue
Hello GNU Radio community! I am a Midshipman working on PSK31, but I have a slightly different approach than Louis Brown: I am creating a single custom block that will spawn a GUI to take keyboard input and then output the ASCII bit representation of the keystroke. I used a lot of the code for the

Re: [Discuss-gnuradio] FTW IEEE802.11a/g/p OFDM Frame Encoder

2013-11-27 Thread nesimi eldarov
Sorry, but It seems like you did not transmit ever, as I look in .grc files. As such, none of them send OFDM blocks... For example in ofdm_rx.  you have a chain of operations, good and working. However there is nothing like that in the transmitter side. May be I make a mistake but I could not f