Skip to content

📡📟 RFID logger - Microprocessor's System and Design Laboratory project at electronics faculty.

Notifications You must be signed in to change notification settings

Panicum/RFIDtagboardlogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFIDtagboardlogger

Final project to Microprocessor's System II and Design Laboratory course at Electronics faculty. Simple logger of developement boards rented by students on laboratories.

Used modules

Project uses STM32F401RE Nucleo board, NodeMCU v0.9, LCD HD44780 16x2 with I2C converter and RC522 RFID module. Moreover, it uses Firebase.

Setting up

More informations in documentation [PL]

Hardware

Connect everyting following schematic

Software

  1. Program Nucleo board using source files. During developement we used Keil software.
  2. Download necessary Arduino libs and install them: Firebase-Arduino, ArduinoJson, LiquidCrystal_I2C, ESP8266
  3. Configure NodeMCU by changing following lines of code:
#define FIREBASE_HOST "XXX.firebaseio.com"
#define FIREBASE_AUTH "XXX"
#define WIFI_SSID "XXX"
#define WIFI_PASSWORD "XXX"

After that, program using Arduino IDE.

Functions

  • Reading UID of RFID cards using RC522 module
  • Debug through UART
  • RTC
  • Connection to Firebase through Wi-Fi

Authors

License

Feel free to use.

About

📡📟 RFID logger - Microprocessor's System and Design Laboratory project at electronics faculty.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published