#define SS_PIN 10 // Definindo o pino para conexão do módulo RFID #define RST_PIN 9 // Definindo o pino para conexão do módulo RFID MFRC522 mfrc522(SS_PIN, RST_PIN); // Informa no programa quais os ...
Abstract: Due to the characteristics of P2P network, the correctness of P2P RFID code resolution service is not guaranteed. In this paper, a novel secure communication mechanism for the P2P RFID code ...
This library allows you to make the ESP32 act as a Bluetooth Keyboard and control what it does. The BleKeyboard interface is almost identical to the Keyboard ...