Adds rfid example code.

This commit is contained in:
Simon Weidacher
2021-12-26 14:00:30 +01:00
parent 68f1427155
commit 1788c9e5aa
6 changed files with 78 additions and 2 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# Kidsbox
### RFID
_The MISO/MOSI pins are not inverted on host/chip_
Connection Table:
|RC522 Pin|ESP32 Lyrat v4.3 Pin|GPIO Number|
|-|-|-|
|3.3v|3.3v|-|
|RST|3.3v|-|
|GND|GND|-|
|SDA|SCLK|5|
|SCK|SCK (I2C header)|23|
|MOSI|LRCK|25|
|MISO|DSDIN|26|