All Projects → pimoroni → drum-hat

pimoroni / drum-hat

Licence: MIT license
Python library for the Pimoroni Drum HAT Raspberry Pi Add-on board.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
HTML
75241 projects
CSS
56736 projects
Makefile
30231 projects

Projects that are alternatives of or similar to drum-hat

fourletter-phat
Python library for the Pimoroni Four Letter pHAT
Stars: ✭ 28 (+7.69%)
Mutual labels:  pypi-package
vfxwindow
Python Qt Window class for compatibility between VFX programs
Stars: ✭ 80 (+207.69%)
Mutual labels:  pypi-package
dynamic-cli
A Modern, user-friendly command-line HTTP client for the API testing, and if you're stuck - Search and browse StackOverflow without leaving the CLI
Stars: ✭ 151 (+480.77%)
Mutual labels:  pypi-package
github-flavored-markdown-to-html
Convert markdown to HTML using the GitHub API and some additional tweaks with Python. Comes with full formula support and image compression.
Stars: ✭ 44 (+69.23%)
Mutual labels:  pypi-package
trackball-python
Python library for the Pimoroni Track Ball Breakout
Stars: ✭ 30 (+15.38%)
Mutual labels:  pypi-package
ewtpy
Empirical wavelet transform (EWT) in Python
Stars: ✭ 52 (+100%)
Mutual labels:  pypi-package
unicornhatmini-python
Python library for the Pimoroni Unicorn HAT Mini RGB LED Display
Stars: ✭ 32 (+23.08%)
Mutual labels:  pypi-package
lightweight-push-pip
A lightweight way to push messages to Android devices (pip library package).
Stars: ✭ 14 (-46.15%)
Mutual labels:  pypi-package
pypapago
🐧[Archived][Unofficial] Python wrapper for Papago translation service
Stars: ✭ 45 (+73.08%)
Mutual labels:  pypi-package
st7735-python
Python library to control an ST7735 TFT LCD display. Allows simple drawing on the display without installing a kernel module.
Stars: ✭ 45 (+73.08%)
Mutual labels:  pypi-package
keybow-python
Python library for the Pimoroni Keybow 3 and 12 key mechanical keyboard add-ons for Raspberry Pi
Stars: ✭ 27 (+3.85%)
Mutual labels:  pypi-package
TF2DeepFloorplan
TF2 Deep FloorPlan Recognition using a Multi-task Network with Room-boundary-Guided Attention. Enable tensorboard, quantization, flask, tflite, docker, github actions and google colab.
Stars: ✭ 98 (+276.92%)
Mutual labels:  pypi-package
neowise
Deep Learning library built from scratch with Python and NumPy
Stars: ✭ 16 (-38.46%)
Mutual labels:  pypi-package
sgp30-python
Python library for the SGP30 air quality sensor
Stars: ✭ 26 (+0%)
Mutual labels:  pypi-package
geneticalgorithm2
Supported highly optimized and flexible genetic algorithm package for python
Stars: ✭ 36 (+38.46%)
Mutual labels:  pypi-package
starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+1576.92%)
Mutual labels:  pypi-package
pms5003-python
Python library for the PMS5003 particulate sensor
Stars: ✭ 40 (+53.85%)
Mutual labels:  pypi-package
pycln
A formatter for finding and removing unused import statements.
Stars: ✭ 161 (+519.23%)
Mutual labels:  pypi-package
Scopy
An integrated negative design python library for desirable HTS/VS database design
Stars: ✭ 28 (+7.69%)
Mutual labels:  pypi-package
pypi-command-line
A powerful, colorful, beautiful command-line-interface for pypi.org
Stars: ✭ 32 (+23.08%)
Mutual labels:  pypi-package

Drum HAT https://shop.pimoroni.com/products/drum-hat

Drum HAT is a tiny 8-pad instrument for the Raspberry Pi featuring:

  • 8 Capacitive Touch Buttons
  • Finger-friendly drum pad layout
  • 8 under-mounted LEDs

Installing

Full install (recommended):

We've created an easy installation script that will install all pre-requisites and get your Drum HAT up and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop, as illustrated below:

Finding the terminal

In the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions:

curl https://get.pimoroni.com/drumhat | bash

Alternatively, on Raspbian, you can download the pimoroni-dashboard and install your product by browsing to the relevant entry:

sudo apt-get install pimoroni

(you will find the Dashboard under 'Accessories' too, in the Pi menu - or just run pimoroni-dashboard at the command line)

If you choose to download examples you'll find them in /home/pi/Pimoroni/drumhat/.

Manual install:

Library install for Python 3:

on Raspbian:

sudo apt-get install python3-drumhat

other environments:

sudo pip3 install drumhat

Library install for Python 2:

on Raspbian:

sudo apt-get install python-drumhat

other environments:

sudo pip2 install drumhat

Development:

If you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, cd to the library directory, and run:

sudo python3 setup.py install

(or sudo python setup.py install whichever your primary Python environment may be)

In all cases you will have to enable the i2c bus.

Documentation & Support

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].