Skip to content

Implementation of RFID-RC522 node.js websocket server using ESP8266 (NodeMCU V3) over WiFi network

Notifications You must be signed in to change notification settings

retr00exe/rfid-nodemcu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime RC522 RFID Reader with Node.js and ESP8266

Signal Pin
RST/Reset D3
SPI SS D8
SPI MOSI D7
SPI MISO D6
SPI SCK D5

ESP8266 and RC522 pinout

How To Run

  1. Install and run the server first
npm install
node server.js
  1. Enter your SSID, password and IP adress of your server inside rfid.ino
  2. Build .ino file using PlatformIO Build
  3. Upload the compiled file to ESP8266

PS : This project structure based on PlatformIO IDE for VS Code but you can also edit the .ino file using Arduino IDE and run node.js server separately

About

Implementation of RFID-RC522 node.js websocket server using ESP8266 (NodeMCU V3) over WiFi network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published