RFID-RC522: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
MIFARE NFC RFID card reader / writer
MIFARE NFC RFID card reader / writer
I am setting up a Wemos D1 Mini ESP8266 with one of these
to ostensibly control my garage door.


[http://www.esp8266learning.com/esp8266-rfid-rc522-module-example.php Arduino example]
[http://www.esp8266learning.com/esp8266-rfid-rc522-module-example.php Arduino example]
Line 16: Line 13:
  GND  G
  GND  G
  3V3  3V3
  3V3  3V3
== Garage door opener ==
I am setting this reader up with a Wemos D1 Mini and programming it with esphome. See ~/Documents/source/esphome-projects/esphome/wemos_rfid.
I put the Mini on a proto board and wired up a 12V regulator to make it easy to power in the garage.

Latest revision as of 01:54, 27 August 2023

MIFARE NFC RFID card reader / writer

Arduino example

ESPhome sensor

RST   D3
SDA   D8
SCK   D5
MISO  D6
MOSI  D7
IRQ   NC
GND   G
3V3   3V3

Garage door opener

I am setting this reader up with a Wemos D1 Mini and programming it with esphome. See ~/Documents/source/esphome-projects/esphome/wemos_rfid.

I put the Mini on a proto board and wired up a 12V regulator to make it easy to power in the garage.