Skip to content

unable to get joycon status #23

@bldintheplacetobe

Description

@bldintheplacetobe

Hi,

This is probably a basic question, but I'm struggling to get status from my joycon. I have a joycon (purple) connected to a pi with bluetooth. It shows connected in the pi gui, however the joycon's flashing lights continue to flash from left to right continuously

When I run the basic commands listed to get status, I'm getting an invalid vendor error as follows:

from pyjoycon import JoyCon, get_R_id
joycon_id = get_R_id()
joycon = JoyCon(*joycon_id)
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.7/dist-packages/pyjoycon/joycon.py", line 25, in init
raise ValueError(f'vendor_id is invalid: {vendor_id!r}')
ValueError: vendor_id is invalid: None

What have I missed?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions