Skip to main content

Questions tagged [led]

An LED is a type of light source which is typically fairly small and has low power requirements.

0 votes
0 answers
44 views

I wanted to test my new PIR sensor but it always shows the LED high voltage. Please tell me what to do? code: const int pirPin = 2; // пин pir датчика const int ledPin = 13; // пин диода или ...
Яна Анфалова's user avatar
2 votes
1 answer
219 views

Not sure if this belongs more in an electronics SE, but I'll give this a try. I'm trying to use an ESP32-C3 and an NPN transistor (2N5551) to PWM drive an LED (values below). I'm trying a simple fade, ...
Lorenzo's user avatar
  • 149
0 votes
2 answers
152 views

The code below has a normal bright led on the 5th pin of port F while those on port B, 0, 1, 2 are dimmer. Even if you hold down one button and a moment later simultaneously press another button while ...
NaturalDemon's user avatar
0 votes
1 answer
391 views

Hi, I am using p10 Led display and trying to make digital clock. it works fine but after 2 or more weeks later without any switch off there is a overlaying start on characters. why this happening I ...
mehmet's user avatar
  • 297
-1 votes
1 answer
271 views

I want to show progress on a wall using LEDs from data added in an Excel speed sheet. I want to have about 20 different LEDs maybe more. Can this be done with an Arduino Uno?
Lee Taiani's user avatar
-1 votes
2 answers
78 views

The brightness of the LED gets higher normally but when it gets to full brightness it just stays like that - it doesn't dim. Sorry if this has already been answered I just can't seem to find anything ...
Spiros Diakakis's user avatar
1 vote
1 answer
721 views

In the code below which is running on a WEMOS D1 (ESP8266), a NeoPixel strip turns on 1 LED in red which moves left to right and then right to left whilst the board attempts to connect to Wi-Fi in the ...
Lachlan Etherton's user avatar
0 votes
1 answer
66 views

I connected a led to pin 7 (with a small resistance to avoid burning it) and tried the code below, with and without pinMode as output void setup() { pinMode(7, OUTPUT); Serial.begin(9600); } void ...
Mah Neh's user avatar
1 vote
1 answer
267 views

I have two UV leds, one Vf 3.3V @ 150 mA and the second one Vf 5V @ 150 mA. I need a circuit to make them fade in and out alternatively, i.e., as one goes dimmer the other goes brighter and vice versa....
Rodrigo's user avatar
  • 113
0 votes
2 answers
170 views

I have an Arduino project to control a motor's speed at 3 levels, indicated by 3 LEDs, so level 1 is speed 1 and LED 1, and so on for levels 2/3. Also, I added a low-battery voltage indicator to ...
Tito's user avatar
  • 111
-2 votes
1 answer
109 views

When I connect the Arduino to the computer, the L LED is constantly on and com is not detected. However, when I press the reset button, the L LED starts blinking for about 10 seconds and com appears. ...
Kerem Soylu's user avatar
0 votes
1 answer
115 views

I am trying to blink a Grove - RGB LED Stick (10 - WS2813 Mini 3535) with this code: #include "FastLED.h" int ledState = LOW; // ledState used to set the LED long previousMillis = 0; ...
dkin's user avatar
  • 29
1 vote
0 answers
649 views

I'm using a DF Mini Player with my Arduino Uno project I keep getting stuck on the same point - how to trigger my LED sequence. I discovered, through some google searching, that utilizing the BUSY ...
Ian's user avatar
  • 11
3 votes
1 answer
1k views

I need to add support for the UNO R4 (both models) for a library I'm maintaining. The library uses the LED on pin 13 as status indicator. I can't find any information whether that LED is still there ...
PMF's user avatar
  • 1,306
2 votes
2 answers
1k views

I have been using https://wokwi.com/ to learn Arduino and I am having a problem that seems to be happening no matter what I do. I am trying to set up a push button and an LED. The end goal here is to ...
wgm's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
58