Dan Halbert

Results 227 comments of Dan Halbert

Which board? Which version of the HID library (should be latest)? Is there anything in boot.py? What Linux distribution and version, on what kind of computer? Do you see any...

Check that `boot_out.txt` does not show any errors. Also try including only the gamepad device in the `usb_hid.enable(...)`. A long time ago, we discovered that the gamepad device needed to...

I put your boot.py on a CircuitPython board. It works, and presents a gamepad device, which the OS is aware of. This is true on Linux, Windows, and macOS Sonoma...

Here is another "proof of life" for the Gamepad controller. I installed a free app, Controllers Lite, from the App Store. You have to give it permission to monitor input...

Anyone is welcome to fork this and pick up maintenance. Adafruit gave up maintenance and scientifichackers took over. Could someone else do that now?

The owners of the `scientifichackers` organization are @curiouswala and @devxpy. You could try contacting them to see if they would make you a collaborator on this repo so you could...

We have talked a little with the MicroPython folks about making `mpremote`, their preferred CLI tool, compatible with CircuitPython. Would `mpremote` be an acceptable substitute? We don't feel we need...

We suggest Thonny, and we have a web workflow: https://learn.adafruit.com/getting-started-with-web-workflow-using-the-code-editor https://learn.adafruit.com/circuitpython-with-esp32-quick-start

Ubuntu 22.04 will have python 3.10 installed as the default.

I also encountered this on a Mode 3 device (Analog Devices accelerometer). Code above is also discussed here: https://forums.raspberrypi.com/viewtopic.php?t=336142