Martin Dagarin

Results 23 comments of Martin Dagarin

If anybody still needs solution, I fixed it with sed: ``` cd build cmake ../ -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_LIBDIR:PATH=lib && \ sed -i 's/^prefix=.*/prefix=\/usr/g' librtlsdr.pc && \ sed -i 's/^exec_prefix=.*/exec_prefix=\$\{prefix\}/g' librtlsdr.pc &&...

Hi, array size limit depends on size of RAM that chip has and object size that you store in array. If size exceeds more memory than available it will probably...

I probably have an idea, problem is that function doesn't return anything when index not found but it should. I probably haven't finished that part. Currently I don't have spare...

Glad to hear it. Looking forward to it.

Hi, I also have problems with library on raspberry pi, but I can read tags. - check if device is correctly connected to raspberry pi (check pinout,connections ...) - check...

Hi, would you be prepared to add support for mentioned tag to library ? Cheers

Would you like to add support for this tag to library ?

Currently I only use NTAG21x and Mifare Desfire tags

Could you please provide source code for this section ?