Read the statement by Michael Teeuw here.
Further development of the MMM-Swipe module
-
@richland007 Hey, I am on vacation right now, so I cannot access my mirror but I will try to help you anyways.
The output “Start: Right” means the application detected a distance smaller thanrightDistance
(from the config) and therefore checks if you made a swipe. In your example with the detected left swipe it found a value (7) for the right sensor and so checks if there is a valid swipe.
For your second example it does not detect a valid swipe, since the first measurement for both sensors is lower than the threshold (I assume so?!). We assume your hand never covers both sensors, so we declare this event as invalid and therefore no swipe.
To get a feeling for the sensors setcalibrate
totrue
and a position for the module in your config. This will print the measured distances for both sensors on your mirror. I experienced I have to make my hand very flat in order to trigger the sensors.Regarding the page increment/decrement: Just to be sure, a “Swipe Left” means you start at the right and move to the left. The right sensor is the one on your right side when you look at your mirror and vice versa. Currently a “Swipe Right” sends a
PAGE_INCREMENT
. If you want to change this, check the functionsocketNotificationReceived
in theMMM-Swipe.js
file.Hope this helps,
Simon
-
@nowis Hello can you take a photo and video of your installation ? it’s difficult to properly setup motion detection.
how did you integrate the sensors on the mirror ?
Sor for my bad english
-
You may also be interested in my gesture sensor module: https://github.com/thobach/MMM-Gestures, which is based on infra red, which I found more reliable and silent :) I developed it after a couple of iterations with ultra sonic sensors like the HC SR04, which didn’t satisfy my needs.
-
@thobach hello, the plugin looks more accurate is it easy to set up?
can you show me a picture of the wiring?
I do not know if I will be able to install it,
it most difficult like MMM-Swipe no ? -
@thobach lets go i buy this : https://www.amazon.fr/WINGONEER-APDS-9960-ambiante-détection-mouvement/dp/B071VS21M4/ and https://www.ebay.fr/itm/GP2Y0A21YK0F-Capteur-distance-infrarouge-analogique-ARDUINO-robot-IR-SHARP-GP2/292499905194?ssPageName=STRK%3AMEBIDX%3AIT&_trksid=p2060353.m2749.l2649 i wait my product and i try ;)
-
@nawak86 Unfortunately, it is probably one of the most difficult modules as it consists of two sensors and an Arduino connected to the Pi. The wiring is described at https://github.com/thobach/MMM-Gestures/blob/master/Arduino/MagicMirror2/MagicMirror2.ino#L31 (Arduino) and https://github.com/thobach/MMM-Gestures/blob/master/README.MD. I don’t have a wiring picture.
You can see it in action though on https://www.youtube.com/watch?v=V8a6UgeoYOU.
-
@thobach f*ck i dont see hardware who is required before !! so i must buy an arduino one can you tell me if it is that : https://www.amazon.fr/Elegoo-Carte-ATmega328P-ATMEGA16U2-Arduino/dp/B01N91PVIS/ ??? infact just plug sensor on arduino send library by software and connect to the raspberry with usb and git clone module et npm install ? for the movement it works with MMM-Pages ? sorry i’m a noob with that ;)
-
Hi @nawak86, after setting up the two HC-SR04 sensors, I am not very happy with its performance. It basically works, also with the Pages module.
It sounds like @thobach is pretty happy with his gestures module (even you need an Arduino besides the Pi, right?).
Here is a picture of how I integrated the sensors into my mirror, I could maybe upload a video in the next days.
For connecting everything you need the two sensors, jumper wires, 2 times a 1k Ohm resistance, a breadboard. -
-
Allo ? ? :p no answer ? :(