RAIN RFID smart tags are being uses to combat counterfeit pharmaceuticals and secure supply chains for GLP-1 medications.
I had this idea of building my own bicycle lighting system totally personalized, the lights would have the exact lighting pattern I wanted and the shape I decide. That's why I started to build this ...
I needed to verify that a newly installed LoRaWAN gateway was working correctly, so I built a simple and portable testing ...
Explore the advanced tracking and espionage technology embedded in modern credit cards. Learn how this hidden tech works and what it means for your data.
This project is an Arduino-based RFID reader designed to distinguish between known pets ("good kitties") and unknown animals ("bad kitties"). When an unrecognized animal is detected via its RFID tag, ...
#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 ...