Re: [Discuss-gnuradio] Overruns B200 802.11 receiver

2017-08-11 Thread Cristian Rodríguez
Hi. For me worked as follows: The reference page transport_udp_sockbufs . i modified the next two: - recv_frame_size: The size of a single receive buffer in bytes - num_recv_frames: The number of receive buffers to

[Discuss-gnuradio] Asynchronous Switch between two stream inputs to one output GNU Radio C++

2017-07-26 Thread Cristian Rodríguez
Hi all I have the next block: [image: Imágenes integradas 1] This block just receive signal for one of the two ports at the same time. In this way, for example if it receives in the IN0, in the IN1 there's nothing. Depending on the parameter Initial Standard I select which input must pass to the

Re: [Discuss-gnuradio] How does Rx Gain affect the incoming signal? GNURadio IEEE 802.11a/g/p

2017-07-06 Thread Cristian Rodríguez
; From your table it looks like you are trying to change the RX gain in > steps smaller than the USRP supports. > > This document looks like a quick intro to power and voltage changes with > dB. > https://neurophysics.ucsd.edu/courses/physics_120/A% > 20Practical%20Guide%20to%

[Discuss-gnuradio] How does Rx Gain affect the incoming signal? GNURadio IEEE 802.11a/g/p

2017-07-05 Thread Cristian Rodríguez
Hi all. I'm trying to understand how Rx gain, the paremeter that is set in the USRP Source block, affects the input signal. I would like to have an equation for that. I'm doing the next experiment: - I take the input signal from the USRP Source block to a MAG^2 block. - From MAG^2 block

Re: [Discuss-gnuradio] GRC GUI parameters for custom blocks

2017-07-03 Thread Cristian Rodríguez
> > Vipin > > On Jul 2, 2017, at 1:42 AM, Cristian Rodríguez < > cristian.rodriguez...@gmail.com> wrote: > > > > On Jul 1, 2017 2:18 PM, "Vipin Sharma" <vipinsha...@photonpace.com> wrote: > > Hi, > > I have a custom block, say CustomBlock, wh

Re: [Discuss-gnuradio] GRC GUI parameters for custom blocks

2017-07-02 Thread Cristian Rodríguez
On Jul 1, 2017 2:18 PM, "Vipin Sharma" wrote: Hi, I have a custom block, say CustomBlock, which takes two arguments, arg0 and arg1. My intention is to have these arguments be configured through gui after the custom block is instantiated. I define entries for these

[Discuss-gnuradio] Change value of a Variable defined in the flowgraph from a block

2017-06-30 Thread Cristian Rodríguez
Hi everyone. I created a variable in the flowgraph called freq_Tx. [image: Imágenes integradas 2] This is assigned as the central freq of the block USRP source and is used by several blocks to do signal processing. I need to listen two different frequencies in my application. For example one

[Discuss-gnuradio] Problem processing BLOB type in a new block for IEEE 802-11 transceiver

