Giter VIP home page Giter VIP logo

Comments (6)

blaineam avatar blaineam commented on May 23, 2024

This sounds like a glorious idea if it works. I would love to test this. I have 4 joy cons and can easily grab another pair.

from slimevr-server.

kitlith avatar kitlith commented on May 23, 2024

it sounds like this will likely be prone to drift, as the joycon only has 6DoF (accelerometer, gyroscope, no magnetometer) like the MPU-6500 or MPU-6050. however, it'll probably still make a decent testbed for people who want to try the concept but don't want to get hardware for it yet.

https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/blob/master/bluetooth_hid_subcommands_notes.md#subcommand-0x43-read-imu-registers

https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/blob/master/datasheets/LSM6DS3.pdf

there's a little bit of stuff in java for interacting with the joycon, but i didn't see anything targeting the IMU in particular. might be better to reference some of the non-java code, idk.

EDIT: i could be wrong but the joycon's sensor doesn't appear to do sensor fusion, so we'll probably have to do that ourselves.

from slimevr-server.

Eirenliel avatar Eirenliel commented on May 23, 2024

@kitlith hang out with us on the discord :D D3adPlays currently is trying to build imu reading based on https://github.com/elgoupil/joyconLib

6DoF is okay, slimes themselves use 6DoF fusion, BNO085 and LSM6DS3 have pretty good gyros.

from slimevr-server.

kitlith avatar kitlith commented on May 23, 2024

oh, they're not using 9dof fusion? My bad.

from slimevr-server.

dreieinss3chs avatar dreieinss3chs commented on May 23, 2024

what is with PSMOVE from ps3 ... not the new for ps4 they have accelerometer, gyroscope and " magnetometer

from slimevr-server.

Eirenliel avatar Eirenliel commented on May 23, 2024

Was actually implemented in: https://github.com/carl-anders/slimevr-wrangler

from slimevr-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.