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 →I/O ports play a significant role in microcontrollers' functionality as it is the gateway for devices to be operated, as well as to read data from sensors. A microcontroller has a limited number of I/O pins, but there is a way to get more of these pins for a larger project.
This MCP23017 chip is an I/O expander that could add 16 I/O pins to your microcontroller. You can set each pin as an input or output, or an input pullup. You can even get an interrupt via an external pin when any of the inputs change so you don't have to keep polling the chip.
This chip requires 3V to 5V power supply. The I/O pins can drive up to 20mA, making it work well with LEDs and other components. It could be integrated into your MCU using the I2C interface. Eight of this chip could work together using a single bus as the I2C address of this chip could be modified by tying up the ADDR0-2 pins to ground. You could also integrate this module using the SPI interface.
It is compatible with Arduino boards, as well as Raspberry Pi microcomputers, and can suitable for projects that require a lot of I/O pins.
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 →