A plugin to turn a LED on when a wakeword is detected
Project description
PHAL plugin - Wakeword LED
A light (LED) indicator when Open Voice OS is listening and/or speaking.
About
This PHAL plugin interacts with a LED connected to a GPIO to let you know if Open Voice OS is listening. When a wake word is detected the LED turns on and when the audio output is over the LED turns off.
It also possible to configure the plugin to only turn the LED on and off during the listening (not the audio output).
Installation
pip install ovos-phal-plugin-ww-led
Configuration
The plugin configuration file is ~/.config/OpenVoiceOS/ovos-phal-plugin-ww-led.json
.
Option | Value | Description |
---|---|---|
gpio_pin |
N/A |
GPIO PIN where the LED is connected |
wakeword_only |
false |
Turn on the LED only during the wakeword detection |
pulse |
true |
Make the LED pulse |
Example
Configuration sample of ~/.config/OpenVoiceOS/ovos-phal-plugin-ww-led.json
.
{
"gpio_pin": 25,
"wakeword_only": false,
"pulse": true
}
Credits
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ovos-phal-plugin-ww-led-1.0.0.tar.gz
.
File metadata
- Download URL: ovos-phal-plugin-ww-led-1.0.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33b253af5e9693d0e7af3bea369aca2cde0575bbb7a08693abc6389e765e550f |
|
MD5 | adc6ebbc36bb4d2c93a12b9323b1d3b1 |
|
BLAKE2b-256 | efd91fac5da28ec3bf07bb2ac2b99ab81628085a23b0039c9d8cf60c9b7e7ce3 |
File details
Details for the file ovos_phal_plugin_ww_led-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: ovos_phal_plugin_ww_led-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd278e6a5925640ae08aade314516ff25387bfa51ca60fe68d028d0eb9f420f1 |
|
MD5 | a245a08450814f3219fe3f660a75cfaf |
|
BLAKE2b-256 | c5c22f3a2077112d0ff80311b03b89746d859809586aa10a2c5b834ebc1d9871 |