You are on page 1of 16

Real projects. Real learning.

TOPIC OUTLINE

Real projects. Real learning.


Real projects. Real learning.
Real projects. Real learning.
WHAT IS ARDUINO?
Arduino is an open-source physical computing platform based on a simple
microcontroller board, and a development environment for writing software
for the board.

Real projects. Real learning.


ARDUINO ATMEGA 2560

Digital I/O: 54 Pins


Analog Output: 15 Pins

Flash Memory: 256kB


Write/Erase: 10,000 times

CPU Speed: 16MHz

Analog Input: 16 Pins

Operating Voltage: 5V
Real projects. Real learning.
Why Arduino?

Extensible Hardware and Software

Real projects. Real learning.


DIGITAL AND ANALOG SIGNAL

Analog Signal --- information is


translated into electric pulses of
varying amplitude. 

Digital Signal --- information is into


binary format (zero or one) where each
bit is representative of two distinct
amplitudes.

Real projects. Real learning.


ARDUINO PLATFORM
Functions:
• Verify
• Upload
• New
• Open
• Save
Text Editor

Status Bar
Console
Real projects. Real learning.
ARDUINO PLATFORM

WORKING FILE SKETCH

STATUS

BOARDS / CONNECTION

Real projects. Real learning.


ARDUINO PLATFORM --- BASIC FUNCTION

Real projects. Real learning.


Real projects. Real learning.
LESSON 11: Making Sounds

OVERVIEW
In this lesson, you will learn how to
make sound with your Arduino. First
you will make the Arduino play a
‘musical’ scale and then combine this
with a photocell, to make a
Theremin-like instrument that
changes the pitch played as you wave
you hand over the photocell. Real projects. Real learning.
SPECIFICATION

Passive buzzer: Pin Definition:


Working Voltage: 3V/5V Passive Buzzer UNO R3
Resistance: 16Ω Long Pin D11
Resonance Frequency: 2kHz Short Pin GND

Photoresistor:
Model: GL5528
Maximum Voltage: 150 Volt DC
Spectral Peak: 540nm
Maximum Wattage: 100mW
Operating Temperature: -30 ~ +70C°

Real projects. Real learning.


SPECIFICATION

Passive buzzer: Pin Definition:


Working Voltage: 3V/5V Passive Buzzer UNO R3
Resistance: 16Ω Long Pin D11
Resonance Frequency: 2kHz Short Pin GND

Photoresistor:
Model: GL5528
Maximum Voltage: 150 Volt DC
Spectral Peak: 540nm
Maximum Wattage: 100mW
Operating Temperature: -30 ~ +70C°

Real projects. Real learning.


HARDWARE
Arduino UNO
LED
Buzzer
LDR (photoresistor)
220 and 10K ohm resistors
Wires
Breadboard
Real projects. Real learning.
CONNECTION DIAGRAM

Real projects. Real learning.

You might also like