Rhasspy and Raspberry Pi LED Control

Hello Everyone,

I am new with Rhasspy and trying to control the Raspberry Pi GPIO using Rhasspy voice assistant. I am looking for a tutorial for this kind of project. Can anyone please suggests me these kind of projects links.

Regards,
Rameel

Do you mean a real GPIO controll or the LEDs on a microphone hat?

If you mean the first you could look at a combination of :
https://learn.sparkfun.com/tutorials/raspberry-gpio/python-rpigpio-example

and

The second Link allows you to create a connection to your rhasspy instance and react to intents.

If you mean to controll the LEDs on your microphone shield (such as respeaker 4 mic array) according to the events of rhasspy, you can take a look at https://github.com/project-alice-assistant/HermesLedControl

Feel free to ask for help at any time!

1 Like