Open
Description
CircuitPython version
adafruit-circuitpython-adafruit_proxlight_trinkey_m0-en_US-8.2.3.uf2 with proximity trinkey 5022
adafruit-circuitpython-bundle-8.x-mpy-20230814 for the libraries
Code/REPL
# Copied and pasted the code form here
# https://learn.adafruit.com/adafruit-proximity-trinkey/proximity-spacebar-game
# and here:
# https://learn.adafruit.com/adafruit-proximity-trinkey/proximity-midi-controller
# The last one to worked for a bit, but not all the time. It didn't run in Thonny though.
# I had to rename it to code.py, include all the libraries in /lib and it worked.
# When I included the adafruit hid library, it stopped working.
Behavior
In Thonny:
Unable to connect to COM15: port not found
Or similar issues. Like COM15 busy/occupied/no permission
When there was an error introduced into the code (sounds on purpose, but it was accidental), the error wasn't reported by thonny.
Error on line xx, blabla was expected, but it didn't do that.
In the REPL, typing dir(board), without importing board first made Thonny freeze up. The REPL wasn't giving back any errors correctly either.
I reverted to version 7 and Thonny and the trinkey behaved normally.
Description
No response
Additional information
No response