[USRP-users] Toggle GPIO above sample level

2024-10-24 Thread Tim Vancauwenbergh
, more straight forward methods I am happy to know. I should maintain the functionality of transmitting the samples from GRC, as I compare them later on with a second stream of samples. Thank you for your time. Best regards, Tim Vancauwenbergh ___ USR

[USRP-users] Re: USRP sink with GPIO

2024-11-25 Thread Tim Vancauwenbergh
mples with value 0 after a pulse, otherwise the pulse will be cut off before being finished. I've tried this with sample rates up to 56 MHz without issue now. Best regards, Tim Vancauwenbergh Op di 19 nov 2024 om 17:28 schreef Marcus D. Leech : > On 19/11/2024 11:02, Tim Vancauwenber

[USRP-users] USRP sink with GPIO

2024-11-19 Thread Tim Vancauwenbergh
start and end of bursts and handles the initial GPIO setup. For reference, I have also included the manual GPIO control block. Thank you for your assistance. Best regards, Tim Vancauwenbergh import numpy as np from gnuradio import gr import pmt class gpio_toggler(gr.sync_block): def __init__

[USRP-users] Re: OFDM signal transmission by x310 presents a peak

2024-02-29 Thread Tim Vancauwenbergh
lable, while it is shown when running uhd_usrp_probe (made a issue on github for uhd driver). Curious about the manual calibration procedure. All the best Tim Vancauwenbergh Van: Cédric Hannotier via USRP-users Verstuurd: donderdag, februari 29, 2024 4:05:5

[USRP-users] Synchronisation of USRP Sink & Source in GNU Radio Companion

2024-03-12 Thread Tim Vancauwenbergh
channel is required. Looking forward to your suggestions. Best regards Tim Vancauwenbergh ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com

[USRP-users] B210: synchronise USRP Sink & USRP Source blocks in GNU RC

2024-03-13 Thread Tim Vancauwenbergh
source blocks I have set the sync setting to PC Clock on next PPS, and left the start time at its default. Any ideas how to get a good sync? Best regards, Tim Vancauwenbergh ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an

[USRP-users] Re: B210: synchronise USRP Sink & USRP Source blocks in GNU RC

2024-03-14 Thread Tim Vancauwenbergh
The delay between tx and rx remains inconsistent and between 1000 to 2500us. Is there no other way of getting tx and rx to be synchronised by a pilot pulse for example? Best regards, Tim Vancauwenbergh From: Marcus Müller Sent: Wednesday, March 13, 2024 3:42:33 P

[USRP-users] Re: B210: synchronise USRP Sink & USRP Source blocks in GNU RC

2024-03-15 Thread Tim Vancauwenbergh
Tim Vancauwenbergh From: Marcus Müller Sent: Thursday, March 14, 2024 11:24:19 AM To: Tim Vancauwenbergh ; usrp-users@lists.ettus.com Subject: Re: [USRP-users] Re: B210: synchronise USRP Sink & USRP Source blocks in GNU RC Negative times don't make much sen

[USRP-users] Load uhd_power_cal calibration file

2025-02-03 Thread Tim Vancauwenbergh
anual/page_power.html lists nothing about required directory. My question: how can I load the calibration data, I would like to use this to determine the received power. Later on I would also calibrate the TX to get a known TX power level. Thanks! Best regards, Tim Vancauwen

[USRP-users] UHD Python API: Buffer processing

2024-12-12 Thread Tim Vancauwenbergh
Hi all, I am working with the UHD Python API to handle burst-mode data transmission and reception. Both the transmitter and receiver are set to be active at specific times, for a fixed number of samples per burst. This process occurs approximately 100 times per second. Currently, the transmit and

[USRP-users] UHD Python API: X310 ATR TX not working

2024-12-13 Thread Tim Vancauwenbergh
Hi all, In a project using an X310 and the Python api the requirement is to toggle GPIO pins 0 and 1 whenever the device is transmitting or receiving. The code is as follows: PIN_0_MASK = (1 << 0) PIN_1_MASK = (1 << 1) PIN_MASK = PIN_0_MASK | PIN_1_MASK usrp.set_gpio_attr("FP0A", "CTRL", PIN_MASK