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

https://github.com/ericogr/idf-mfrc-card-reader-example

MFRC522 Card reader using ESP32 IDF
https://github.com/ericogr/idf-mfrc-card-reader-example

Last synced: about 1 year ago
JSON representation

MFRC522 Card reader using ESP32 IDF

Awesome Lists containing this project

README

          

# Card MFRC522 example esp32 idf

CLONE
=====

```
git clone --recurse-submodules -j8 git://github.com/ericogr/idf-mfrc-card-reader-example/
cd idf-mfrc-card-reader-example
make flash && make monitor
```