Re: [Discuss-gnuradio] IEEE 802.11 a/g/p Transceiver module - Counting Decoded Frames

2017-02-27 Thread Bastian Bloessl
Hi, > On 27 Feb 2017, at 22:58, Qurat-Ul-Ann Akbar > wrote: > I want to calculate the number of frames correctly decoded by the wifi_rx in > the IEEE 802.11 module. I can not find the source file for the block > WiFi_Decode Mac where I can place a counter for the successfully decoded > frame

Re: [Discuss-gnuradio] HackRF + osmocon, RX works but TX doesnt

2017-02-27 Thread Sagnik Basu
Maybe there is some error with your osmocom source installation. I am using a HackRF one and it is working fine with osmocom sink block. Try re-installing the osmocom source. Regards, Sagnik Basu B. Tech | 2013-2017 Dept. of Electronics and Communication NIT Rourkela M: 8337942928 On Tue, Feb

Re: [Discuss-gnuradio] weak signal detection in gnuradio / gqrx

2017-02-27 Thread Jon Elson
On 02/24/2017 07:16 PM, Cinaed Simson wrote: Also, 200ksps IS NOT an available sample-rate on the RTLSDR. 250ksps, and 300ksps are known to work, and then the next actually-works sample-rate is 900ksps. Thanks very much! Linrad seems to work fine at 200Ksps, I have no idea why. But, set

Re: [Discuss-gnuradio] [Query] GSOC 2017

2017-02-27 Thread Martin Braun
Read http://gnuradio.org/redmine/projects/gnuradio/wiki/GSoCStudentInfo and start writing a proposal. -- M On 02/27/2017 04:03 PM, Akash Deep Singh wrote: > Hi, > I am Akash Deep Singh, a third year undergrad in Electronics and > Communications from New Delhi, India. I have extensive experience >

[Discuss-gnuradio] [Query] GSOC 2017

2017-02-27 Thread Akash Deep Singh
Hi, I am Akash Deep Singh, a third year undergrad in Electronics and Communications from New Delhi, India. I have extensive experience working with GNU radio and Radar. Recently, my research paper got accepted in IEEE Radar Conference 2017. I am also experienced in C++ and Python. After browsing

[Discuss-gnuradio] Google Summer of Code 2017: And we're in!

2017-02-27 Thread Martin Braun
Everyone, I'm really happy to say that we made it into the list of GSoC mentor organizations for 2017. If you're a student, you should definitely check out our GSoC wiki page: http://gnuradio.org/redmine/projects/gnuradio/wiki/GSoC Here, you will find instructions (should you want to participate)

[Discuss-gnuradio] IEEE 802.11 a/g/p Transceiver module - Counting Decoded Frames

2017-02-27 Thread Qurat-Ul-Ann Akbar
Hi, I want to calculate the number of frames correctly decoded by the wifi_rx in the IEEE 802.11 module. I can not find the source file for the block WiFi_Decode Mac where I can place a counter for the successfully decoded frames. Can anyone tell me where this file is ? And is there any other way

Re: [Discuss-gnuradio] HackRF + osmocon, RX works but TX doesnt

2017-02-27 Thread Fernando Peral
The problem appears when using the hackrf for TX even if there is only one hackrf plugged. Osmocon source makes the hackrf work with hackrf=0 or even leving the field in blank, but osmocon sink fails with the same parameters. However using the serial number works as much for one as for the other.

Re: [Discuss-gnuradio] HackRF + osmocon, RX works but TX doesnt

2017-02-27 Thread Chris Kuethe
try using the hackrf's serial number (d291f43, 5671743) rather than the index (0, 1) On Sat, Feb 25, 2017 at 5:26 AM, Fernando Peral wrote: > Hi! > > > I have a HackRF. I'm testing it. > > It works well receiving in GRC with osmocon source, but when trying to > transmit with osmocon sink I rec

Re: [Discuss-gnuradio] Cross compile for ARM with GCC 4.9

2017-02-27 Thread West, Nathan
This is the dual ABI problem. See https://gcc.gnu.org/onlinedocs/libstdc%2B%2B/manual/using_dual_abi.html It was first reported to me June of last year ( https://github.com/gnuradio/volk/issues/92). I tried to play around with the macro they define, but I could never get anything working (I think