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 development board is a minimal breakout board for the STM8S003F3P6 STM8 micro-controller. All of the I/O pins are marked and routed to standard 2.54 mm pins for convenient use.
SPECIFICATIONS:
QUICK LINKS:
WHAT IS STM8
It’s an inexpensive, 8-bit micro-controller manufactured by ST, which could replace the Arduino/ATMEGA in simple applications.
POWERING THE BOARD
On the backside you can see a LT1117-3.3 in SOT223, which converts the input voltage from the RAW pins (the left corners) to 3.3 V. The board can also be powered via the USB connector, but the data lines are sadly not connected anywhere.
Both the input voltage and the regulated 3.3 V can be used for external circuits, they’re available on the bottom header. Confusingly, the “5V” pin is directly connected to the input, there’s no 5 V regulator. With USB connected, you’ll of course get something quite close to 5 V.
If you plan on driving something power-hungry from the 3.3 V output, keep in mind that there’s no heatsink on the regulator, so it could easily get hot if you use higher input voltage or overdo it with the current draw. For Neopixels and such, I recommend you connect them directly to the 5 V line (provided you’re powering the board from USB!)
There are two more ways to power the board, namely the pins in the bottom row, and the “3V3” pin in the programming header. It appears you can simply connect an external 3.3 V source to either of the “3V3” pins and it’ll work. I was worried the LDO might not like that, but it works just fine.
This means you can power it straight from the programmer, but be super careful with larger loads: There’s a really tiny regulator in the ST-Link dongle (pics below). Easy to fry.
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 →