Using GPIO Pins on x300

2021-07-26 Thread Conner Awald
Hey everyone, I'm using an Ettus Research x300 with GNURadio and I'm going to need to use the front panel GPIO pins to automatically switch an external amplifier into the RF chain when transmitting. I found the following code on Ettus Research's github that demonstrates how to use the GPIO pins in

Custom Header Format for Protocol Parser

2023-05-23 Thread Conner Awald
Gnuradio version: 3.10.6.0 I'm trying to create a flowgraph that will output data from a packet-based communication system to a telemetry processing server. I'm able to demodulate the GMSK data and I've used the "correlate access code - tag" block to tag the stream when the preamble is identified.

Adding Transmission Tags in Python Script for ZMQ connection

2023-05-24 Thread Conner Awald
I'm trying to develop a flow graph for a system that will support half-duplex communications. I'm using an Ettus X300 and gnuradio 3.10.6. I want to set up a python script that will take in data packets from users and then send them over to the flowgraph for transmission using a zmq-PUB connection.