glebski

About

Username
glebski
Joined
Visits
25
Last Active
Roles
Member

Comments

  • Hi @mhcohen56 sure, although I'm not sure what I'm doing is 100% correct. navigator.bluetooth.requestDevice( {filters: [{name: 'MetaWear'}], optionalServices: ['0000180a-0000-1000-8000-00805f9b34fb', '0000180f-0000-1000-…
  • Thank you @Matt that's very useful to know. I have managed to implement quaternions and trigger the LED as seen here https://www.youtube.com/watch?v=raY-X5jkJVA, but still feel that it would be good to have a go-to source or documentation to know wh…
  • The value from characteristic 326a9006-85cb-9195-d9dd-464cfbbae75a for linear acceleration seems to start with 19 0A as the first two bytes of the hex code. I only applied x and y to the cube, locking the z axis as it was drifting too much. https…
  • Hi, my first post, so please be gentle as I don't come from a coding background, but more design. My goal is to do a few experiments with the MetaWear device using it as a game controller. I would like to do so in the browser by connecting via Web B…