miaoski
miaoski
Same thing here ``` ==> cmake .. -DCMAKE_PREFIX_PATH=/usr/local/Cellar/gnuradio/3.6.5.1 -DQWT_INCLUDE_DIRS=/usr/local/lib/qwt.framework/Headers -DCMAKE_IN ==> make make[2]: *** [volk/lib/CMakeFiles/volk.dir/volk_16i_s32f_deinterleave_32f_x2_a_orc_impl.c.o] Error 1 make[2]: *** [volk/lib/CMakeFiles/volk.dir/volk_16ic_deinterleave_real_8i_a_orc_impl.c.o] Error 1 make[2]: *** [volk/lib/CMakeFiles/volk.dir/volk_16ic_magnitude_16i_a_orc_impl.c.o] Error 1 make[1]: *** [volk/lib/CMakeFiles/volk.dir/all]...
I have also tried to capture OTA firmware upgrade (617.143 MHz, Download PID 0x0EDF, Table ID 0x9C). The signal is good for the set-top box, but bad for BladeRF (my...
Uploaded it to Google Drive: https://drive.google.com/file/d/103dR3SRJsx0xaM38gt3TFxtHNVqHAHH6/view?usp=sharing If it doesn't work, please tell me.
It's the other way around. I received data from Osmocom Source and decoded it, sinked in a file `test_out.ts` just like what `demo_rx.grc` does.
I can produce it here. In addition to this, GPG keys of archive.ubuntu.com have to be installed. Will send a PR if I figure out how to solve this issue....
Nvm, you can use prebuilt image or refer to born2data's fixed Dockerfile here: https://hub.docker.com/r/born2data/caffecv/~/dockerfile/
If you tested Alex's library and it didn't work, try to patch `ll_rfm9x.py` around line 440: ``` self.PL.writeRegister(RFM_REG_FIFO, 0xff) # broadcast self.PL.writeRegister(RFM_REG_FIFO, 0xff) # broadcast self.PL.writeRegister(RFM_REG_FIFO, self._TX_id) # self.PL.writeRegister(RFM_REG_FIFO, 0)...