For my first Pebble app I built a little accelerometer app: https://apps.rebble.io/en_US/application/67c5321cd2acb30009a3c7e6
Source code: https://codeberg.org/mrp/vectorometer
I'd like to do a little more work on it, but the basic idea is there.
#Vectorometer
8 messages · Page 1 of 1 (latest)
Version 1.1 is out! I changed the text to show the vector magnitude instead of each axis and added a menu icon. I also did some restructuring of the code.
This is a cool little toy
I tried it on my P2 and Round
I wasn't expecting it to point down towards gravity!
The 3d visualization is suuuper well done. Great stuff
Thanks! I wanted to draw the acceleration vector as an arrow, but that looked more difficult to get the arrowhead pointing right in 3d, so I went with a 'weight' visualization instead.
If anyone feels like reviewing my code, I would welcome constructive criticism. I have some experience with desktop apps written in C++, but not much experience with C or embedded.