Serge
Serge
What about 1K and 10K resistors for SPI connection between SX130X and SX125X, are they really must be so large? Becasue neither microchip's nor original semtech schematich have that resistors...
The problem - is that SX1301 don't see SX125X chips on SPI bus at all with that loarge resistors. I replaced them to 0R and gateway starts working as expected.
Sorry, I don't see sense to make such apps. We are not a sat broadcasters. But patches are welcome! Just note that ni2na - is little bit complex, but na2ts...
Actually, there is libgse that can decapsulate network packets from GSE, but I found only testing tool as reference of how to do that, and it uses .pcap files, not...
Yep, that makes sense. ZeroMQ will be in server mode, so few modulators/players can connect to it and play that stream.
> In client mode it can push It can't.
ni2http uses connect method because it's connecting to ODR-DabMux (which uses bind mode) and can stream single station to Your own multiplexor, so it's re-multiplexing feature. The ODR-DabMUX - uses...
BTW, new eti2zmq can add this functionality as part of pipeline.
Hi all, Please try latest commit. Variable and constant names been fixed.
The app accepts 16bits per sample format, so to convert that rfm_xxxx.iq192 to 16-bit, ffmpeg can be used. ### The simple way: `ffmpeg -f s32le -ar 192000 -ac 2 -i...