Pablo
Pablo
I'm still with this problem. Any suggestion?
Hi @adriate No, this week I've taken up this issue because I really need fixed it. This function hang up my procesos but I'm really using libfreefare. I've detected tag,...
Hi @adriate Finally I found the solution to infinite loop on `nfc_initiator_select_passive_target` if you remove the card just before. You can set to `false` the follow property `nfc_device_set_property_bool(tag->device, NP_INFINITE_SELECT, false)`...
Hi @SloCompTech I'm testing with this: ` MifareDESFireAID aid = mifare_desfire_aid_new(0x00010000);` ` res = mifare_desfire_select_application(tag, aid); cut_assert_success("mifare_desfire_select_application()");` uint8_t s, c; res = mifare_desfire_get_key_settings(tag, &s, &c); cut_assert_success("mifare_desfire_get__key_settings"); uint8_t v; mifare_desfire_get_key_version(tag, 2,...
@smortex I was doing what you said and two steps authentication works nice. Wherever, I got involved in this modification because the Desfire reading times are too slow and i...
@SloCompTech I'm using SPI
Yes. I checked the settings first of all. Up to 3,5MHz works fine but reading speed is still slow
Hi, I've never used DTrace, but I'm testing with libfreefare's debug mode and linux timestamp (timeval). Will I get more information if I use DTrace? These are the traces where...
> I had this feature on my NAS. It took a week to index 10000 photos, but it works when I am asleep. The results are absolutely awesome. Just saying...
@wuweituzi You can read this issue with the same problem and its resolution. https://github.com/braiden/python-ant-downloader/issues/30