0% found this document useful (0 votes)
137 views

"Programing With Arduino Uno": Mr. Pramod Waikar

This one-day workshop will cover programming with the Arduino Uno board. The document introduces different Arduino boards and focuses on the Arduino Uno. It discusses the Arduino Uno's microcontroller, voltage specifications, number of digital and analog pins. The document also provides a brief history of Arduino and describes the Arduino IDE software and basic code structure using setup and loop functions. Examples of projects that can be done with the Arduino Uno include controlling LEDs, LCD displays, reading analog sensors, reading digital inputs, and driving motors.

Uploaded by

pdw2011
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
137 views

"Programing With Arduino Uno": Mr. Pramod Waikar

This one-day workshop will cover programming with the Arduino Uno board. The document introduces different Arduino boards and focuses on the Arduino Uno. It discusses the Arduino Uno's microcontroller, voltage specifications, number of digital and analog pins. The document also provides a brief history of Arduino and describes the Arduino IDE software and basic code structure using setup and loop functions. Examples of projects that can be done with the Arduino Uno include controlling LEDs, LCD displays, reading analog sensors, reading digital inputs, and driving motors.

Uploaded by

pdw2011
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 14

One Day Workshop on

“Programing with
Arduino Uno”
by

Mr. Pramod Waikar
Assistant Professor,
Rajendra Mane College of Engineering & Technology,
Ambav

Rajendra Mane College of Engineering &
Technology, Ambav

Institute Social Responsibility


Introduction

Types of Arduino
1) Arduino Nano.
2) Arduino Uno (R3)
3) LilyPad Arduino Board.
4) RedBoard Arduino Board.
5) Arduino Mega (R3) Board.
6) Arduino Leonardo Board.
Arduino Uno

History

• In 2003 Hernando Barragán created the
development platform
• Massimo Banzi, with David Mellis added
support
• The king Arduino was born in 955 in Italy
• Inventor use to meet and discuss in
Restaurant named “Arduino”
Specification


Microcontroller: ATmega328.
• Operating Voltage: 5V.
• Input Voltage (recommended): 7-12V.
• Digital I/O Pins: 14
• Analog Input Pins: 6.
• DC Current per I/O Pin: 40 mA.
• DC Current for 3.3V Pin: 50 mA.
Description of Board

Arduino IDE


Arduino is an open source computer hardware
and software company
• Arduino IDE is a cross-platform application
written in the programming language Java
• Arduino supports C and C++ using special
rules of code structuring
• Only two functions:
• setup()
• loop()
Digital Output data
LED

LCD 16x2

Analog Data input

Digital Input Data

Motor Driver L293D

Thanks

You might also like