KimlongSeng
KimlongSeng
I can't seem to get it to work now. "make" is having error with theses lines of code: 1. " *out = ( *)" 2. r ::io_signature::make(, , sizeof()), 3....
Update: I manage to get the miller_decoder block show up with getting an error in the gnuradio, and fix the nfc lib error by add path to python sys manually....
I see it is probably something to do with importing modual from python2+ to python 3+. Thank you for the reply :) @t812206236
I reinstall gnu radio with pybomb, and it does not recognize the rtlsdr_source at first , but after installing rtl-sdr., it still show "AttributeError: module 'nfc' has no attribute 'modified_miller_decoder'"...
Hey @Joecorleone how did you fix that issue?
> Can it run on GNU Radio 3.8 ? I am running Dragon OS and I cannot cmake-it. Thank you I believe it can, I have seen people get it...
Tired Both it doesn't recognize the modified miller decoder block. The way I get it to recognize is to go to the pull request that t81220626 make :https://github.com/t812206236/gr-nfc/tree/769bfd816f20267a89bb2a0c1aeabd2099ca308c and download...