mirror of https://github.com/arendst/Tasmota.git
PAJ7620 edit
parent
72cab63bde
commit
c3d830720c
11
PAJ7620.md
11
PAJ7620.md
|
@ -16,11 +16,16 @@ Gesture recognition seems to be more stable than with the [APDS-9960](APDS-9960)
|
||||||
|----------|-----------|
|
|----------|-----------|
|
||||||
| VCC/VIN | +3.3VDC |
|
| VCC/VIN | +3.3VDC |
|
||||||
| GND | GND |
|
| GND | GND |
|
||||||
| SCL | GPIO I<sup>2</sup>C SCL |
|
| SCL | GPIOy |
|
||||||
| SDA | GPIO I<sup>2</sup>C SDA |
|
| SDA | GPIOx |
|
||||||
| INT | NC |
|
| 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.
|
> 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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue