filmov
tv
Blinking Display IoT project in Hindi||blinking of led and interfacing lcd display with arduino #2

Показать описание
00:14 Demo
00:27 Blinking Display components
01:00 Blinking Display Circuit
03:05 Blinking Display theory
04:59 Display Coding
07:25 Arduino Uno circuit setup
10:42 Arduino Install software
11:26 Blinking Display output
-------------------------------------------------------------------------------------
Blinking Display theory
------------------------------------------------------------------------------------
• The LiquidCrystal() function sets the pins the Arduino uses to connect to the LCD.
• loop() A loop is a programming function that iterates a statement or condition based on specified boundaries.
• delay(10) Pauses the program for the amount of time (in milliseconds) specified as parameter.
------------------------------------------------------------------------------------------------
Blinking LED Coding
------------------------------------------------------------------------------------------------
#include LiquidCrystal.h
const int rs=12,en=11,d4=5,d5=4,d6=3,d7=2;
LiquidCrystal lcd(rs,en,d4,d5,d6,d7);
void setup() {
}
void loop() {
delay(500);
delay(500);
}
------------------------------------------------------------------------------------------------
Install software
------------------------------------------------------------------------------------------------
............................................................................................................................................
telegrame
For more info contact 8382810004
..........................
#FreeIOT
#InternetOfThinngs
#freeIOTclass
#basiciot
00:27 Blinking Display components
01:00 Blinking Display Circuit
03:05 Blinking Display theory
04:59 Display Coding
07:25 Arduino Uno circuit setup
10:42 Arduino Install software
11:26 Blinking Display output
-------------------------------------------------------------------------------------
Blinking Display theory
------------------------------------------------------------------------------------
• The LiquidCrystal() function sets the pins the Arduino uses to connect to the LCD.
• loop() A loop is a programming function that iterates a statement or condition based on specified boundaries.
• delay(10) Pauses the program for the amount of time (in milliseconds) specified as parameter.
------------------------------------------------------------------------------------------------
Blinking LED Coding
------------------------------------------------------------------------------------------------
#include LiquidCrystal.h
const int rs=12,en=11,d4=5,d5=4,d6=3,d7=2;
LiquidCrystal lcd(rs,en,d4,d5,d6,d7);
void setup() {
}
void loop() {
delay(500);
delay(500);
}
------------------------------------------------------------------------------------------------
Install software
------------------------------------------------------------------------------------------------
............................................................................................................................................
telegrame
For more info contact 8382810004
..........................
#FreeIOT
#InternetOfThinngs
#freeIOTclass
#basiciot
Комментарии