Bastian Bloessl
Bastian Bloessl
Same issue was reported here and later closed: https://github.com/bastibl/gr-ieee802-11/issues/333 I believe this is a problem of the PPA. This bug probably happens for all OOTs, i.e., it's the GNU Radio...
Try adding the Packet Pad 2 block between the PHY and the USRP Sink. Also check the firmware of the TelosB. Make sure the frame is as expected by the...
The question is if the frames sent by the USRP are similar to the ones sent by the other TelosB. Maybe it's a different MAC or RIME network/address/channel and, therefore,...
The 3.8 branch of GNU Radio does not include the broken commits to chunks to symbols. You can also check this with the loopback configuration w/o hardware. I'd check some...
``` built-in source types: file rtl_tcp rfspace redpitaya ``` It looks like you compiled gr-osmosdr without HackRF support.
I ran into this two days ago... It is because GNU Radio broke the Chunks to Symbols block. You'd have to revert this commit https://github.com/gnuradio/gnuradio/commit/f6b3295ae29e3ee3c2c8fc3c6738ee4561ca194b#diff-14678b5ce7ce2e320e87cebf64f2fce4283d246f8a74aadd791f418692ffd0d8L111-L113 Maybe also file a PR/Issue...
There were two changes to the chunks to symbols block that you have to revert in reverse order. So you first have to revert https://github.com/gnuradio/gnuradio/commit/70a27c0a0a75dc8640dc318f2ca470de81935340 and then the other commit....
You probably have some left-overs from previous attempts. The transceiver worked for years and years. And just reverting worked fine. Just uninstall and start from scratch. Remove all artifacts from...
Thanks!
The upstream bug got fixed. There is a `maint-3.10` branch now. I'll close this for now. Let me know, if there are still issues.