python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
What should I do for stop the loop at the background when I am not pressing the button?
I am new here ,sooo sorry for the mistakes :P.
So whatever. I am trying to do a simple counter circuit with Arduino UNO, a catot 7-segment display and a button. I just want to when I press the button ...
Alperen
Votes: 0
Answers: 2
Writing a super simple LED code, having issues with not being able to import from gpiozero
Im trying to use my raspberry pi electronics kit to run an LED program. My code is just:
from gpiozero import led
from signal import pause
led = LED(4)
led.blink()
pause()
Which throws
Traceback (...
Swordfish_ll
Votes: 0
Answers: 1
Change LED intencity through 74HC595 shift register
I'm currently working on a project for which I need to control 13 white LEDs and one RGB LED with two shift registers 74HC595 in cascade.
I work on windows with a SAMD21 XPLAINED PRO board (µC samd21j...
Fanch
Votes: 0
Answers: 1
Controlling led strip with SPI bus causes entire strip to light up
I am using python package to control a led strip.
Using PWM everything worked perfectly fine but it didn't allow me to run the script without sudo which is why I switched over to using SPI.
Now I get ...

user10837120
Votes: 0
Answers: 1