discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] measuring RSSI - N210 with RFX2400


From: Josh Blum
Subject: Re: [Discuss-gnuradio] measuring RSSI - N210 with RFX2400
Date: Sat, 04 Jun 2011 11:04:41 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10


On 06/04/2011 10:52 AM, Kresimir Dabcevic wrote:
> 
> Hi list!
> 
> Is it possible to measure RSSI on RFX2400 with N210 motherboard (UHD drivers)?
> From the archives, it seems that read_rssi() is defined only for XCVR2450,
> and read_aux_adc(side,0) described on 
> http://gnuradio.org/redmine/wiki/1/UsrpFAQRSSI
> cannot be called (or I'm calling it wrong).
> 

There is an "rssi" sensor:
http://www.ettus.com/uhd_docs/manual/html/dboards.html#rfx-series

from the uhd api:
usrp->get_rx_sensor("rssi")

or in python w/ gr-uhd
usrp.get_dboard_sensor("rssi")


-josh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]