respeaker / seeed-voicecard

2 Mic Hat, 4 Mic Array, 6-Mic Circular Array Kit, and 4-Mic Linear Array Kit for Raspberry Pi
GNU General Public License v3.0
490 stars 295 forks source link

How to trigger the LEDs of Respeaker2mic with AlexaPi ? #32

Closed jabulonboaz closed 6 years ago

jabulonboaz commented 6 years ago

on a RaspberryPi zero w with an AlexaPi build. How to trigger the top 3 LEDs of respeaker 2mic hat when Alexa listens and responds?

Pillar1989 commented 6 years ago

For LEDs of Respeaker 2mic you can refer to this https://github.com/respeaker/pixel_ring

jabulonboaz commented 6 years ago

@Pillar1989 thank u. This refers to the array jat but i have the 2mic hat. Anything relevant to 2mic hat please?

Pillar1989 commented 6 years ago

2mic hat use 3 LEDs. Please change PIXELS_N to 3. https://github.com/respeaker/pixel_ring/blob/master/pixel_ring/apa102_pixel_ring.py#L14

jabulonboaz commented 6 years ago

Can you make instructions to implement the respeaker 2mic leds with google assistant and AlexaPi projects please?

Pillar1989 commented 6 years ago

Sorry, We are all in Chinese New Years. maybe you can ask for google assistant and AlexaPi projects projects developer to implement LEDs.

xiongyihui commented 6 years ago

@jabulonboaz We have demos to use Google Assistant and Alexa Voice Service with LED light. See https://github.com/respeaker/mic_hat

jabulonboaz commented 6 years ago

Thank you i have implemented the LEDs with GA for now. I have read the git instructions in the past but they are not detailed enough. It would be good if you could update these with more detail.