Skip to content

A tiny ESP32 device that interacts with RFID + NFC devices using the PN532 chip.

License

Notifications You must be signed in to change notification settings

dkyazzentwatwa/cypher-pn532

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CYPHER NFC

A tiny ESP32 device that interacts with RFID + NFC devices using the PN532 chip.

RFID/NFC Module

  • This project leverages the ESP32-C3 Super Mini microcontroller, featuring a robust setup with an SSD1306 128x64 OLED screen, an SD card module, three input buttons, and a PN532 RFID/NFC module.
  • The schematics and PCB files are available for you to create yourself!
  • Get $5 for new users when you make it at PCBWay! https://pcbway.com/g/87Pi52

Current Features

  • RFID/NFC Functionality: Read UUID, NDEF messges and potentially write data using the PN532 module.
  • SD Card Operations: Seamlessly read, load, and delete files on the SD card.
  • User Interface: Navigate options with three buttons connected to the OLED screen.

Future Features

  • Improve menu flow and button handling*
  • Save scans to SD card : After reading RFID/NFC, save data to SD Card
  • Write from SD card : Enter write menu, select SD Card, & choose which data to write.

More updates will be added soon!

Parts List

Component Description
ESP32-C3 Super Mini Microcontroller with Wi-Fi and Bluetooth support
SSD1306 128x64 OLED Display .96-inch screen for displaying information
SD Card Module Module for reading and writing SD cards
PN532 RFID/NFC Module Module for RFID/NFC reading and writing
Push Buttons 3 buttons for user interaction
Resistors 10kΩ resistors (optional)
Breadboard For prototyping connections
Jumper Wires For making connections between components
3V Power Supply Suitable power source for the ESP32

Parts used to make this device:

Wiring

SD Card Module

  • CS: Pin 10
  • MOSI: Pin 6
  • MISO: Pin 5
  • SCK: Pin 4

Buttons

  • Up: Pin 3
  • Down: Pin 1
  • Select: Pin 2

Development and Updates

The code is under active development, with regular updates planned to enhance functionality and stability. Keep an eye on this repository for the latest improvements and feature additions.

RFID/NFC Module

RFID/NFC Module

RFID/NFC Module

RFID/NFC Module

RFID/NFC Module

RFID/NFC Module

About

A tiny ESP32 device that interacts with RFID + NFC devices using the PN532 chip.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages