Ok so this is what I am trying to do.
I am looking for a way to use the RFID "RC522" on a Raspberry Pi 2.0 on Windows IOT although it is officially not compatible.
The offical one is the OM5577 demo board which is way too expensive in my country whereas the RC522 is cheap.
Also it works great on Arduino and on Raspberry Pi 2.0 on linux. But unfortunatly not yet on Windows IOT.
Arduino Board in my solution is used as bridge. It isn't an optimal solution; but works well and cost always half the price than the OM5577.
I've found this project and try to convert them into a VS (Visual C++) project with the Windows IOT SIP and IO... I wasn't able to do it.
Let me know suggestions for this.
Thanks in advance.