Arduino Door lock with keypad + LCD + Solenoid/Relay

  Рет қаралды 23,751

SurtrTech

SurtrTech

Күн бұрын

Пікірлер: 40
@omsure4332
@omsure4332 5 жыл бұрын
U can change password without change in arduino without using laptop that's best thing I was finding the same one from many days that I got it today Thanks brother 😊😊☺
@Heggie93
@Heggie93 4 жыл бұрын
Would it be easy to add leds and a buzzer? Also swap out the key pad for an RFID?
@mahmoudmahamed3239
@mahmoudmahamed3239 4 жыл бұрын
I made a door lock system with relay connected to the solenoid it's almost the same but without push button and resistor so I want to know which part of the code should i change to make it work with my project
@SurtrTech
@SurtrTech 4 жыл бұрын
The button just opens the lock from the inside, if you remove it you can keep the code as is it no problem...
@daviddafeng896
@daviddafeng896 5 жыл бұрын
Please someone should come to my rescue, the code is giving me error when compiling.the error is as shown below no matching function for call to 'LiquidCrystal_I2C::LiquidCrystal_I2C(int, int, int, int, int, int, int, int)' What could be responsible.
@SurtrTech
@SurtrTech 5 жыл бұрын
Hello, sorry your previous comment was on hold, as I told you it's a library (LCD) problem delete the others or adapt the code to the one that you use
@daviddafeng896
@daviddafeng896 5 жыл бұрын
@@SurtrTech Thanks sir, i delete other library and it compile successfully
@fadzilnoor74
@fadzilnoor74 5 жыл бұрын
@@daviddafeng896 hello sir, how u remove other library?
@leonardcainguitan7863
@leonardcainguitan7863 5 жыл бұрын
Good day sir... What if i dont have the irf 510n transistor.. Can i use rif520 is it possible
@SurtrTech
@SurtrTech 5 жыл бұрын
Yes just check the Vds(should be higher than the solenoid voltage) and Vgs(around 5v)
@leonardcainguitan7863
@leonardcainguitan7863 5 жыл бұрын
Good day sir.. What if the powercut off.. While using ac adapter for arduino how can automatically switch into dcpower...
@SurtrTech
@SurtrTech 5 жыл бұрын
You can add an automatic power source selector, which is a project on itself.
@leonardcainguitan7863
@leonardcainguitan7863 5 жыл бұрын
@@SurtrTech can you trY it sir plzzz.. I dont know how to do that sir...
@SurtrTech
@SurtrTech 5 жыл бұрын
Sorry I've never made one, but you can check around there good examples, search for Arduino backup battery/power...
@leonardcainguitan7863
@leonardcainguitan7863 5 жыл бұрын
@@SurtrTech good day sir... Can you please show the connection between the relay and the solinoid... Sir.. Because the it is not working .. Sir
@anonymousthings6995
@anonymousthings6995 5 жыл бұрын
Hi, I dont have LCD like you, can I just use regular LCD(16pins) for this project?
@SurtrTech
@SurtrTech 5 жыл бұрын
Of course you can do it but you should reduce pin numbers... You can use the "one wire" method for the keypad.
@anonymousthings6995
@anonymousthings6995 5 жыл бұрын
@@SurtrTech what do you mean by one wire keypad? 😅 sorry I'm still new in this things 😅
@SurtrTech
@SurtrTech 5 жыл бұрын
Well if you check the wiring you'll see that there's no enough pins to add a standard LCD screen since it requires about 6 digital pins... So you can make the keypad as one wire only, you can look it up, you'll just need some resistors and you'll wire it with an analog pin, but you'll have to do a lot of changes in the code too. You can use an Arduino Mega if you want you'll have to rearrange the pins and don't forget the correct libraries and codes that you have to chose.
@leonardcainguitan7863
@leonardcainguitan7863 5 жыл бұрын
Good day sir what is the value of your resistor
@SurtrTech
@SurtrTech 5 жыл бұрын
I can't remember it's just a pull down resistor you can use 100 O 200 O 1k 4.7k 10k...
@OluwaseunAdenipekun
@OluwaseunAdenipekun 5 жыл бұрын
What can I use to substitute MOSFET IRF510N if I can find one, please reply.
@SurtrTech
@SurtrTech 5 жыл бұрын
You can use an optocoupler just look for one which diode forward voltage is 5v or below if it's below add a resistor to divide the voltage, also check the collector-emitter max voltage it should be higher than the solenoid power voltage. You can use a bipolar transistor but you'll need to add some resistors. Other MOSFETs can do the work For MOSFETs always check for the Voltage (Gate-Source) it should be 5 or 4V at typical, so it can be triggered by Arduino 5V, and check for the Max Voltage (Drain-Source) it should be higher than the solenoid voltage this one has 100V. For the bipolar ones you should consider the solenoid current, and do few calculations to find the correct resistors to use
@黒鉄一輝-d3z
@黒鉄一輝-d3z 4 жыл бұрын
what the white board name?
@SurtrTech
@SurtrTech 4 жыл бұрын
Just look for mini or tiny breadboard...
@DillonGaming036
@DillonGaming036 5 жыл бұрын
Hey man it is giving me this error Keypad_doorlock_relay:50: error: no matching function for call to 'LiquidCrystal_I2C::LiquidCrystal_I2C(int, int, int, int, int, int, int, int)'
@SurtrTech
@SurtrTech 5 жыл бұрын
Sorry for being so late, I didn't get the notification, this is a library problem, either you didn't install it or you already have one that's not compatible with this function, so you either install it or adapt the code to the library you use.
@albyaleachannel1571
@albyaleachannel1571 5 жыл бұрын
Bagaimana kalau ada pemadaman dari pembangkit listrik
@SurtrTech
@SurtrTech 5 жыл бұрын
?
@InezAtalika
@InezAtalika 4 жыл бұрын
sir what type of solenoid do you use? please notice me :) thankyou sir..
@SurtrTech
@SurtrTech 4 жыл бұрын
12V 0.4A Solenoid door lock...
@InezAtalika
@InezAtalika 4 жыл бұрын
@@SurtrTech can i use 12v 1A sir??
@SurtrTech
@SurtrTech 4 жыл бұрын
@@InezAtalika Yes, the transistor I used can support up to 5.6A... Check your transistor data sheet if you're using another.
@InezAtalika
@InezAtalika 4 жыл бұрын
@@SurtrTech thank you sir for your answer is very helpful🙏
@theeleganttv3608
@theeleganttv3608 5 жыл бұрын
The link of the code doesn't work please send it in email
@محمدمحمود-ز2م4ه
@محمدمحمود-ز2م4ه 5 жыл бұрын
thanks
@kimlonglieb8227
@kimlonglieb8227 5 жыл бұрын
thank teacher
@yogeshitaliya473
@yogeshitaliya473 5 жыл бұрын
😍😍😍😍😍
Arduino Password based locker System || Arduino keypad solenoid lock||
4:37
Creative Pradeep - The Home of Electronics
Рет қаралды 10 М.
Arduino DIY Matrix Light Game: Build & Code with Keypad Library
12:23
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
$25 DIY "Smart" Door Locks - ElectroMagnet + Sonoff + Tasmota
11:44
DrZzs & GrZzs
Рет қаралды 306 М.
Using Keypads with Arduino - Build an Electronic Lock
28:17
DroneBot Workshop
Рет қаралды 242 М.
Arduino Garden Controller - Automatic Watering and Data Logging
9:13
Practical Engineering
Рет қаралды 3,1 МЛН
Arduino Keypad Solenoid Lock
3:31
Viral Science - The home of Creativity
Рет қаралды 69 М.
Arduino Door Lock using I2C LCD and  Keypad
5:35
Vector X
Рет қаралды 45 М.
Faulty Ubiquiti POE Network Switch | Can I Fix It?
31:22
Buy it Fix it
Рет қаралды 45 М.
You can learn Arduino in 15 minutes.
16:34
Afrotechmods
Рет қаралды 10 МЛН
Why build an entire computer on breadboards?
28:43
Ben Eater
Рет қаралды 3,2 МЛН
Stepper Motors with Arduino - Controlling Bipolar & Unipolar stepper motors
50:22
How To Make RFID Door Lock | Passcode & 5 Different Tag IDs
10:41
Kiyani's Lab
Рет қаралды 22 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН