Edward Wright

Results 15 comments of Edward Wright

That's an awesome use case! It's exciting to hear about JoystickXL seeing real-world use in a learning environment like this. I created it as a learning project of my own,...

At the moment JoystickXL is limited to wired USB connections, though I like the idea of using it over BLE. A cursory look at the CircuitPython BLE library is promising,...

I assume by "output support" you mean the ability to have a host PC send status/information back through USB to a JoystickXL device which can than be used to drive...

The player number LEDs would be really handy and shouldn't require any custom drivers, though I imagine the game in question would still have to support them. I'm not sure...

There are a couple of things you'll need to modify to get that code to work as expected. First, verify that the `AXIS_DB`, `AXIS_MIN` and `AXIS_MAX` configuration constants are set...