Fingerprint Sensor AS608 - A Beginner's Guide
One touch can replace keys. This project uses an optical fingerprint sensor to enroll users and then grant access with a quick scan.
read tutorial →This micro switch with roller lever is a go-to part for limit switching and position detection in robotics, 3D printers, CNC, and DIY automation. The roller lever makes it easier to trigger smoothly with moving parts, while the 3 terminals (COM/NO/NC) let you choose normally-open or normally-closed behavior depending on your design.
Tip: For microcontroller inputs, pair it with pull-up / pull-down resistors (or enable internal pull-ups) for stable reads.
Quick wiring:
• Use COM + NO if you want the signal to activate only when pressed.
• Use COM + NC if you want a “fail-safe” style input (common for endstops).
| Switch type | Micro switch, snap-action with roller lever |
|---|---|
| Terminals | 3 terminals: COM / NO / NC |
| Operation | Momentary (returns when released) |
| Typical use | Limit switch / endstop / position detection |
Learn the basics: What is a microswitch? • NO vs NC explained
Shop related parts: Switches collection • Robotics collection • 3D Printer Parts collection
Quick answers for wiring (NO/NC), mounting, and microcontroller use.
NO (Normally Open) is open when not pressed and closes when pressed.
NC (Normally Closed) is closed when not pressed and opens when pressed.
For endstops, many makers prefer NC because it can be more “fail-safe” (a broken wire looks like a trigger).
Use COM + NO (or COM + NC) to your input circuit. For clean readings, enable your board’s internal pull-up (common approach) or use an external resistor.
Yes. This is commonly used as a mechanical endstop / limit switch. Mount it so the roller lever gets pressed reliably at the end of travel.
It depends on the rating printed on your specific switch. For mains and higher current loads, use proper enclosures, correct wire gauge, and consider a relay/contactor setup for safer switching.
Manila stock. Order before 16:00 PHT, ships today via J&T or LBC. Provincial: 1–3 working days.
Schools / class POs: we accept Purchase Orders for accredited schools and universities. contact us with your PO details.
Returns: 7-day inspection window for DOA units. Email proof of issue and we ship a replacement.
One touch can replace keys. This project uses an optical fingerprint sensor to enroll users and then grant access with a quick scan.
read tutorial →Wire a joystick to your Arduino, read X/Y, then print UP / DOWN / LEFT / RIGHT to the serial monitor.
read tutorial →Bench-test a 43 A motor driver before wiring the full project. Catches weak power, mis-pinning, and dead boards before they cost you time.
read tutorial →Coming from UNO and the Pico won't show a COM port? Here's the BOOTSEL trick, the driver fix, and the first sketch that actually works.
read tutorial →Share what you built. Photos, BOM, what worked, what didn't.
view thread →Symptom + what you tried + clear photo = answers within hours.
view thread →Brownout reset when adding a sensor? Notes on supply decoupling and GPIO checks.
view thread →Upload failing on your first Uno? Driver, COM port, board match — checklist inside.
view thread →