FeralAI
FeralAI
It's possible to port this to other MCUs with a bit of refactoring. The Arduino Nano RP2040 Connect does have an integrated Bluetooth module, so it would techinically be possible...
I've done a bit of digging to see what it would take to support these modules, and the main piece missing right now is support for Quad SPI buses. All...
Thank you. I can see this being helpful. I will pull this into the repository soon when I perform some cleanup.
> I need help in wiring my ws2812B to the pico fighting board v1.1. I would like to ask if you have any pictures on how you wired them on...
Not by design, just a newb doing work in KiCad 😁 I don't plan to update the design, but if there is a PR with fixes I'm glad to review...
Hey @KeyOnTech, thanks for the PR! We appreciate the effort to make things easier while we're reworking the LED system. I've taken a look through the code and tested it...
Thanks @KeyOnTech! I'll try to get it reviewed this weekend.
Hello @fostrike! Can you test out the latest release [v0.7.8](https://github.com/OpenStickCommunity/GP2040-CE/releases/tag/v0.7.8)? There were several updates to turbo functionality, and specifically there was a bug that was fixed when using a turbo...
> Hello Feral, first of all thanks for the fixes. The instability problem seems resolved, i can leave the dial knob at any level and the controller is always properly...
This is because LEDs respond to the gamepad report instead of raw inputs. The WIP LED refactor is addressing this by mapping LED raw inputs (GPIO, expander, analog, etc.) to...