From c3d830720cc8933ddf15dc6aa005c84abe585ac0 Mon Sep 17 00:00:00 2001 From: blakadder Date: Mon, 4 Nov 2019 01:38:41 +0100 Subject: [PATCH] PAJ7620 edit --- PAJ7620.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/PAJ7620.md b/PAJ7620.md index dea26632..0b26b618 100644 --- a/PAJ7620.md +++ b/PAJ7620.md @@ -16,11 +16,16 @@ Gesture recognition seems to be more stable than with the [APDS-9960](APDS-9960) |----------|-----------| | VCC/VIN | +3.3VDC | | GND | GND | -| SCL | GPIO I2C SCL | -| SDA | GPIO I2C SDA | +| SCL | GPIOy | +| SDA | GPIOx | | INT | NC | -After configuring the GPIO's the driver will detect the PAJ7620 automatically. +### Tasmota +In the _Configuration -> Configure Module_ page assign: +1. GPIOx to `I2C SDA (6)` +2. GPIOy to `I2C SCL (5)` + +After a reboot the driver will detect the PAJ7620 automatically. > After restart Tasmota needs some time to completely configure its state. In this time frame it is likely to miss some gestures. This should stabilize after a few moments.