discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] uhd help


From: Josh Blum
Subject: Re: [Discuss-gnuradio] uhd help
Date: Mon, 02 Jul 2012 18:42:41 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1


On 07/02/2012 06:34 PM, sibar002 wrote:
> 
> Hello,
> 
> I would like to be able to control pins 5, 7, 9,... , and 35 on the J401
> component on the N210 (Pins G4, F5, H6, ..., and K6 on the FPGA). From the
> Basic_Tx/Rx daughterbaord schematic, I was able to see that some of these
> pins are not really used on the daughterboard. I am working on implementing
> a MAC protocol that will be using a number directional antennas to send our
> information. I wanted to use these pins in order to select the antenna
> direction needed for the communication. I have followed the code all the way
> to the multi_usrp.cpp file. I have also looked into the db_xcvr2450.cpp file
> to see how this pins are controlled. I am having trouble figuring out which
> lines of code I need in the db_basic_lf.cpp in order to control these pins
> in the basic daughterboards. I would greatly appreciate any help or advice.
> Thank you for your time and help.
> 
> Sam
> 

You may want to see the dboard iface:
http://files.ettus.com/uhd_docs/doxygen/html/classuhd_1_1usrp_1_1multi__usrp.html#a3299d8f77f1d823c762e36438bac509e

You can access the same GPIO as the daughterboard code itself. Also, the
swig magic should be there so you can use it from python.

-josh



reply via email to

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