All Projects → redchenjs → nfc_attendance_system_esp32

redchenjs / nfc_attendance_system_esp32

Licence: other
NFC Attendance System | 智慧校園NFC考勤系統 | 基於ESP32的智慧校園NFC考勤系統控制器

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to nfc attendance system esp32

rfid-reader-http
PC/SC lite HTTP wrapper for reading from a remote card reader (RFID & NFC).
Stars: ✭ 27 (+0%)
Mutual labels:  nfc, libnfc
WUD-Ducky
An ESP32-S2 RubberDucky script parser, with Mouse/PenDrive support 🦆
Stars: ✭ 33 (+22.22%)
Mutual labels:  esp32, wifi
Low power TTGO T-beam
Low power consumption for TTGO t-beam
Stars: ✭ 45 (+66.67%)
Mutual labels:  esp32, wifi
ESP32 Thing
Development platform for the Espressif ESP32 WiFi/Microcontroller SoC
Stars: ✭ 66 (+144.44%)
Mutual labels:  esp32, wifi
LibTeleinfo
Librairie Universelle Teleinformation (TIC)
Stars: ✭ 77 (+185.19%)
Mutual labels:  esp32, wifi
arduino-primo-tutorials
Here some tutorials to explain and show how to make use of the new features of the Arduino Primo and Arduino Primo Core, such as Wifi, BLE, NFC, InfraRed and various sensors. Hope you can find this helpful to create amazing stuff, save the planet or make a cool project to look smart at the dinning table with your uncles.
Stars: ✭ 12 (-55.56%)
Mutual labels:  wifi, nfc
OctoWifi-LEDs-Controller
LEDs driver for ESP32 ( support ART-NET, RGB888, RGB565, Z888 )
Stars: ✭ 16 (-40.74%)
Mutual labels:  esp32, wifi
Esp32 Obd2 Emulator
Open-source OBD-II emulator based on an ESP32 + CAN transceiver IC, controllable via WiFi through a simple web UI (or via API)
Stars: ✭ 207 (+666.67%)
Mutual labels:  esp32, wifi
Eduponics-Mini
MicroPython MQTT & code example for Eduponics mini ESP32 learning kit
Stars: ✭ 41 (+51.85%)
Mutual labels:  esp32, wifi
low-power-wifi
Experiments in low-power-wifi on esp8266, esp32, and ...
Stars: ✭ 35 (+29.63%)
Mutual labels:  esp32, wifi
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+314.81%)
Mutual labels:  mp3, nfc
AG NTRIP ESP
AG Rooftop controller with NTRIP client and IMU (ESP32 Controller)
Stars: ✭ 25 (-7.41%)
Mutual labels:  esp32, wifi
Esp32marauder
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Stars: ✭ 233 (+762.96%)
Mutual labels:  esp32, wifi
android-nfc-http-tunnel
Android NFC HTTP Tunnel Demo
Stars: ✭ 28 (+3.7%)
Mutual labels:  nfc, libnfc
Esp32 Audioi2s
Play mp3 files from SD via I2S
Stars: ✭ 226 (+737.04%)
Mutual labels:  esp32, mp3
Autosteer ESP
Advanced Autosteer Sketch for ESP32 - WiFi Version
Stars: ✭ 34 (+25.93%)
Mutual labels:  esp32, wifi
Feature Requests
ESPHome Feature Request Tracker
Stars: ✭ 160 (+492.59%)
Mutual labels:  esp32, wifi
Espmqttclient
Wifi and MQTT handling for ESP8266 and ESP32
Stars: ✭ 169 (+525.93%)
Mutual labels:  esp32, wifi
wireless-esp8266-dap
ESP8266 Wireless Debugger. Based on CMSIS-DAP v2.0.0. Optional 40MHz SPI acceleration, etc. ESP8266 无线调试器
Stars: ✭ 154 (+470.37%)
Mutual labels:  esp32, wifi
issues
Issue Tracker for ESPHome
Stars: ✭ 182 (+574.07%)
Mutual labels:  esp32, wifi

NFC Attendance System

NFC Attendance System based on ESP32 chip.

Main Features

  • NFC token exchange
  • WiFi SmartConfig support
  • Audio prompt (I2S output)
  • GUI output (GIF animations)
  • OTA firmware update (HTTP / HTTPS)

Preparing

Obtain the source

git clone --recursive https://github.com/redchenjs/nfc_attendance_system_esp32.git

Update an existing repository

git pull
git submodule update --init --recursive

Setup the tools

./esp-idf/install.sh

Building

Setup the environment variables

export IDF_PATH=$PWD/esp-idf
source ./esp-idf/export.sh

Configure

idf.py menuconfig
  • All project configurations are under the NFC Attendance System menu.

Flash & Monitor

idf.py flash monitor

Board

Mini-Program Code

Videos Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].