ElectronicCats / ElectronicCats-PN7150

Arduino library for I2C access to the PN7150 RFID/Near Field Communication chip
MIT License
33 stars 15 forks source link

Is Card emulation possible? #49

Closed LeSuedois closed 1 year ago

LeSuedois commented 1 year ago

Hello, I have some PN7150 Boards laying around and I want to make a little Arduino project where visitors of my install can scan this board and get the link to the projects page. Is this possible with this library? I saw stuff in the library that let me think it's possible.. If it's possible but not yet implemented I think I will do the code and PR.

Thank you, Simon

jazhe commented 1 year ago

Hello Simon! It is possible to emulate a card but to share a URL you must do it with NDEF (which is not implemented yet). Your contributions are so welcome!

Best, Electronic Cats Support Team

sabas1080 commented 1 year ago

25