-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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
Labels
No labels