2017-06-30 Thread Cristian Rodríguez
Hi all. I'm trying to convert a variable from BLOB to String. I'm trying to do this. [image: Imágenes integradas 1] Before, the next block was instead of WiFi App. [image: Imágenes integradas 2] Message strobe sends a PMT message of STRING type (without car and cdr, just

[Discuss-gnuradio] Problem with Convertion From BLOB to String in a PMT message C++

2017-06-29 Thread Cristian Rodríguez
Hi all. I'm trying to convert a variable from BLOB to String. I'm trying to do this. [image: Imágenes integradas 1] Before, the next block was instead of WiFi App. [image: Imágenes integradas 2] Message strobe sends a PMT message of STRING type (without car and cdr, just

Re: [Discuss-gnuradio] Trouble Installing a new block in GNURAdio (gr-ieee-802-11) not .cc.o file generated

2017-06-29 Thread Cristian Rodríguez
> > On Thu, Jun 29, 2017 at 11:43 AM, Cristian Rodríguez < > cristian.rodriguez...@gmail.com> wrote: > >> Hi all, >> >> I'm designing a block in C++. It has .c, .h and .xml files. I put them in >> the same folders than mac or decode_mac blocks are in. >> &g

[Discuss-gnuradio] PMT: Get a value associated to a specific key in a car of PMT message C++

2017-06-29 Thread Cristian Rodríguez
Hi all. I'm trying to get the car of a PMT message. And later in the car, the value associated to a specific key. I'm receiving it: (((dlt . 105) (freqofs . -0.00015152) (nomfreq . 5.89e+09) (snr . 144.985) (encoding . 0)) . #[1 2 3 4 5 6 7 8 9 0]) I want to get the car: ((dlt . 105) (freqofs

[Discuss-gnuradio] Trouble Installing a new block in GNURAdio (gr-ieee-802-11) not .cc.o file generated

2017-06-29 Thread Cristian Rodríguez
Hi all, I'm designing a block in C++. It has .c, .h and .xml files. I put them in the same folders than mac or decode_mac blocks are in. I installed all the blocks of ge-ieee-802-11 again, as follows, cd gr-ieee802-11 mkdir build cd build cmake .. make sudo make install sudo ldconfig but I

Re: [Discuss-gnuradio] Convert Float to PMT in a Gnuradio flowgraph

2017-06-29 Thread Cristian Rodríguez
advance. Best regards, Cristian > Best regards, > > Marcus > > On 28.06.2017 06:06, Cristian Rodríguez wrote: > > Hi all. > > I'm implementing this flowgraph. > > [image: Imágenes integradas 1] > > I want to calculate the power in the antenna, which is s

[Discuss-gnuradio] Convert Float to PMT in a Gnuradio flowgraph

2017-06-27 Thread Cristian Rodríguez
Hi all. I'm implementing this flowgraph. [image: Imágenes integradas 1] I want to calculate the power in the antenna, which is set as float and later convert it to a PMT type. I don't know if it is possible. I tried to build the above flowgraph, My idea was to convert the float type to a

Re: [Discuss-gnuradio] Read and Write a PMT input/output GNURadio C++

2017-06-27 Thread Cristian Rodríguez
a lot for your time. Best regards, Cristian On Jun 27, 2017 3:48 AM, "Marcus Müller" <marcus.muel...@ettus.com> wrote: You're explicitly sending a pair (pmt::cons), not a real or integer number! On 27.06.2017 04:57, Cristian Rodríguez wrote: Hi. Thanks a lot for your time to read.

Re: [Discuss-gnuradio] Read and Write a PMT input/output GNURadio C++

2017-06-26 Thread Cristian Rodríguez
have a PMT dict that maps > > pmt::mp("propertyname") -> pmt::whateversuitsyourproperty. > > As an example, see what the gr-uhd blocks accept [1] > > Best regards, > > Marcus > > [1] https://gnuradio.org/doc/doxygen/page_uhd.html#uhd_command_syntax > On

[Discuss-gnuradio] Read and Write a PMT input/output GNURadio C++

2017-06-26 Thread Cristian Rodríguez
Hi all, I'm not sure about how to read and write PMT ports from and to local variables. I'm going to expose what i'm doing, and if someone can help me i would be very greatful. I've created an input and an output of PMT type. message_port_register_in(pmt::pmt_t in_threshold)

Re: [Discuss-gnuradio] Python and C++ codes of the blocks IEEE 802.11

2017-06-25 Thread Cristian Rodríguez
2017-06-25 5:23 GMT-05:00 Bastian Bloessl <m...@bastibl.net>: > Hi Christian, > > > On 24. Jun 2017, at 22:50, Cristian Rodríguez < > cristian.rodriguez...@gmail.com> wrote: > > > > This parameter is no global, I mean, when I use the wifi_phy_hier.grc in >

Re: [Discuss-gnuradio] Python and C++ codes of the blocks IEEE 802.11

2017-06-24 Thread Cristian Rodríguez
er Threshold (sensitivity) globally. [image: Imágenes integradas 2] Thanks a lot for your time Marcus. Best regards, Cristian. > Best regards, > > Marcus > > On 06/24/2017 11:17 PM, Cristian Rodríguez wrote: > > Hi all, > > I hope all is going well. > &

[Discuss-gnuradio] Python and C++ codes of the blocks IEEE 802.11

2017-06-24 Thread Cristian Rodríguez
Hi all, I hope all is going well. I was trying to modify the code of some blocks, where is usually the code of an specific block or flowgraph? Specifically, I want to modify the number of inputs in the wifi_phy_hier.grc, and put the variable Sensitivity as global, I mean, that i can modify it

Re: [Discuss-gnuradio] Kernel Ubuntu - USB 3.0 trouble - missed packets

2017-05-28 Thread Cristian Rodríguez
? Could it be my driver trouble? If you type *lsusb *what do you get? Again, thanks a lot. Best regards, Cristian 2017-05-28 1:30 GMT-05:00 Cristian Rodríguez < cristian.rodriguez...@gmail.com>: > Hi Marcus. > > Thanks a lot for your answer. > > Could you please run the i

Re: [Discuss-gnuradio] Kernel Ubuntu - USB 3.0 trouble - missed packets

2017-05-28 Thread Cristian Rodríguez
ode (or just disable frequency scaling > alltogether) for a test? > > Best regards, > > Marcus > > I'll comment that using num_recv_frames has sometimes been necessary for > my apps, usually set to 256 or 512, and once I do that, I don't get > overruns any more. > &g

Re: [Discuss-gnuradio] IEEE802.11 transceiver - problems sending data

2017-05-26 Thread Cristian Rodríguez
i`. I'm not quite >> sure this is best solved on the discuss-gnuradio mailing list – we're not >> really linux networking setup experts :) >> >> Best regards, >> >> Marcus >> >> >> On 05/26/2017 07:18 AM, Cristian Rodríguez wrote: >> >>> >

Re: [Discuss-gnuradio] IEEE802.11 transceiver - problems sending data

2017-05-25 Thread Cristian Rodríguez
2017-05-19 7:04 GMT-05:00 Bastian Bloessl <m...@bastibl.net>: > Hi, > > > On 19. May 2017, at 12:09, Cristian Rodríguez < > cristian.rodriguez...@gmail.com> wrote: > > > > You will have to also add the corresponding entry in reverse direction. >

[Discuss-gnuradio] Fwd: IEEE802.11 transceiver - problems sending data

2017-05-25 Thread Cristian Rodríguez
2017-05-19 7:04 GMT-05:00 Bastian Bloessl <m...@bastibl.net>: > Hi, > > > On 19. May 2017, at 12:09, Cristian Rodríguez < > cristian.rodriguez...@gmail.com> wrote: > > > > You will have to also add the corresponding entry in reverse direction. >

Re: [Discuss-gnuradio] IEEE802.11 transceiver - problems sending data

2017-05-19 Thread Cristian Rodríguez
oesn't receive or send anything.. Thanks a lot for your help. Best regards, Cristian > > > > > > On 16. May 2017, at 16:57, Cristian Rodríguez < > cristian.rodriguez...@gmail.com> wrote: > > > > Hi all. > > > > I'm trying to run the file nic.sh (app for th

Re: [Discuss-gnuradio] Kernel Ubuntu - USB 3.0 trouble - missed packets

2017-05-18 Thread Cristian Rodríguez
uns ("U") printed on the console? > > Did you increase the socket buffer sizes? > > https://files.ettus.com/manual/page_transport.html#transport_udp_sockbufs > > --​Neel Pandeya > > > > On 15 May 2017 at 17:20, Cristian Rodríguez <cristian.ro

Re: [Discuss-gnuradio] The low performance of gr-ieee-802.11 running on b210 ????

2017-05-16 Thread Cristian Rodríguez
ng to solve the thing with my computer. Thanks in advance for your time to read it. Best regards, Cristian > Best regards. > > Siyu Zhan > > 2017-05-16 22:16 GMT+08:00 Cristian Rodríguez < > cristian.rodriguez...@gmail.com>: > >> Hi all. >> >> I wa

Re: [Discuss-gnuradio] gr_ieee-80211 receiver

2017-05-16 Thread Cristian Rodríguez
Hi. Did you check the name of the wireshark file is the same in the flowgraph and in the temp file (if you are using the .sh file into the app folder)? Best regards, Cristian 2017-05-09 4:26 GMT-05:00 Bastian Bloessl : > > > On 9. May 2017, at 08:26, LiLi

Re: [Discuss-gnuradio] The low performance of gr-ieee-802.11 running on b210 ????

2017-05-16 Thread Cristian Rodríguez
Hi all. I was reading about your implementation Siyu and i am trying to do the same (ieee802.11 over USRP B210 - intel i7) but i haven't been able to. Could you indicate me what you did. It would help me a lot. I had overruns and i solved it by changing the transport parameters. I have the

[Discuss-gnuradio] Kernel Ubuntu - USB 3.0 trouble - missed packets

2017-05-15 Thread Cristian Rodríguez
HI all. I was writing to the forum a time ago because i have missed packets when i build a simple flow graph in gnu radio and set the sample rate over 20Msamples/s. The conclusion was that i had to review my USB 3.0 drivers but i'm working on ubuntu (16.05) and the only way to change the drivers

[Discuss-gnuradio] Getting "0"s (overflow) in the output when probing a null sink

2017-04-30 Thread Cristian Rodríguez
Hi all, I'm doing a simple flowgraph so i can check if i am able to get enough samples to work with gr-ieee_802.11. It is the flowgraph i set. [image: Imágenes integradas 1] Sample rate=50MHz → Several 0s, i think, a 0 each 5 seconds. Sample rate=20MHz → a few of 0s, i think, a 0 each 30

[Discuss-gnuradio] Implementing IEEE 802.11 a/g/p Transceiver module

2017-03-22 Thread Cristian Rodríguez
Hi. I'm implementing the transceiver of Bastian following the instructions in github. When i use nic.sh (as it is indicated in the youtube video https://www.youtube.com/watch?v=tAVgsJLM-sc) i should receive it. [image: Imágenes integradas 1] But instead, i'm receiving:

Re: [Discuss-gnuradio] Transceiver gr-ieee802.11

2017-03-22 Thread Cristian Rodríguez
moved in recent versions > of GNU Radio. > > Ron > On 03/22/2017 10:42 AM, Cristian Rodríguez wrote: > > Thanks for your answer Marcus. > > Is there a command so i can know if the gnuradio flow graph is executing > VOLK? > > Regards, > > Cristian >

Re: [Discuss-gnuradio] Transceiver gr-ieee802.11

2017-03-22 Thread Cristian Rodríguez
dio has no VOLK, > you wouldn't even have most of the GNU Radio blocks you use. So you very, > very likely have VOLK. Your problem lies somewhere else. > > Best regards, > > Marcus > > On 03/22/2017 06:27 PM, Cristian Rodríguez wrote: > > Hi everybody. > > I'

[Discuss-gnuradio] Transceiver gr-ieee802.11

2017-03-22 Thread Cristian Rodríguez
Hi everybody. I'm trying to implement the Transceiver gr-ieee802.11 of Bastian. I'm following the instructions in github, and this video in youtube. https://www.youtube.com/watch?v=tAVgsJLM-sc In the begining of the simulation should be appear "Using volk machine" like in the video, because