Compile the code and upload it to your Arduino. Next open your serial monitor. Now grab an IR Remote control (just about any one will do) and aim it at the IR receiver module. If everything is working you’ll see the codes displayed in the serial monitor. ...
Our makerspace got some new Arduino kits that come with a bunch of fun parts I hadn't played with before, including an IR remote and receiver. The kits are intended for Arduino and there are Arduino libraries to handle it, but I wanted to try it with a Raspberry Pi as well. It turn...
Wiring connection are shown in the picture and Arduino code is given here. Attachments ir_on.ino Download Step 3: Step 3: Switching by RFID Due to my budget problem I am unable to buy a RFID reader but I will tell you how to do that, Simply, Connect RFID reader's Tx to Rx of Ar...
The code is designed with setup and loop functions to make porting to Arduino easier. Setup function sets relay pins as output and TSOP pin as input then starts TMR0 by setting its prescaler. void loop(void){ //-- Scheduled tasks. //... //-- Generate time base. while(!mIsTimerExpire...
nalancer08 / Arduino-RFID-Library NamesMT / MFRC522 navapalo / rfid navigator29 / rfid Nazgrish / rfid Necromantic / rfid neeraj1928 / rfid NeonSwan / rfid nevsolutions / rfid nfc-rfid-reader-sdk / MFRC522_PN512 nguyennhutninh / rfid NicolaCoppola / rfid Nidson / ...
The arduino script is attached to this page. It has two modes The first is search mode This mode searches for devices in the target deck. The second is Learn mode. (Tim Kuester assisted me in developing this. Lean mode was his idea and its great.) He assists but likes to make sure...
blynk - Platform with iOs and Android apps to control Arduino, ESP8266, Raspberry Pi and similar microcontroller boards over the Internet. (Source Code) AGPL-3.0 Java CUPS - The Common Unix Print System uses Internet Printing Protocol (IPP) to support printing to local and network printers. (...