Skip to content

Apexable/alpakka

 
 

Repository files navigation

Alpakka Update plan:

    1. Pin extension changed to 74HC165;
    1. Change the right stick to ADC sampling;
    1. Increase motor vibration;
    1. Add wireless functionality

Alpakka controller reference firmware (for Raspberry Pi RP2040)

Project links

Supported developer operative systems

System dependencies

With apt, rpm, pacman, brew, or the equivalent package manager of your system, install:

  • gcc
  • git
  • cmake

Project dependencies

  • make install: Download and configure dependencies automatically.

Development commands

  • make: Build compilation environment and build executables.
  • make rebuild: Build executables again using cache (faster).
  • make load: Load built .uf2 file into the Pico (requires bootsel mode or active session).
  • make reload: Do both rebuild and load commands (for dev convenience).
  • make clean: Delete previous build files.
  • make session: Connect to UART serial stdio, and display controller log.

While having an active session:

  • make restart: Restart the controller.
  • make bootsel: Put the controller in bootsel mode.
  • make calibrate: Calibrate thumbstick and IMUs.
  • make format: Format NVM sector and reset to initial values.
  • make test: Start a semi-manual testing procedure for the buttons and axis.

Devkit button

  • Single press: Restart the controller.
  • Double press: Put the controller in bootsel mode.

Read the Alpakka developer manual for details about the devkit and more.

About

Having the performance of a mouse combined with the convenience of a gamepad, you won't have to make any compromise anymore.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 96.1%
  • CMake 1.9%
  • Shell 1.7%
  • Makefile 0.3%