esphome / esphome

ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
https://esphome.io/
Other
8.3k stars 3.5k forks source link

New integration request: RC522 NFC/RFID controller ($1!) #256

Closed rradar closed 5 years ago

rradar commented 5 years ago

What new integration would you wish to have? RC522 (or MFRC-522) NFC/RFID controller which is THE el cheapo version for nfc/rfid! Often comes shipped with tags (chip and card) to start the fun! image US $1.30 / set with free shipping :frowning: (Proof link: https://www.aliexpress.com/store/product/1pcs-MFRC-522-RC522-RFID-RF-IC-card-sensor-module-to-send-S50-Fudan-card-keychain/130245_32908997913.html)

If possible, provide a link to an existing library for the integration:

Is your feature request related to a problem? Please describe. I have this controller and want to switch over to use it with esphomeyaml!

Additional context Maybe the logic itself is already supported thru the PN532 Component? https://esphomelib.com/esphomeyaml/components/pn532.html

brandond commented 5 years ago

So this thing only does MiFare RFID, vs the PN532 which also supports FeliCa and ISO/IEC 18092 NFC?

OttoWinter commented 5 years ago

Duplicate of https://github.com/OttoWinter/esphomelib/issues/153

@brandond I believe it also supports ISO 18092 and the other protocols - at least the APIs for it exist.