Opendigitalradio / ODR-DabMod

ODR-DabMod is a DAB (Digital Audio Broadcasting) modulator, part of the ODR-mmbTools.

Home Page:https://www.opendigitalradio.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adalm pluto support

fpgasdr opened this issue · comments

Hello,
It would incredible to have support for this board due it seem suitable for DAB and it has an incredible price(99$).
any ideas how to accomplish this?.

Ideally it would be supported through SoapySDR. There were some discussions already, but I don't know if there was a follow-up. pothosware/SoapySDR#136

If you can drive the PlutoSDR using GNURadio (maybe with gr-iio), then you can use the ODR-DabMod ZMQ output to connect to a GNURadio ZMQ source.

If you manage to transmit using the PlutoSDR, let me know, we can post a news entry on www.opendigitalradio.org !

commented

Ok, after helping on receive part...a bit of challenge to run it on pluto : will try soon after (still) improving dvbs2 tv modulation.

Sorry looks like I may have accidentally deleted my message..

Hi All,
I've tried this, I have an image built for pluto although unfortunatly, it
doesn't look like the pluto has enough processing power to run odr-dabmod
natively. :(

Rash, fast math is on, not tried the compiler optimisation flags. Pulled zmq out aswell as it was getting a bit big. Can try optimisation later. I can see a very broken carrier on the Spectrum Analyser! CPU was up at 90% and yup had the 2nd core enabled!

Will try without the filter too...

Watch this space!

Compiled with -O3 - No real difference.
Removed the fir filter - Carrier Breakup less noticeable but still not "solid"

Any other suggestions? Would love to get this working! :)