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
10and18000ms. - Examples:
- Hold for 700ms:
push 700 - Hold, release, hold:
push 700 200 700
- Hold for 700ms:
Secrets setup
Sensitive values are stored in src/secrets.h. Use src/secrets.example.h as a template and enter your values.
Description
Languages
C++
100%