Lesson 62: Time control without delay, LED blink with millis() | Arduino Step By Step Course

preview_player
Показать описание
In this lesson we learn how to do tasks with start and stop of certain time or take action precisely with time. Millis is used to track time without delay. LED blink without delay.

The best thank you for me is to not to skip ads and Subscribe 🔔 to my channel, like 👍 the video It is greatly appreciated. 🔔 😊.
I will reply to all Subscriber's 🔔 questions. So make sure to Subscribe.😊 .

آشنایی با ملیس به فارسی

*** Purchase Arduino Start Kit ***

****** Purchase Authentic Arduino Uno from ****

Download Arduino code for this video:

Use Chapters from timeline or click on the time
00:00 Introduction
04:41 millis() example one
07:14 millis() example two
11:12 millis(0 example three
16:11 LED blink using millis
17:08 Wiring for LED explained
18:06 Code explained
22:36 LED blink demonstration

Tutorial by Ahmad Shamshiri form Canada
****************************
****************************

Power Supply I use:

Get other projects code and learn Arduino
#robojax #robojaxArduinoCourse #robojax_Arduino_Programming

**** AFFILIATE PROGRAM ****
Рекомендации по теме
Комментарии
Автор

Thank You You are the only one on you tube that can explain millis() in the simplest way for us beginners :-) Jim in NY

jimbarrett
Автор

It cannot be simpler than the way you explain it.Thanks a lot.Keep it up.

aberateklehaimanot
Автор

Actually, while the program continuously looping, you can create another loop as well inside the Void loop, and you can use millis() to be able to use a multiple task. What our teacher did is a complete tutorial package. Happy for him.

febochestbox
Автор

I extremelly aperciate your video!!! You helped my to finish my project. LOVE YOU!!!

izuku_kun
Автор

Perfect timing (excuse the pub) I really struggling to understand how to incorporate millis() in my code.

DrRusty
Автор

perfect.. thank you for the wondeful jop

pqbblfk
Автор

Sr. please make the code bellow becomes millis:


Void loop () {
if (digitaRead (tombol)==0){
digitalWrite (led, HIGH);
delay (3000);
digitalWrite (led, LOW);
delay (3000);
digitalWrite (led, HIGH);
delay (3000);
digitalWrite (led, HIGH);
delay (3000);
}
else {
digitalWrite (led, LOW);
}
}

How to be version millis Sr..???.

nanditofernandeshornay