Recent content by ndeadly

  1. N

    Homebrew RELEASE MissionControl: Use controllers from other consoles natively via Bluetooth

    https://github.com/ndeadly/MissionControl/releases/tag/v0.15.2
  2. N

    Homebrew RELEASE MissionControl: Use controllers from other consoles natively via Bluetooth

    No, official PS4 and PS5 controllers are fine. Licensed third party Switch controllers are likely fine too. Any other unlicensed third party controller is anyone's guess. It's completely dependent on the chipset used in the controller.
  3. N

    Homebrew RELEASE MissionControl: Use controllers from other consoles natively via Bluetooth

    This is a known issue and applies to DS3, Xbox One and a whole bunch of generic controllers or third party clones. The bluetooth chipset on the controller doesn't support a broadcom vendor function used by the switch for wireless coexistence, so instead of each controller being coordinated to...
  4. N

    Homebrew RELEASE MissionControl: Use controllers from other consoles natively via Bluetooth

    Just update atmosphere and use the latest mission control. They all support wiimote
  5. N

    Homebrew RELEASE MissionControl: Use controllers from other consoles natively via Bluetooth

    https://github.com/ndeadly/MissionControl/releases/tag/v0.15.1
  6. N

    Homebrew RELEASE MissionControl: Use controllers from other consoles natively via Bluetooth

    Yes, as always for any major update. I'll get to it later today.
  7. N

    Hacking [Tool] Joy-Con Toolkit

    Probably not. As far as I know it's part of the SoC, not a separate chip.
  8. N

    Homebrew RELEASE MissionControl: Use controllers from other consoles natively via Bluetooth

    They're already supported, just not in the release builds. They use Bluetooth LE, so support for that needs to be finished before that can happen.
  9. N

    Homebrew RELEASE MissionControl: Use controllers from other consoles natively via Bluetooth

    https://github.com/ndeadly/MissionControl/releases/tag/v0.14.2
  10. N

    Homebrew RELEASE MissionControl: Use controllers from other consoles natively via Bluetooth

    Sure, I could do the same. But I don't want to make a release that others can't compile themselves from the repo, nor do I want to fork Atmosphere-libs for the sake of making such a release.
  11. N

    Homebrew RELEASE MissionControl: Use controllers from other consoles natively via Bluetooth

    That's Atmosphere itself. The changes haven't been pushed over to https://github.com/Atmosphere-NX/Atmosphere-libs though.
  12. N

    Homebrew RELEASE MissionControl: Use controllers from other consoles natively via Bluetooth

    I'm aware, just waiting for atmosphere library updates to be pushed to github
  13. N

    Hacking [Tool] Joy-Con Toolkit

    I hacked together a python GUI for experimenting with switch 2 controllers. It's a little rough around the edges, and not intended to be equivalent to JC Toolkit, but there is probably a bit of overlap in features. Note that the onboard memory of the new controllers is mostly read-only now, so...
  14. N

    Tutorial Pairing the joy-con on emunand and sysnand

    I think the code i shared requires some additional synchronisation to work reliably, I can see that the "response" to the memory read command is actually the response to an earlier command because of an unexpected input report that came in. I only used this code to test a theory so I wasn't...
  15. N

    Tutorial Pairing the joy-con on emunand and sysnand

    Yes, you will need the pyusb and numpy modules installed too. A disappearing window suggests you're trying to launch the script from explorer or something. Run the script with python from the terminal and it will never disapper, even upon error.