2021-04-02 16:04:10 +00:00
|
|
|
# Description
|
|
|
|
|
|
2022-12-10 15:12:55 +00:00
|
|
|
Implements support of simple hand gestures via a VL53L0X sensor: on/off and brightness adjustment.
|
|
|
|
|
Useful for controlling strips when you want to avoid touching anything.
|
|
|
|
|
- on/off - swipe your hand below the sensor ("shortPressAction" is called. Can be customized via WLED macros)
|
|
|
|
|
- brightness adjustment - hold your hand below the sensor for 1 second to switch to "brightness" mode.
|
|
|
|
|
adjust the brightness by changing the distance between your hand and the sensor (see parameters below for customization).
|
2022-10-20 23:31:43 +00:00
|
|
|
|
|
|
|
|
## Installation
|
2021-04-02 16:04:10 +00:00
|
|
|
|
|
|
|
|
1. Attach VL53L0X sensor to i2c pins according to default pins for your board.
|
|
|
|
|
2. Add `-D USERMOD_VL53L0X_GESTURES` to your build flags at platformio.ini (plaformio_override.ini) for needed environment.
|
|
|
|
|
|