Security Access using MFRC522 RFID Reader with Arduino ===================================================================== This blog post shows a simple example on how to use the MFRC522 RFID reader. I’ll do a quick overview of the specifications and demonstrate a project example using an Arduino. Description RFID means radio-frequency identification. RFID uses electromagnetic fields to transfer data over short distances. RFID is useful to identify people, to make transactions, etc… You can use an RFID system to open a door. For example, only the person with the right information on his card is allowed to enter. An RFID system uses: tags attached to the object to be identified, in this example we have a keychain and an electromagnetic card. Each tag has his own identification (UID). two-way radio transmitter-receiver, the reader, that send a signal to the tag and read its response. Specifications Input voltage: 3.3V Frequency:...
Arduino Obstacle Avoiding Robot In this tutorial I will show you how to make your own obstacle avoiding robot! We will use the Arduino uno board and an ultrasonic sensor. If the robot detects an object in front of it, with the help of a small servo motor, it scans the area left and right in order to find the best way to turn. It has also a notification LED, an buzzer to play a tone when an object is detected and an button for changing the function of the robot (stopped / moving forward). It's very easy to make it! For this project you will need: Arduino UNO Computer Board Mini breadboard L298 motor driver module 2x dc motors with wheels HC-SR04 ultrasonic sensor Micro servo motor Button Red LED 220 Ohm resistor 9V battery holder (with or without power jack) 8 spacers (male-female), 8 nuts and 8 screws You will also need one big (metal) pap...
================================================================== Using the L239D motor driver IC From Microcontroller we can not connect a motor directly because microcontroller can not give sufficient current to drive the DC motors. Motor driver is a current enhancing device,it can also be act as Switching Device. Thus we insert motor driver in between motor and Microcontroller. Motor driver take the input signals from Microcontroller and generate corresponding output for motor. Motor Driver IC L293D : This is a motor driver IC that can drive two motor simultaneously. L293D IC is a dual H-bridge motor driver IC. One H-bridge is capable to drive a dc motor in bidirectional. L293D IC is a current enhancing IC as the output from the sensor is not able to drive motors itself so L293D is used for this purpose. L293D is a 16 pin IC having two enables pins which should always be remain high to enable both the H...
Comments
Post a Comment