-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
I just received 3 sizes of Cirque trackpads from Mouser (TM035035-2024-003, TM040040-2024-302, and TM023023-2024-002). When trying to run any of the CircuitPython examples, I receive the error:
Traceback (most recent call last):
File "<stdin>", line 35, in <module>
File "/lib/circuitpython_cirque_pinnacle.py", line 956, in __init__
File "/lib/circuitpython_cirque_pinnacle.py", line 185, in __init__
RuntimeError: Cirque Pinnacle ASIC not responding
Adding print(f"{firmware_id=:02X} {firmware_ver=:02X}") before
CircuitPython_Cirque_Pinnacle/circuitpython_cirque_pinnacle.py
Lines 183 to 184 in f7d8217
| if firmware_id != 7 or firmware_ver != 0x3A: | |
| raise RuntimeError("Cirque Pinnacle ASIC not responding") |
firmware_id=0E firmware_ver=75
Is it possible to update the library to work with newer Cirque firmware?
2bndy5
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers