-
Kernel Subtraction for Swipe Detection
08/07/2018 at 14:39 • 0 commentsA new arduino source code file named Xtencion_KernelSubtraction has been added which implements the kernel subtraction method to detect swipes. So we define a array of distances that best represents a swipe, kernel. The kernel array is of size equal to sample_size. Incoming distance readings are stored in a buffer of size equal to sample_size. The kernel is subtracted from the buffer and the difference is stored in another array. Ideally, the difference array should be an array of zeroes. Although, in real world humans may not be able to reproduce the same swipe repeatedly. Hence, we compute the mean and standard deviation of the difference array. Whenever the mean and standard deviation is inside defined limits a swipe is recognised.
-
What's tested on our current prototype?
07/30/2018 at 07:05 • 0 comments- Swipe control
- Wrist control
- Controlling IoT devices
- Different smartwatch modes
- Watch mode(Default)
- Music mode
- wrist control of song selection
- playing the song using a short swipe
- SOS mode
- Short swipe to send a SOS message
- Xtencion Mode
- book a cab or switch off your lights based on time and location
- just a short swipe to do that
-
What's lacking in our current prototype?
07/30/2018 at 06:54 • 0 comments- We use 9V batteries to power the watch since we don't yet want to move to the final prototype with the bendable batteries.
- The IR sensor is placed on the other side of the display because it is easier to proceed with the tests in that configuration.
- It is a medium-fidelity working prototype.
- IFTTT block is not public
- WiFi is needed for controlling other IoT devices which will be replaced by cellular network.