Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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

ToDo:
1) Optimize the workflow considering the available memory amount.
2) Consider the energy consumption optimization.