Choosing the right accelerometer
Hi,
I'm working on a smartwatch and looking for a suitable accelerometer. I basically only need to do the following:
- Generate an interrupt when the watch is in viewing position (e.g. horizontal and tilted towards the user)
- Generate an interrupt for a single tap and a double tap
- Generate an interrupt for free-fall
- Have a low power consumption
Due to other electronics, it should be able to handle a supply of both 1.8V and 3.3V.
It seems that the LIS2DS12 works great, but it can't tolerate 3.3V. The LIS2DH12 tolerates the supply and can interrupt on the viewing position (with wake-up recognition), but not on taps. The LIS2DW12 can interrupt on taps, but as far as I know not on viewing position.
I'm now thinking of using the LIS2DW12 with a tilt offset, and generate an interrupt on the 6D positions, which I then need to check with the microcontroller for the right one. It's not ideal, but I guess it should work. Or am I overlooking something and is there a better solution? (Perhaps I can mess with the offsets and the wake-up recognition..?)
Best regards,
Samot
