ARIGATOO LABS x INFRANEX

TapBox NFC Attendance

Product Landing

Smart Attendance with TapBox

TapBox is a complete NFC attendance solution combining hardware and software in one workflow. Tap card, record attendance, and monitor everything in real time.

System Overview

NFC Card TapBox Server API Web UI

Software Guide

How to use TapBox software in 4 steps.

Step 1

Open Dashboard and choose active mode

Step 2

Add card users from Users screen

Step 3

Tap NFC card or use quick tap test

Step 4

Review records and export from Analytics

Hardware Guide

TapBox hardware setup flow.

Hardware 1

Wire ESP32 with NFC reader (RC522) and OLED

Hardware 2

Connect device to local Wi-Fi and server URL

Hardware 3

Tap card to send UID from device to backend API

Hardware 4

Check OLED message and dashboard sync confirmation

Frontend Layer

User-facing pages only.

  • index.html (landing page)
  • dashboard.html (operations)
  • users.html (user management)
  • analytics.html (reporting)

Backend Layer

API endpoints and data logic.

  • api/get_mode.php and api/set_mode.php
  • api/attend.php and api/export.php
  • api/users.php
  • JSON storage: users.json, attendance.json, mode.json

Guides

Detailed setup for both software and hardware.