GSoC 2008

Andy Green andy at openmoko.com
Tue Mar 25 09:29:59 CET 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Somebody in the thread at some point said:
> Niluge KiWi wrote:
> 
>> With the two accelerometers in the FreeRunner, I think we can recognise
>> lots of gestures, not only simple ones like a "click" (which is already
>> recognised by the accelerometers used in the FreeRunner). The main
>> difficulty is probably to extract the useful data from the gestures
>> noise : calibration may take time. The goal is to have an almost
>> pre-calibrated library (an idea from the wish-list in the Wiki is to
>> allow the user to record its own gestures, but I think it's not easy to
>> do it simple for the end-user).
> Good idea, but consider to store calibration data separately. This will
> made the library more general. You want reuse it in other devices.
> So the "recorded" gestures.

There's another constraint on this, in the future a very weak 16-bit MPU
may have the duty to interpret the sensor data into gestures.  Whatever
we do for Freerunner and get it right, it would be perfect to port it to
this proposed future "sensor management" MPU.

It means that a perfect solution is predicated around

 - 16 bit integer arithmetic -- ha "no float" is too easy
 - per-sample short processing rather than large batching
 - multiply is expensive (but hey shifting is cheap :-) )

The raw accelerometer data is predicated around byte data for X Y Z per
sample per motion sensor.

- -Andy
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFH6LgHOjLpvpq7dMoRArXRAJ942L+fzsXHq+SYmbufUKHLR17vbQCeOe0B
SVs4RTB7dHTX3n+TyLxjsAQ=
=+SMU
-----END PGP SIGNATURE-----




More information about the community mailing list