Skip to content

Add support for Joyhub Pinhead (J-Pinhead) #805

@madmaxct

Description

@madmaxct

Please add support for Joyhub toy called "Pinhead" in the Joyhub app.
Intiface doesn't detects the device.

Here is a link to the toy: https://amzn.eu/d/0kpYMfq

I made a working test integration base on "JoyHub Pathfinder 3" in "buttplug-device-config-v3.json" in the desktop version:

{
          "identifier": [
            "J-Pinhead"
          ],
          "name": "JoyHub Pinhead",
          "features": [
            {
              "feature-type": "Vibrate",
              "actuator": {
                "step-range": [
                  0,
                  255
                ],
                "messages": [
                  "ScalarCmd"
                ]
              }
            },
            {
              "feature-type": "Oscillate",
              "actuator": {
                "step-range": [
                  0,
                  255
                ],
                "messages": [
                  "ScalarCmd"
                ]
              }
            }
          ]
        }
"communication": [
        {
          "btle": {
            "names": [
              "J-Virtuoso",
              "J-Pathfinder3",
              "J-Pinhead"
            ],
            "services": {
              "0000ffa0-0000-1000-8000-00805f9b34fb": {
                "tx": "0000ffa1-0000-1000-8000-00805f9b34fb"
              }
            }
          }
        }
      ]

Log:
Image

GUI:
Image

Metadata

Metadata

Labels

FeaturesNew things to add to the project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions