Skip to main content

Mopidy extension for GPIO input on a Raspberry Pi

Project description

Latest PyPI version CircleCI build status Test coverage

Mopidy extension for GPIO input on a Raspberry Pi

Installation

Install by running:

python3 -m pip install Mopidy-Raspberry-GPIO

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.

Configuration

Before starting Mopidy, you must add configuration for Mopidy-Raspberry-GPIO to your Mopidy configuration file:

[raspberry-gpio]
enabled = true
bcm5 = play_pause,active_low,250
bcm6 = volume_down,active_low,250
bcm16 = next,active_low,250
bcm20 = volume_up,active_low,250

Each bcmN entry corresponds to the BCM pin of that number.

You must assign an event, mode and bouncetime (ms) to your desired pins.

Supported events:

  • play_pause

  • volume_up

  • volume_down

  • next

  • prev

Supported modes:

  • active_low - configures the pin with a pull-up and triggers when it reads 0/low (RECOMMENDED)

  • active_high - configures the pin as a pull-down and triggers when it reads 1/high

Events volume_up and volume_down both support an (optional) “step” option, which controls the amount (in percent) that the volume is adjusted with each button press.

Eg:

[raspberry-gpio]
enabled = true
bcm5 = play_pause,active_low,250
bcm6 = volume_down,active_low,250,step=1
bcm16 = next,active_low,250
bcm20 = volume_up,active_low,250,step=1

Project resources

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mopidy-raspberry-gpio-1.0.2.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

mopidy_raspberry_gpio-1.0.2-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file mopidy-raspberry-gpio-1.0.2.tar.gz.

File metadata

  • Download URL: mopidy-raspberry-gpio-1.0.2.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for mopidy-raspberry-gpio-1.0.2.tar.gz
Algorithm Hash digest
SHA256 c4b89fbbee4bb4d0c23f0395e30d2a3e0dd4ca047c34c02932e4b1787295470b
MD5 f8cfcea51a7103b23f7c15b8340a460a
BLAKE2b-256 6ab859c0266d89c4ccacd59e659bb7be8525d3b6acda3a1738973ea33bb89686

See more details on using hashes here.

File details

Details for the file mopidy_raspberry_gpio-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: mopidy_raspberry_gpio-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 9.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for mopidy_raspberry_gpio-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d94ed436a25dad1b78993a173f3052af6eda86d7ce60ce1fee92d3cd2abf6e72
MD5 196f242746ccf69012d7042898a9fbf0
BLAKE2b-256 6e9900046cec080c6a16bfd7d0c26cb19d4b1241083b477f9bd09dfef19f7787

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page