Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LEDs do not light up ReSpeaker 6-Mic Circular Array Kit for Raspberry Pi #12

Open
dmitriytim opened this issue Jan 12, 2023 · 0 comments

Comments

@dmitriytim
Copy link

dmitriytim commented Jan 12, 2023

LEDs do not light up
but if you run the script

import gpiozero # The GPIO library for Raspberry Pi
import time # Enables Python to manage timing

led = gpiozero.LED(11) # Reference GPIO17

while True:
   led.on() # Turn the LED on
   time.sleep(1)
   led.off() # Turn the LED off
   time.sleep(1) # Pause for 1 second

randomly light up red 3-4 diodes

microphones work fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant