I ran code which read the id of the card and output it to serial to my computer terminal. Then I replaced the char tag line with the one I read.
I am working on adding and disallowing cards purely by code but I haven't touched the project in quite some time.
But it shouldn't be difficult. I would have to add some conditions to be met by a master id and and add any tag ids that come after into eeprom and then compare against that if they are allowed or not.
Basically the servo arm has a metal pin i bent to connect to the lever (ill draw up a diagram of it just remind me)
and the servo is wedged under the deadbolt and the door in this order
Deadbolt
servo
Door
Note, this is NOT secure because the bolt its self can be pushed back in. It was just POC to see if I could get the basics down. Getting an electronic jam latch is a good safe way.
The code is all on my website (and ill put the pde files up soon-ish.)
damn dude if you had that set up just stick a screw driver into the lock and turn lol.
animationdevil1 7 months ago
@animationdevil1
Obviously an electronic locking jam would be used with this.
And yes your finger could have opened this the way it was set up.
mjt8814 7 months ago
@Eggbowls
Undergrad project? Not a chance. You should go write your own code instead of leeching from someone else.
mjt8814 10 months ago
Nice project and thakn's for the code.
I've just got one question?
"How do you pick wich id card to do the unlock procedure?
Well i guess it has to be with this line in the skecht code: "char tag[12] = {'s', 'e', 'c', 'r', 'e', 't', 't', 'a', 'g', '!'};"
can you tell me please how to add and reject a card?
thank you again and good project you have!!
ISHBEN =)
thepimping666 1 year ago
@thepimping666
I ran code which read the id of the card and output it to serial to my computer terminal. Then I replaced the char tag line with the one I read.
I am working on adding and disallowing cards purely by code but I haven't touched the project in quite some time.
But it shouldn't be difficult. I would have to add some conditions to be met by a master id and and add any tag ids that come after into eeprom and then compare against that if they are allowed or not.
Basically a white list.
mjt8814 1 year ago
How does your servo attach to the deadbolt? I am very interested. Amazing project
MultiTalanted 1 year ago
@MultiTalanted
Basically the servo arm has a metal pin i bent to connect to the lever (ill draw up a diagram of it just remind me)
and the servo is wedged under the deadbolt and the door in this order
Deadbolt
servo
Door
Note, this is NOT secure because the bolt its self can be pushed back in. It was just POC to see if I could get the basics down. Getting an electronic jam latch is a good safe way.
The code is all on my website (and ill put the pde files up soon-ish.)
link is in description
mjt8814 1 year ago
could u share the code?
cross7fu 1 year ago
@cross7fu
Read the description for the link to my website.
mjt8814 10 months ago