sgtJohnny
sgtJohnny
Thank you for your response, i sucessfully implemented and tested the function in my design, yes i do need the commands, since i use special cards that allow me to...
Added changes you advised, please review
I will try to fix this as soon as possible and try with timer
@ic-twist I remember using a blue board, but not sure if it was CLEV6630B. I've been using the code in a few own designs with the CRLC663 and ISO15693 and...
Thanks for your reply. I found a software with examples from nxp "PCSerial". My best guess is that this sends just SPI transmissions to the CLRC663 [http://www.nxp.com/documents/software/210910.zip](http://www.nxp.com/documents/software/210910.zip) If i look...
I can also confirm, i've only implemented "Inventory" without colision detection, since in my case there cannot be colision (mechanically), so it works. There is a "PcSerial" script from NXP...
okay this is a short example, there is more values, but its to much to post in a comment: you need to add new definiton for protocol type: `#define MFRC630_PROTO_ISO15693_1_OF_4_SSC26...
What MCU you use? Try to print out irq values, if arduino, use Serial.print(). If STM32 use SWO Trace Debug.
@iwanders i already cloned the repository to my desktop and i'm currently implementing the iso15693 part and try to beautify (its just lines of uncommented code rn). I will send...
Will finish work on the code this week and send to you