https://github.com/jekyll2014/btstation_esp32
RFID-enabled marking device for orienteering competitions (ESP32)
https://github.com/jekyll2014/btstation_esp32
esp32 rfid
Last synced: 4 months ago
JSON representation
RFID-enabled marking device for orienteering competitions (ESP32)
- Host: GitHub
- URL: https://github.com/jekyll2014/btstation_esp32
- Owner: jekyll2014
- Created: 2024-08-25T13:22:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-21T10:05:17.000Z (about 1 year ago)
- Last Synced: 2025-05-22T22:40:57.346Z (about 1 year ago)
- Topics: esp32, rfid
- Language: C++
- Homepage:
- Size: 5.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RFID-enabled device for marking the NTAG21x chips for the orienteering competitions.
Refactored to run on the original ESP32 (incompatible with ESP32-C3/-S2/-S3/C6 and others) using DS3231 for the RTC clock module and MFRC522 for the RFID interface.
Based on a https://github.com/jekyll2014/BTStation
Bluetooth PIN is not available out-of-the-box for ESP32 but there are some hints how to enable it:
https://github.com/espressif/arduino-esp32/issues/4566
https://github.com/espressif/arduino-esp32/issues/9599
https://github.com/espressif/arduino-esp32/tree/master/libraries/BluetoothSerial#legacy-pairing-idf-component
https://espressif-docs.readthedocs-hosted.com/projects/arduino-esp32/en/latest/esp-idf_component.html
ToDo:
1) Optimize the workflow considering the available memory amount.
2) Consider the energy consumption optimization.