0% found this document useful (0 votes)
78 views5 pages

Control LED with Button: Arduino Guide

This document provides instructions for a project using an Arduino to control an LED with a push button switch. The project aims to teach how an LED and push button switch work and how to wire them in a circuit with an Arduino board. It lists the required parts including an Arduino Uno, breadboard, LED, resistors, push button switch and wires and provides a circuit diagram.

Uploaded by

sanjibnanda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views5 pages

Control LED with Button: Arduino Guide

This document provides instructions for a project using an Arduino to control an LED with a push button switch. The project aims to teach how an LED and push button switch work and how to wire them in a circuit with an Arduino board. It lists the required parts including an Arduino Uno, breadboard, LED, resistors, push button switch and wires and provides a circuit diagram.

Uploaded by

sanjibnanda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Arduino Bootcamp : From Novice to

Professional - Learning Through Projects


Controlling an LED with a Push Button Switch
Project Objectives
• In this project you will learn:

• How an LED works

• How to wire an LED in a circuit

• How a push button switch works

• How to connect a push button switch in a circuit

• Using the digitalRead() function


Parts
• Arduino Uno

• USB A-B cable

• Breadboard

• Red LED (or any color)

• 220 Ω and 1 kΩ resistor

• Push Button Switch

• Connecting wires
Circuit Diagram
Summary
• In this project you learnt:

• How an LED works

• How a push button switch works

• How to connect them in a circuit

• Using the digitalRead() function

You might also like