Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Display counter using Arduino - Manipuri

This is a sample video. To access the full content,
please Login

791 visits



Outline:

Outline: Connect an LCD and a Push button to Arduino board. Use the same circuit created earlier using Arduino and LCD Add a pushbutton and make a simple counter Learn the connection circuit details See the live setup of the connection Write a program in the Arduino IDE write the code for void loop write a simple if statement to check whether the pushbutton is pressed or not Compile and upload the program See that pushbutton is working successfully Modify the program to set a counter Explain the error that occurs Write a while statement Again compile and upload the program Output: count is increased whenever the button is pressed