An Alternate RFID Key for Bike Security
by shubhamsuresh in Circuits > Arduino
6659 Views, 41 Favorites, 0 Comments
An Alternate RFID Key for Bike Security
For bike security, There is only an ignition lock switch. And it can be easily hacked by the thief. Here I come with DIY a Solution for that. It's cheap and Easy to build. It's an alternate RFID key for bike security. Let’s make it…..
To make this project we need the following components.
1. Arduino Nano x1 https://www.amazon.in/gp/product/B07C8G4N6X/ref=as...
2. RFID Module x1 https://www.amazon.in/gp/product/B07RSYCRJ5/ref=as...
3. 12V Relay x1 https://www.amazon.in/gp/product/B07JDW8Q9X/ref=as...
4. BC547 Transistor x1 https://www.amazon.in/gp/product/B07KZMMY1Z/ref=as...
5. LM7805 x1 https://www.amazon.in/gp/product/B071YMKC76/ref=as...
6. 1k resistor x1 https://www.amazon.in/gp/product/B071DJ6M3P/ref=as...
7. diode 1N4007 x1 https://www.amazon.in/gp/product/B07D1KY1GN/ref=as...
8. capacitor 470uF/16v x1 https://www.amazon.in/gp/product/B072BL2183/ref=as...
Make a circuit board as per the circuit diagram. You can use the doted PCB or can order a prototype PCB for it. I designed a circuit board for it. and order my PCBs from PCBWay.com you will get the link for PCB Gerber file here.
Place all components in their respective places and solder them carefully. After soldering, the assembled board looks nice.
Insert Arduino nano in its place. connect RFID module to the board. and it is ready to program.
Programming is not that straight forward in this project. Here you need two programs to work with. First, we have to register an RFID tag as a valid key, For that, we need to find out the UID of that card, which we are going to use as the key.
To find out UID, open the code by name, "Read RFID Card", select COM port, and board type and upload it to the Arduino nano, now open serial monitor. As you open it, you will see the status of the module, whether it is connected or not. Now simply put your card on the reader module, you will see some information print on the serial monitor. Just copy the UID from this information. After copying UID, close the serial monitor. Now open another code by name "RFID Key For Bike" and pest here that UID, copied from the serial monitor. Like this way. And now upload this program to the Arduino nano. Download source code & circuit diagram from here.
I used some hot glue and insulating foam to stick the RFID module on the Arduino nano. Soldered red wire for positive 12-volt power supply and black wire for negative supply.
Connected a pair of wires in the output terminals of the relay. These two wires are going to connect in series with the ignition switch of the bike.
I used an old plastic box to secure this whole circuit assembly. Put all things in a proper way so that it can be easily fit inside of the encloser box and closed it.
This key unit can work with any vehicle, I tried this with my Hero Honda CD Delux. By Unscrewing two screws with the help of a screwdriver and the third one by the spanner I Open the headlight cover of my bike and find out a two-wire harness, which comes out from the bottom of the ignition key.
I removed it & cut one wire from this, removed insulation on both ends of the wires, and connect them with the yellow wires, coming out from the modified key unit. And secure this joint with the heat-shrinkable tube. In this way, I connected key unit in series with ignition lock switch.
For the demonstration, I fixed this box on fuel meter by using some foam tape. You can put it in a more secure place. Layed supply wire to the battery box of the bike, in such a way, so that they will not create any hurdle in regular use of bike. And connected the red wire to the positive terminal of battery and black to the negative terminal of it.
Put back covers, on their places……… and all set.
Hope you find this useful. if yes, like it, share it, comment your doubt. & for more such projects follow me. support my channel on youtube: youtube.com/ShubhamShinganapure
Direct order PCB for this project: https://www.pcbway.com/project/shareproject/An_Alt...
Thank You...!