Some 500 upper primary and junior high students from five regions have graduated as part of the third cohort of the Telecel ...
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, ...
In this project I did a Christmas jumper with rgb LEDs, this can also be a creative clothing project or whatever you want, it uses rgb LEDs that are controlled by an Arduino-based microcontroller that ...
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 ...
#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 ...