Giter Site home page Giter Site logo

redchenjs / nfc_attendance_system_esp32 Goto Github PK

View Code? Open in Web Editor NEW
35.0 5.0 16.0 17.81 MB

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

Makefile 0.32% C 99.39% C++ 0.13% Shell 0.09% CMake 0.06%
esp32 nfc ugfx libnfc libmad attendance gif mp3 wifi st7735

nfc_attendance_system_esp32's Introduction

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

nfc_attendance_system_esp32's People

Contributors

redchenjs 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

nfc_attendance_system_esp32's Issues

When I Learning your project, I have some questions

In your main/src/core/os.c, I find some code:

    ESP_ERROR_CHECK(esp_event_loop_create_default());

    ESP_ERROR_CHECK(esp_event_handler_register(WIFI_EVENT, ESP_EVENT_ANY_ID, &wifi_event_handler, NULL));
    ESP_ERROR_CHECK(esp_event_handler_register(IP_EVENT, ESP_EVENT_ANY_ID, &ip_event_handler, NULL));
    ESP_ERROR_CHECK(esp_event_handler_register(SC_EVENT, ESP_EVENT_ANY_ID, &sc_event_handler, NULL));

Those mean create a default event loop, and put any event to this loop.

I want to know WIFI_EVENT, IP_EVENT, SC_EVENT mean what, I can't check with IDE "Go to definition" or "Go to declaration"

I google of this, I see in this website he also set same name to this position.

I want to know want it is?

The manual is this:

image

image

when I try to go to definition:
image

And when I learn freertos, in xTaskCreate also set pcName as string. Does those is one type thing?
image

Thank you!

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.