-
Get the location in space and Quaternions
12/20/2018 at 12:50 • 0 commentsHi
I am working for get the location in space of the arduino WiFi Rev2 and get Quaternions and position as the example explains
https://github.com/sabas1080/kano-devices-sdk/blob/master/demo/pointer/conversion.js#L21
I have modified an example for Arduino 101 and ported to arduino WiFi
I modified the example of "Visualize101" for Arduino 101 and ported to @arduino WiFi Rev2, thanks to the Madgwick libraries and @sparkfun LSM6 pic.twitter.com/I9Mi2VMH2C
— 🛰️ Sabas.uf2🚀 (@Sabasacustico) December 19, 2018Now i should get Quaternions
x {int} -- X position of wand (Between -1000 and 1000)
y {int} -- Y position of wand (Between -1000 and 1000)
pitch {int} -- Pitch of wand (Between -1000 and 1000)
roll {int} -- Roll of wand (Between -1000 and 1000) -
Now is detected by the app
12/09/2018 at 02:55 • 0 commentsThis weekend I have been working on creating a functional example and I have managed to have the desktop app (on Mac) detect the device.
This weekend I have been working on creating a functional example and I have managed to have the desktop app (on Mac) detect the device.
I still can not emulate the button, but I'll start working on getting the quaternions or the RGB.
I've also started an example for the Arduino WiFi Rev2 that has an accelerometer and gyroscope.
you are welcome to collaborate in the github repository