Difference: MagicWandOld (5 vs. 6)

Revision 62022-02-21 - UliRaich

Line: 1 to 1
 
META TOPICPARENT name="TinyML"

The Magic Wand Example

Introduction

The magic wand example shows how to detect gestures using an accelerometer. Different types of accelerometers are easily available:

Changed:
<
<
  • The ADXL345 is a tree axis digital accelerometer by Analog Devices
    adxl345.png
  • The MPU6050 is a six axis device (Gyro and Accelerometer) from Ivensense. It is described by it datasheet and the register description.
    mpu6050.png
>
>
 
  • The LIS2dH MEMS digital output motion sensor from ST Microelectronics is an ultra low power high performance 3 axis accelerometer.
lis3dh.png
Line: 34 to 34
 

Providing a training data set

Changed:
<
<
In order to provide a training data set we must be able to record gestures. Therefore a driver for the accelerometer is needed as well as a program that recognizes movement and writes the accelerometer data on a file.
>
>
In order to provide a training data set we must be able to record gestures. We must therefore provide a program that recognizes the start and the end of a gesture (movement and inactivity detection) and which records the accelerometer data of the gesture onto a file. Gesture detection is of course also needed to be able to feed the accelerometer data into the trained model, which will then recognize the gesture.
  -- Uli Raich - 2022-02-02
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback