Read the statement by Michael Teeuw here.
Gesture recognition
-
Yes I’m really interested! Do not know why nobody replied(
-
meeee tooo
-
I also built a gesture detection module using infrared sensors:
https://github.com/thobach/MMM-Gestures
It requires an Arduino and two infrared sensors for detecting presence and up, down, left, right, close and far hand gestures.
It can be used to turn the mirror into sleep mode when its not used, shows compliments when you stand in front of it and allows to scroll through the news ticker and view more news details incl. the full news article. -
@thobach have you tried skipping the Arduino and just connecting the sparkfun apds gesture breakout board directly to the i2c ports of the raspberry?
I have it working with wiringpi but I’m thinking of having it work with node directly via i2c for node (https://www.npmjs.com/package/i2c) and then adapting this module for node : https://github.com/jiahuang/apds-gesture
I have no clue how to do it, and if it will even work with the MM and electron.
What do you think? -
Have you used MMM-Swipe module. It uses two ultrasonic sensors to detectr right and left motions, I found it quite easy and straightforward