From a851a2d646f439f7126c232ba1524c55a8990872 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Fri, 9 Jan 2026 16:45:56 +0800 Subject: Remove _site from git. --- _site/log/fpm-door-lock-lp/index.html | 110 ---------------------------------- 1 file changed, 110 deletions(-) delete mode 100644 _site/log/fpm-door-lock-lp/index.html (limited to '_site/log/fpm-door-lock-lp/index.html') diff --git a/_site/log/fpm-door-lock-lp/index.html b/_site/log/fpm-door-lock-lp/index.html deleted file mode 100644 index a39a34e..0000000 --- a/_site/log/fpm-door-lock-lp/index.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - Fingerprint door lock (LP) - - - - - - - - - - - -
-
-
-

FINGERPRINT DOOR LOCK (LP)

-
18 AUGUST 2025
-
-

Second iteration of the RF door lock. Old version worked -but drew too much quiescent current. Sensor and servo pulled 13.8mA and 4.6mA -idle. Linear regulators were a disaster. Battery didn’t last 24 hours.

- - - -

Redesigned the PCB completely. Tossed RF modules and the second MCU. Connected -R503 directly to the ATmega328P. Sensor now mounts on door exterior, servo -attaches to interior knob, MCU stays on the back to prevent tampering.

- - - - - - - - - -
- PCB - - Design -
- PCB footprint -
- -

PCB specs: 2-layer, 1oz copper, 0.3mm traces (1mm for power and servo). Ground -plane on bottom layer.

- -

Solved idle power draw with MOSFETs. 2N7000 and NDP6020P cut power to sensor -and servo before deep sleep. Through-hole MOSFETs that switch at 3.3V are -getting harder to find. NDP6020P already obsolete.

- -

Replaced linear regulators with MP1584EN DC-DC buck converters. No RFM–noise -isn’t a big concern. Buck’s pin breakout not great–wouldn’t fit commercial dev -boards.

- -

Squeezed more power savings by underclocking MCU to 8MHz/3.3V. Combined -with buck converters: 56% total power savings.

- -

Wake sequence: MCU activates FPM MOSFET, unlocks FPM over UART, scans and -matches fingerprint. Match triggers blue LED, servo MOSFET, PWM signal to -unlock. No match triggers red LED. MOSFETs off, back to sleep.

- -

Total power savings: 99.9% (30.6mA → 2.9μA). Verdict: Fixed.

- -

Commit: -7529094 -| Gerber: gerber.zip

-
- -
-
-
- - - - - - -- cgit v1.2.3