Re: [Discuss-gnuradio] Writing a Radio Driver

2014-10-20 Thread Tristan Martin
Marcus Müller Envoyé : 16 octobre 2014 15:29 À : discuss-gnuradio@gnu.org Objet : Re: [Discuss-gnuradio] Writing a Radio Driver Hi Harrison, There's no "driver architecture" in GNU Radio; you just write sink/source blocks. If you have a few minutes to spare, start with the GNU

Re: [Discuss-gnuradio] Writing a Radio Driver

2014-10-16 Thread Marcus Müller
Hi Harrison, There's no "driver architecture" in GNU Radio; you just write sink/source blocks. If you have a few minutes to spare, start with the GNU Radio tutorials [1] from start to hardware; that should give you a solid primer on how things work with GNU Radio. If you then know how you get your

Re: [Discuss-gnuradio] Writing a Radio Driver

2014-10-16 Thread András Retzler
Hi Harrison, Here's a good tutorial on writing a custom block: http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules You can create a source block with *gr_modtool add -t source ...* You may also try to add your receiver to the source block in gr-osmosdr

[Discuss-gnuradio] Writing a Radio Driver

2014-10-16 Thread Harrison Caudill
Hello Everyone, I have a custom PCB to power an SDR, and I'm going to need to provide a gnuradio driver for it. We are using: * Xilinx Zynq 7020 SoC * Analog Devices AD9364 ADC * AvNet ZedBoard for prototyping I can only imagine that we will ultimately use a tweaked version of the Ettus Resea