Re: [USRP-users] B205-mini GPIO

2018-08-30 Thread Derek Kozel via USRP-users
Hello Arun, The gpio example is the first place to look for a reference. https://github.com/EttusResearch/uhd/blob/master/host/examples/gpio.cpp A description of the GPIO header on the B20xmini can be found here http://files.ettus.com/manual/page_usrp_b200.html#b200_hw_ref_ext Regards, Derek On

Re: [USRP-users] B205-mini GPIO

2018-08-30 Thread Marcus Müller via USRP-users
Hi Arun, in the uhd/host/examples directory, you'll find gpio.cpp ! Note that you'll need to bitbang SPI that way from the host; that can work, but it's going to be slow. Alternatively, if you are familiar with FPGA development, implementing another SPI host in the FPGA should be thoroughly

[USRP-users] B205-mini GPIO

2018-08-30 Thread Arun kumar Verma via USRP-users
Hi We brought B205mini recently and we want to use three GPIO to control some external device which require SPI interface, in the schematics the header mentioned is J5 for GPIO while website USRP Hardware Driver and USRP Manual: USRP B2x0 Series is mentioning J6 as GPIO header. Can you please su