3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Microcontroller's based Password Locker

Microcontroller\
«
  • DSC_0017.JPG
  • DSC_0019.JPG
Hello Everybody , the goal of this instructables is to learn how to do a simple locker for your room, or anything which need to be safe.

I've made it on a non-soldering card but there is the PCB if you want to make it ! 

Here is the list of differents components that we will need:

- A Microchip microcontroller 16F88 (but all mid-range of microchip will be good)

- Some wires

- 2 LEDs (a green for granted access and a red for denied access, i'm using a pcb with 3 leds the third if when the keypad wait)

- A keypad 3x4 (I'm using an old one but you will find it in every electronics shop)

- 3 Pull-up resistor 47Kohms (needed to make a logical "low")

- 2 resistors for the Leds (221 ohm will be enough)

- A 9 V battery (with the connector) and a regulator MCP 1702 (from microchip)

- 4 capacitors 100µF 16V / 10µF 16V / 100nF / 100nF

- A way to program the 16f88 ( like http://www.instructables.com/id/All-pic-programmer/ or buy a pickit http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en010053 )

(The components like the 16F88 and the MCP 1702 can be obtained by asking samples from microchip)

OPTIONAL : A multimeter to test the circuit.
                      Other components if you want to had a sound when the code is wrong (like a buzzer)

So if you're ready , Let's Go ! 

 
Remove these adsRemove these ads by Signing Up
 

Step 1The regulator parts

The regulator parts
«
  • MCP_pin.png
  • Schema_Regulateur.PNG
We need to build the regulator part which will power the microcontroller !

So take the following components : 

- MCP 1702 Regulator

- The 4 capacitors (100nF, 100nF , 10µF 16V , 100µF 16V)

- Some little wires

- The male connector

- The battery connector

And finally the non-soldering board (or something similar)

------------------------------------------------------------------------------------------------------------

At first place the MCP on the board, like on the picture,
then put the 4 capacitors between the Vin and the Ground,the Vout and the ground following the schematics.

Now just put the +5V away with a wire, we will connect it to the microcontroller later.

« Previous StepDownload PDFView All StepsNext Step »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
1
Followers
1
Author:MadCreator