Led Chaser Circuit Using Arduino Uno | Arduino Uno Projects | #shorts #arduino #electronics

preview_player
Показать описание
Led Chaser Circuit Using Arduino Uno !

#electronics #arduinouno #electronicproject
#electric #dcmotor#electronicscircuit
#electronic #motor #flasher
#electro #led #chaser
#ledflasher #etelectronics #ledchaser
#arduino #eteuircuit #amplifier
#electronicsprojects #bldcmotor #shortvideo #short #youtube #youtubeindia #like #share #subscribe
Рекомендации по теме
Комментарии
Автор

Operating leds With 5 volts is a crime

DeepakR-wx
Автор

Everyone's first thought: "holy shit, he's gonna run that without the resistors!?"

ReauDog
Автор

Coding

void setup() {
for (int i = 2; i < 10; i++) { // Choose pins 2-9
pinMode(i, OUTPUT); // Set the pins as outputs
}
}
// Define function to turn off all LEDs at the same time
void allLEDsOff(void) {
for (int i = 2; i < 10; i++) {
digitalWrite(i, LOW);
}
}
// Switch on LEDs in sequence from left to right
void loop() {
for (int i = 2; i < 9; i++) { // Run loop once for each LED
allLEDsOff(); // Turn off all LEDs
digitalWrite(i, HIGH); // Turn on current LED
delay(200); // Delay of 200 ms,
// then repeat loop to move on to next LED
}
for (int i = 9; i > 2; i--) { // Light LEDs from right to left
allLEDsOff();
digitalWrite(i, HIGH);
delay(200);
}
}

nuzrarazook
Автор

Hey... This is a really good idea. I saw these lights in the Tourist buses like Komban, Crown travels 😃. We can use these ideas for making mini bus models❤❤

mamathakv
Автор

These are blue LEDs. They take around 3 - 5 volts. They're usually fine without capacitors, but I'd still use them.

Its usually like Yellow, Orange, and Red you should use capacitors for since their low power.

Laqota
Автор

Can you make this video again with resistors.

Sana_Iram_
Автор

Shift register would be better right???

forgewhelbon
Автор

this is BAD tutorial - you are killing leds and arduino output port transistor, you should add at least 1 current limiting resistor (if you don't have more) to GND wire, in thіs case all glowing leds would share current and shine darker when more of them would turn on, ideally you should have resistor in series to each led then all of them would shine bright

РоманАндреенко-чл
Автор

Danger circuit tutorial without resistor! Most better using shift register like 74hc595

SaifulAdliYusof
Автор

Зачем для этого использовать контроллер? 595я микросхема и NE555 отлично справятся

KoGIch
Автор

We can use 12v 2amp adapter for Arduino uno?

damorshravankumar
Автор

Ben et les résistances, tu les mets quand ?

Art-Teck
Автор

Bro atleast 100ohm resistor is necessary 😂or 220ohm it's gonna last for some minutes or an hour i guess if it's good quality 😂

shub
Автор

Everyone is worried about resisters and that orange and yellow wire being switched is bothering me

lowestyet
Автор

Wow
Please help me, I am also learning as a beginner

SilverWayner
Автор

of my student said after copying this video all the leds burn😂😂😂😂😂😂😂 I stand for justice😂😂😂😂

josephjfsiaha
Автор

I need the code, where's the video link?

aditsumatra
Автор

Bro just 2 week I submit this project 😂

Patelkavy-cfrx
Автор

Cool mais s'il vous plaît puis-je avoir le code Arduino utiliser ?🙏🙏🥰

maxhounkpatin