2026-03-23 22:14:04 +01:00
2026-03-23 22:12:25 +01:00
2026-03-23 22:12:25 +01:00
2026-03-23 22:14:04 +01:00
2026-03-23 22:12:25 +01:00
2026-03-23 22:12:25 +01:00

Fingerbot Node

A small PlatformIO/ESP32 firmware project for a BLE-enabled Fingerbot node.

Available Commands

The node accepts plain-text commands on the configured BLE characteristic.

  • identify
    • Blinks the LED for ~5 seconds to help identify the device.
  • push <durations...>
    • Executes a press/release pattern using space-separated durations in milliseconds.
    • Durations must be between 10 and 18000 ms.
    • Examples:
      • Hold for 700ms: push 700
      • Hold, release, hold: push 700 200 700

Secrets setup

Sensitive values are stored in src/secrets.h. Use src/secrets.example.h as a template and enter your values.

Description
No description provided
Readme 28 KiB
Languages
C++ 100%