Skip to content

gnuradio-adsb fails with issue in framer #131

@deltatango2

Description

@deltatango2

gnuradio-adsb, adsb_x.grc fails with call to framer.py with thread_body_wrapper :error: ERROR thread[thread-per-block[5]: <block ADS-B Framer(10)>]: ValueError: can't convert <class 'numpy.float32'> type to pmt (7.640297). I've commented out the line
pmt.to_pmt(('sob',snr)),

and replaced it with pmt.to_pmt('sob'),

and it runs but it never gets a detection. So, I think the error is somewhere in the cast/conversion. Trying the identical setup with SDR angel fills with ADSB hits which verifies that it is not the SDR setup. Maybe its a change to the pmt library?

Happy to help debug anyway I can. This is with BladeRF on windows 11 radioconda install.

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