Earlier quoted context omitted.
Cost/performance, time to market, IDE, ability for others to understand
Cost will be lower with your own design because you'll integrate other components on the same board. It needs power, probably battery backup too. It needs to control some coil of electromagnetic lock. Access control is more than just flashing LEDs. It has IDE because ESP32 has IDE.
InstaNFC – Access Control Hardware for Developers
21–25 of 25 posts
Re: InstaNFC – Access Control Hardware for Developers
#22It's not a good idea to have the decision making happening on the outside of the door you want to protect. Ideally, the outside component should just be the antenna and the microcontroller should be on the inside of the door. As they demonstrate in the video, you can open their example case with a screwdriver, so then you could either short some connections to release the door lock (if it's self-contained), or connec…
Re: InstaNFC – Access Control Hardware for Developers
#23NFC tags aka MIFARE Classic and the like? Those would be susceptible to cloning with something like Chameleon Tiny and to repeater attacks. You need actual contactless smartcard support if you want to use it for something serious. Otherwise be ready for LockPickingLawyer making an example of you of how not to do it, he already has similar videos about it. PC/SC compatible stuff is out there if you know where to look…
One can make this system as secure as the specs require it to be: brick clones, reject certain tag types, add encryption, add counters, perform analysis server side, etc.
Re: InstaNFC – Access Control Hardware for Developers
#24NFC tags aka MIFARE Classic and the like? Those would be susceptible to cloning with something like Chameleon Tiny and to repeater attacks. You need actual contactless smartcard support if you want to use it for something serious. Otherwise be ready for LockPickingLawyer making an example of you of how not to do it, he already has similar videos about it. PC/SC compatible stuff is out there if you know where to look…
Both Ultralight EV1 and NTag 21X are supported and recommended. Cloning is possible for the NTag, but there’s currently no chip out there that can actually lock block 0, which makes detecting and bricking them trivial. One can make this system as secure as the specs require it to be: brick clones, reject certain tag types, add encryption, add counters, perform analysis server side, etc.
Re: InstaNFC – Access Control Hardware for Developers
#25Shameless plug: If this interests you, I am building similar technology for enterprises at Verkada, reach out to me I'm looking for builders