flick example

Christian 2018-11-23 18:50:50 +01:00
parent a081ac85ea
commit 7e6e051b0f
1 changed files with 2 additions and 0 deletions

@ -9,6 +9,8 @@ The MGC3130 is an electrical-field (E-field) based three-dimensional (3D) tracki
## EXPECTED BEHAVIOUR: ## EXPECTED BEHAVIOUR:
- after boot gestures (FLICK, EDGE_FLICK, TOUCH, TAP, DOUBLE_TAP) will be sensed and published via MQTT - after boot gestures (FLICK, EDGE_FLICK, TOUCH, TAP, DOUBLE_TAP) will be sensed and published via MQTT
![](https://github.com/Staars/MGC3130_for_tasmota/blob/master/flick_ew.gif)
- you can select different modes with the COMMANDS, touch will always be sensed and report the duration in 1/20 seconds. - you can select different modes with the COMMANDS, touch will always be sensed and report the duration in 1/20 seconds.
- the airwheel gesture will be sensed and published as "AW" via MQTT with values between 0 and 1023 - clockwise up - the airwheel gesture will be sensed and published as "AW" via MQTT with values between 0 and 1023 - clockwise up
- after entering postion mode the values for x,y,z will be sensed and published via MQTT with values between 0 and 1023 for x,y. Data is only published, when z is in the upper half (z values are between 0 and 511). - after entering postion mode the values for x,y,z will be sensed and published via MQTT with values between 0 and 1023 for x,y. Data is only published, when z is in the upper half (z values are between 0 and 511).