delete_templates

Example of the component abdurrahmanelrayes/r503 v0.1.4
# delete_templates

ESP-IDF example for clearing fingerprint templates from the R503 sensor.

## What it does

- Initializes the sensor
- Reads current template count
- Deletes all templates
- Verifies that the library is empty

## Warning

This example permanently deletes all stored fingerprints.

## Wiring

| R503 Pin | ESP32 |
|---------|------|
| VCC     | 3.3V   |
| GND     | GND  |
| TX      | GPIO18 (RX) |
| RX      | GPIO17 (TX) |

## Build

```bash
idf.py set-target esp32
idf.py build
idf.py flash monitor
```

To create a project from this example, run:

idf.py create-project-from-example "abdurrahmanelrayes/r503=0.1.4:delete_templates"

or download archive (~1.54 KB)