Git Product home page Git Product logo

wiattend's Introduction

wiattend

RFID attendance system realized using MFRC522 and ESP32.

Overview

When user apply RFID card on the RC522 module, ESP32 will detect presence of card and read the serial number. ESP will send serial number to the NodeJS server (wiattend-srv). Server will save new log in MySQL database, then broadcast JSON logged tag to the clients (wiattend-client) via permanent WebSocket channels, and at the end return JSON logged tag, as well, back to the ESP32.

Demo

RFID Attendance System - ESP32 - NodeJS + MySQL

Usage

Tip! Make sure to include --recurse-submodules option in time of cloning

git clone --recurse-submodules "https://github.com/abobija/wiattend.git"

Install dependencies

npm i

Connect ESP32 and run next command to upload files (set correct COM port of your ESP).

npm run upload -- --port=COM7

Used Technologies

Dependencies

Project depends on the following NodeMCU modules:

  • gpio
  • file
  • node
  • net
  • http
  • wifi
  • sjson
  • tmr
  • Modules required by rfid32, piezo32 libraries

wiattend's People

Contributors

abobija avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wiattend's Issues

addon

Hello @abobija can you help me?
I want to make an addon to the project, it consists of when you have "logs" for that tag in the last 8 hours, you decide to go to another place and allow "lunch", if there are no logs for that tag in the last 8 hours, you must deny

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.