A cool RFID music table has been created using Arduino, iPod, and RFID tags to make it easy to change albums by simply changing the RFID tag. Each RFID tag has an individual code number relating to ...
This project turns an Arduino Nano into a fully functional RFID reader/writer device that behaves like a real commercial RFID hardware unit. Instead of acting like a simple Arduino sketch, the ...
#define SS_PIN 53 #define RST_PIN 11 #define TRIG_PIN 25 #define ECHO_PIN 23 #define pitches.h const int G1 = 2, G2 = 3, G3 = 4, Y1 = 5, Y2 = 6, Y3 = 7, R1 = 8, R2 = 9, R3 = 10; const int buzz = A2; ...