This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Someone have a example of reading orientation sensor in javascript/HTML of the Thingy:52 equal of the github Nordic Example? https://github.com/NordicPlayground/Nordic-Thingy52-Thingyjs#absolute-orientation

Someone have a example of reading orientation sensor in javascript/HTML of the Thingy:52 equal of the github Nordic Example? github.com/.../Nordic-Thingy52-Thingyjs

Parents
  • Hi Daniel

    If you take a look at the supported operations, you can see that gravityvector read and write functions are not supported in this repo. Same goes for quaterion, Euler, Heading and absolute orientation. To read and write these operation I suggest you take a look at the user guide and how it is done in for example the Android version, and try to convert that to js. 

    Best regards,

    Simon

Reply
  • Hi Daniel

    If you take a look at the supported operations, you can see that gravityvector read and write functions are not supported in this repo. Same goes for quaterion, Euler, Heading and absolute orientation. To read and write these operation I suggest you take a look at the user guide and how it is done in for example the Android version, and try to convert that to js. 

    Best regards,

    Simon

Children
Related