Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-30T17:41:22.000Z (about 1 month ago)
- Last Synced: 2024-11-30T18:31:40.027Z (about 1 month ago)
- Topics: esp32, rfid
- Language: C++
- Homepage:
- Size: 5.42 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/BTStationToDo:
1) Optimize the workflow considering the available memory amount.
2) Consider the energy consumption optimization.