Τρέχοντα project

Ενότητες

Sesami - NFC lock door

https://www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/

https://forums.raspberrypi.com/viewtopic.php?t=359931

 

Chrome android app

https://googlechrome.github.io/samples/web-nfc/

 

Working in windos11 after installing ACR122U drivers

from py122u import nfc

reader = nfc.Reader()
reader.connect()
reader.print_data(reader.get_uid())
reader.info()