-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Has anyone gotten non-official joycons to work?
I bought some off ebay and can't get them to show up on the app.
Any insights?
I get an error when connecting them to my PC's bluetooth and before I return them wanted to see if anyone had any insight.
Here's the error I get:
Error handling request
Traceback (most recent call last):
File "C:\Users\Scott\AppData\Local\Programs\Python\Python37-32\lib\site-packages\aiohttp\web_protocol.py", line 435, in handlerequest
resp = await request_handler(request)
File "C:\Users\Scott\AppData\Local\Programs\Python\Python37-32\lib\site-packages\aiohttp\web_app.py", line 504, in _handle
resp = await handler(request)
File "dance.py", line 313, in websocket_handler
joycon_list = await get_joycon_list(request.app)
File "dance.py", line 76, in get_joycon_list
joycon = JoyCon(dev['vendor_id'], dev['product_id'], dev['serial'])
File "C:\Users\Scott\Downloads\joydance-0.5.2\pycon\joycon.py", line 46, in init
self._read_joycon_data()
File "C:\Users\Scott\Downloads\joydance-0.5.2\pycon\joycon.py", line 141, in readjoycon_data
self._read_stick_calibration_data()
File "C:\Users\Scott\Downloads\joydance-0.5.2\pycon\joycon.py", line 168, in readstick_calibration_data
buf = self._spi_flash_read(user_stick_cal_addr, 9)
File "C:\Users\Scott\Downloads\joydance-0.5.2\pycon\joycon.py", line 111, in spiflash_read
raise IOError("Something else than the expected ACK was recieved!")
OSError: Something else than the expected ACK was recieved!