3D Printed RFID Door Lock - Using Arduino Uno and 5V Stepper motor (free .stl files and code)

Поділитися
Вставка
  • Опубліковано 16 січ 2025

КОМЕНТАРІ • 85

  • @xfabiosoft
    @xfabiosoft 4 роки тому +9

    Happy face when you came back after a long weekend and... batteries are expired! ...

  • @OlafurJonBjornsson
    @OlafurJonBjornsson 4 роки тому +6

    one improvement that comes to mind, mirror the whole thing, keep the mechanishm on the wall, hide the box somewhere, and plug it in

    • @Shadow__X
      @Shadow__X 3 роки тому

      And put an emergency method like a code combination lock somewhere hidden on the outside

  • @abhishekbhanderi6013
    @abhishekbhanderi6013 4 роки тому +1

    Hey! Its a good explanation. Crisp and precise ,well done

  • @Eden_M
    @Eden_M 3 роки тому

    1:40 this old tony style cut, loved it haha 👌

  • @togitegan9889
    @togitegan9889 3 роки тому +2

    I have a suggestion for future projects where a mechanical switch is required to determine a binary position of a sliding part. Instead of using a push button which requires somewhat precise positioning, use a microswitch with lever, which can be pressed up by the rod sliding along it.

  • @fswarrior9510
    @fswarrior9510 4 роки тому +1

    Good video and good explanation, keep it up bro

  • @alextrezvy6889
    @alextrezvy6889 Рік тому

    02:27: Why he uses 3 fans instead of 1? Is 1 fan not enough?

  • @justkalola6604
    @justkalola6604 4 роки тому +3

    woooooooo great going my friend

  • @ZeroLocc
    @ZeroLocc 4 роки тому +1

    I keep seeing people installing door locks with these motorized devices that Take 5 Seconds to open. But all you need is a spring for that Bolt. The bolt and spring go inside of a casing so that when you release the motor the door pops open quickly and when you go to lock the door the motor would take five seconds to lock it when time is not the essence. Does that make sense?

  • @IndrekL
    @IndrekL 4 роки тому +6

    Hey!
    You are showing the wrong version of your Arduino code in the video :)
    There is no way that this is working. You should use the "mfrc522" at least once inside the "loop" to get the RFID code from the card reader.
    Currently, you are always comparing the code "EA A3 DB 81" to an empty string.
    String content = "";
    // initilze an empty string
    content.toUpperCase();
    // empty string to upper case is still empty
    if (content.substring(1) == "EA A3 DB 81") // check if empty string equals "EA A3 DB 81"

    • @abobija
      @abobija 4 роки тому +1

      Yup. That's right. Block of code inside of IF condition will never be executed.

  • @alice20001
    @alice20001 4 роки тому +1

    God that opening with the sharpie noises just kill me

  • @Archie_12321
    @Archie_12321 3 роки тому

    hey mate thanks a tonne for this, i am making my own version with a remote control and your stl files
    worth the sub

  • @maverickstclare3756
    @maverickstclare3756 4 роки тому

    Fun project. Kiitos.

  • @SebTard
    @SebTard 4 роки тому

    I'm making the same thing but with magnets and a printed circuit, it's a little bit more expensive to do a personalized printed circuit but it's better than the cable jungle, still the 3D printed stuff looks really good

  • @lelandclayton5462
    @lelandclayton5462 4 роки тому +1

    A few things. Could use a ESP8266 such as the D1 Mini so it makes the overall size smaller. Could of taken a Barn Door Lock and modified it with 3D printed parts to add the Stepper portion. Ditch RFID and use MQTT so all you need is a App to control it and no need for anything on the exterior part of the Door.

    • @aeroworxsg7597
      @aeroworxsg7597 4 роки тому

      what to do when phone battery is flat and the charger inside?
      ( maybe just kick the door and the plastic lock breaks hehe )

  • @sbmfighter
    @sbmfighter 2 роки тому

    excellent work !

  • @VINInvents
    @VINInvents 4 роки тому +1

    How can you unlock and lock the door from the inside?

  • @julianreichwein5790
    @julianreichwein5790 4 роки тому +2

    Apart from the mechanical weakness, you could open the door by cutting the wires going to the RFID Module and just send a "granted" signal or connect your own RFID reader. Why not put the reader behind the glass? It would probably still work

    • @TNoStone
      @TNoStone 4 роки тому

      As if somebody is going to do all that

    • @paulz1780
      @paulz1780 3 роки тому

      I know I'm a bit late, but these RFID Readers transmit the raw data of the key. The Access Handling is done in the Microcontroller

    • @julianreichwein5790
      @julianreichwein5790 3 роки тому

      @@paulz1780 Ah okay, thanks for the information. That makes a difference

  • @sameheid2446
    @sameheid2446 4 роки тому

    Very good. I wish you great success .. but there must be a magnetic sensor for the door that sends a shutdown signal to the motor.

  • @matuhan196
    @matuhan196 4 роки тому +4

    What if you runout of battery with the door closed?¿

  • @FelipeFernandes-hz5cd
    @FelipeFernandes-hz5cd 2 місяці тому

    Hello brother, do you have the updated link for the parts?

  • @aa-hn2fd
    @aa-hn2fd Рік тому

    Can you modify one for me so it attaches to a door knob of any size?

  • @PowerGearPerformance
    @PowerGearPerformance 4 роки тому

    Great work!

  • @cryora
    @cryora Рік тому

    What if the electrical connections fail and it locks you out?

  • @UnwrappingByMimiKoteng
    @UnwrappingByMimiKoteng 4 роки тому +2

    Amazing

  • @jarisipilainen3875
    @jarisipilainen3875 4 роки тому +1

    4:47 pushhhh harder..and its glass door xD

  • @jagr1692
    @jagr1692 3 роки тому

    Could u make a flow switch with a pump I have a desgin

  • @idontmindpineappleonpizza8825
    @idontmindpineappleonpizza8825 4 роки тому +12

    “Was man”
    What happened

  • @marukaneko5366
    @marukaneko5366 4 роки тому +1

    What happens when you outside locked and the battery dies??? Hmmmmmmm...

  • @coelho5br
    @coelho5br 3 роки тому

    What’s the frequency to recharge the battery ?

  • @lensnlarge970
    @lensnlarge970 4 роки тому

    may i opt for 5v direct current supply instead of battery ?

  • @DamjanDimitrioski
    @DamjanDimitrioski Рік тому

    What's the linear shaft Rail rod diameter and length?
    I can select model from:
    6x100 6x200 8x100 8x200?

  • @qm7669
    @qm7669 11 днів тому

    I realize this is an old video but the link to the code and the product links are all broken. Any chance you could update them? The code would be helpful at least. Thanks

  • @gingertimelord5
    @gingertimelord5 2 роки тому

    I would like to build this for fun, but the code link is dead

  • @xcruell
    @xcruell 4 роки тому +19

    One kick and that lock is *gone* :D

    • @charadremur333
      @charadremur333 4 роки тому

      Prevent honest people from doing dishonest things. It is a deterrent.

    • @FFlaminscorpion
      @FFlaminscorpion 4 роки тому +1

      Well kappa i guess me and you have to make a steel version/ door

    • @xcruell
      @xcruell 4 роки тому

      @@charadremur333that's a good point

    • @xcruell
      @xcruell 4 роки тому

      @@FFlaminscorpion absolutely my thought

    • @FFlaminscorpion
      @FFlaminscorpion 4 роки тому +1

      @@xcruell once i get a job we are doing it, no and, if or buts

  • @markos-bunte-welt
    @markos-bunte-welt 4 роки тому

    it's great but there is a small problem
    how do you get the door open when the battery is empty :-)

    • @Slaatje01
      @Slaatje01 4 роки тому

      Just kick the door, the plastic lock will break!

  • @Shadow__X
    @Shadow__X 3 роки тому

    I think it would be better to use the lock that is already in the door (like with these locking knobs you can get for bathroom doors), instead of making a weak one (compared to main lock)

  • @xavier_le_x
    @xavier_le_x 4 роки тому

    What will happen when the battery will not be powered enough , when it will be empty ?

  • @ayberkatescelik1309
    @ayberkatescelik1309 2 роки тому

    What an nice work, But when I open arduino code it says "File does not exist" maybe you can generate an new github link or something.

  • @jarisipilainen3875
    @jarisipilainen3875 4 роки тому +7

    secure as hell even lost rfid tag you can break in xD

  • @denzelsprit5407
    @denzelsprit5407 4 роки тому +4

    Foot vs. DoorLock

  • @DenzCasuela
    @DenzCasuela 4 роки тому

    why would you need a breadboard for just that few components

  • @TungPham-xd2ho
    @TungPham-xd2ho 4 роки тому

    When the system fails, how do I get inside the room?

  • @CryptoWorld2
    @CryptoWorld2 4 роки тому

    I really thought you were gonna kick the door open at some point lol

  • @tbhinteractieve
    @tbhinteractieve 4 роки тому

    Instead of button maybe you could use endstop :)

  • @justin60222
    @justin60222 4 роки тому

    What happens if it fails?

  • @muizrazman28
    @muizrazman28 3 роки тому

    can i get that 3D print file?

  • @kedarprabhudessai
    @kedarprabhudessai 4 роки тому

    Cool... Checkout Spintly access control system

  • @RenatoGloe
    @RenatoGloe 2 роки тому

    Hey! The code file is down, could anyone who still have it upload it?

  • @piyushnayak2630
    @piyushnayak2630 3 роки тому

    arduino code link aint working

  • @dickusbigus2079
    @dickusbigus2079 4 роки тому

    Who tf at UA-cam HQ thought double ads is an amazing idea

  • @ايمنالبكري-ك8ظ
    @ايمنالبكري-ك8ظ 2 роки тому

    The code has lost from location

  • @ZGSJHHM
    @ZGSJHHM Рік тому

    哈哈,同款步进电机驱动板

  • @sheet-son
    @sheet-son 4 роки тому

    Bracket is too thin near screws. Would easily break if someone kicked the door

  • @JarppaGuru
    @JarppaGuru 2 місяці тому

    rfid is so nice and secure only need phone hack it. mean there nothing to hack lol

  • @mechsparks
    @mechsparks 4 роки тому

    Make more video using arduino

  • @engineer13yearsold29
    @engineer13yearsold29 4 роки тому +1

    я не могу понять, русский он или нет, потому что акцент и имя кота намекают на то что он русский.

  • @angadsingh4515
    @angadsingh4515 4 роки тому

    Great, But it seems tangible

  • @alpha_pixel_
    @alpha_pixel_ 4 роки тому

    Cast some metal in that model.. 3d printed parts is 1 push breaking

  • @mohitawatade
    @mohitawatade 4 роки тому

    Just short the two wires coming from inside

  • @Alex-sc6yy
    @Alex-sc6yy 4 роки тому

    You could have secured it with double sided tape instead of screws lol

  • @keydarkman
    @keydarkman 3 роки тому

    de una patada lo hago volar esa cerradura.

  • @SCHERBAKOV-VLADIMIR.
    @SCHERBAKOV-VLADIMIR. 6 місяців тому

    Arduino code:????????????????????????????

  • @markrichardson1171
    @markrichardson1171 4 роки тому

    pointless but nice idea