Graspberry is a project that includes a custom driver for an EMG (Electromyography) HAT for Raspberry Pi 5.
/driver- Custom Graspberry HAT driver/tools- Build and helper scripts/specs- Hardware specifications and schematics for the custom Graspberry HAT/docs- Project documentation
-
Run the setup script:
./tools/setup.sh -
Build the driver:
cd driver make -
Install the driver:
sudo insmod graspberry.ko -
To load the driver automatically at boot, add it to /etc/modules:
echo "graspberry" | sudo tee -a /etc/modules
-
Ensure you have the necessary dependencies:
sudo apt update && sudo apt upgrade -y sudo apt install -y raspberrypi-kernel-headers build-essential git -
Build the driver:
cd driver make -
Install the driver:
sudo insmod graspberry.ko -
To load the driver automatically at boot, add it to /etc/modules:
echo "graspberry" | sudo tee -a /etc/modules
Specifications and schematics for the custom Graspberry HAT can be found in the /specs directory.
Contributions are welcome! Please submit pull requests or create issues.
[GNU General Public License v2.0]
- Raspberry Pi Foundation
- Linux Kernel community
- My brother for pushing me to do more