RFID locking cabinet/locker

Continuing the discussion from 3d fab storage closet won't open to RFID:

I didn’t want to start mucking up the thread. I think the time is coming for Metal shop to get at least one RFID locker. We are getting a spool gun & want to lock it up. The spool gun will be a training required item. It’s not just a pick it up & use it type of thing.

The demand would certainly be there to create several RFID locker/cabinet for other committees as well.

I wouldn’t mind helping build some & think if we created a build day could make several of them.

6 Likes

@Robert_Davidson can give you an update on this as we are looking into this system.

We could certainly use RFID in Creative Arts as well

2 Likes

Still working on a few solutions so not ready to report on anything yet.

I would love to be part of build day from a learning perspective.

I think we could model off of the 3D Fab one & improve it.

I’d like to learn some of the RFID, I usually learn by the sink or swim technique though.

2 Likes

Same. But would be nice intro to both the metal cabinets and how to leverage the rfid tech.

Should access be logged?

I think it should. If a tool is broken & not reported or left out, it would be easier to see “who dun it”

1 Like

So the 3D Fab RFID cabinet is very simple. Using off the shelf parts and the Seville Tall Storage Cabinet from Sam’s Club ($199). I hacked the metal rods that lock the cabinet with the key and attached them to the car door actuators screwed into the cabinet (you can’t loosen them from the outside). I used a pi face digital 2 on a raspberry pi 3 with wifi for the dual relays (it’s $50 but I would just use a relay board with the GPIO controlling it next time, I wanted it plug n play). The relays open and close the lock by pulsing the actuators for 0.5 seconds, the actuators stay open or closed by the friction of the mechanism. There’s a long level arm switch that I have bent and screwed in to detect if the door is open or closed so it should lock when closed. 12VDC and 5VDC power supplies for the pi and relay/motors. @benemorius wrote the code for it to work with the generic RFID reader. @styler93gsx helped me as well wire the cabinet.

Here’s a list of all the parts used:

https://www.amazon.com/InstallGear-Universal-Power-Actuators-12-Volt/dp/B00CZBQCR2/ref=sr_1_2?s=automotive&ie=UTF8&qid=1516340766&sr=1-2&keywords=car+door+actuator

https://www.amazon.com/Element-14-PiFace-Digital-Revision/dp/B00O5SZ5IK/ref=sr_1_1?ie=UTF8&qid=1516340780&sr=8-1&keywords=piface+digital+2

https://www.amazon.com/WINGONEER-125Khz-Contactless-Proximity-Sensor/dp/B06XHJH4H1/ref=sr_1_5?s=electronics&ie=UTF8&qid=1516341332&sr=1-5&keywords=RFID+reader+usb

https://www.amazon.com/Raspberry-Pi-RASPBERRYPI3-MODB-1GB-Model-Motherboard/dp/B01CD5VC92/ref=sr_1_3?s=pc&ie=UTF8&qid=1516340812&sr=1-3&keywords=raspberry+pi+3

https://www.amazon.com/Samsung-MicroSD-Adapter-MB-ME32GA-AM/dp/B06XWN9Q99/ref=pd_bxgy_147_img_2?_encoding=UTF8&pd_rd_i=B06XWN9Q99&pd_rd_r=KC46C83KB1H8ZY78TCSY&pd_rd_w=5IVqP&pd_rd_wg=fsjII&psc=1&refRID=KC46C83KB1H8ZY78TCSY

https://www.amazon.com/Uxcell-a11021800ux0120-Switch-Straight-Action/dp/B0050HKB8O/ref=sr_1_2?s=industrial&ie=UTF8&qid=1516340880&sr=1-2&keywords=Long+Straight+Hinge+switch

https://www.amazon.com/inShareplus-Mounted-Switching-Connector-Adapter/dp/B01GD4ZQRS/ref=sr_1_4?ie=UTF8&qid=1516341026&sr=8-4&keywords=12v+dc+power+supply

https://www.amazon.com/CanaKit-Raspberry-Supply-Adapter-Charger/dp/B00MARDJZ4/ref=sr_1_4?s=electronics&ie=UTF8&qid=1516341054&sr=1-4&keywords=raspberry+pi+power+supply

https://www.amazon.com/AmazonBasics-6-Outlet-Surge-Protector-Power/dp/B00TP1C51M/ref=sr_1_2_sspa?s=electronics&ie=UTF8&qid=1516341074&sr=1-2-spons&keywords=power+strip&psc=1

Sorry I haven’t documented this all on the Wiki, I’m sure it’s not the best solution but it’s the solution I came up with off the shelf parts just to get it done, since DMS has been trying to come up with an RFID locker solution for years and nothing has come up yet, I wanted to be the first to actually make something that works.

3 Likes

I know of three ways to electronically lock a cabinet…

  • Bar / bolt. @themitch22 has a good example above. They work. They’re cheap. But, when they are “locked” the door cannot be closed.

  • Magnetic. The little cabinet for the MultiCam pendant is a good example. @themitch22 described some drawbacks here. One of the other drawbacks is how trivial they are to defeat if power is provided from an outlet (just unplug it). But, the door can be closed without having to rescan the RFID tag.

  • Slam latch. This is a good example.

Do you have a preference for the spool gun cabinet?

(Ideally, we would have something the supports all three; just put the wires in the correct places.)

Slam latch would work. You’d just need a relay board (the pi has low source
current on outputs). For these stainless cabinets though it wouldn’t work
but for whatever purpose you have you could make it work.

They might. With a latch on the top and the bottom of the door. The door is formed sheet so the latches would probably have to be “raised” into the interior. The latch would contact the face of the cabinet then hook against the inside lip. In other words, roughly replacing the car power door locks may work. (But I am not suggestion we do that. As far as I’m concerned the 3D fabrication cabinet works well.)

I’m thinking a slam latch would likely be the better choice. Magnetic locks are great, I have 2 on a personal project. However they are large and have to be mounted just right. Additionally the magnetism may not be to good in the metal shop. You can add a battery backup, mine has the capability but I haven’t got to the recharging circuit. It would last 8 hours of being unplugged with 2 mags.

2 Likes

I was thinking of adding a 12V SLA battery parrallel to the power supply as a backup, but really if the power is off, you wouldn’t be doing much 3D printing, the mechanical failsafe works for me.

1 Like