Skip to content

Transmissions aren't correct for the first few buffers #21

Description

@awelkie

I'm seeing an issue where if I transmit a signal of length less than or equal to 4 MTU, then the signal isn't actually transmitted. If I transmit a signal of length N MTU with N ≥ 5, the only the last N - 4 MTUs worth of the signal seem to be correct.

Here's my code for the transmitter. I'm using another HackRF with gqrx to verify the reception.

Here's a screenshot of the reception. Here I'm sending 7 copies of the signal. Only the last 3 actually show up. The first "signal" I believe is actually just random uninitialized memory! When I look at it in the time domain it never seems to match up with what I'm sending.

screenshot from 2018-03-23 12-01-42

My software is Fedora 27, SoapySDR v0.6, the latest version of SoapyHackRF (commit e653dc6), and I'm using HackRF One with firmware 2017.02.1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions