0% found this document useful (0 votes)
42 views17 pages

Real Projects. Real Learning

This document provides an overview of the Arduino platform for physical computing. It describes that Arduino is an open-source platform using a microcontroller board and development environment. Key specifications of the Arduino ATmega 2560 chip are outlined, including 54 digital I/O pins, 16 analog inputs, and 256kB of flash memory. The document then discusses digital and analog signals and how the Arduino platform functions through a text editor, status bar, and console to write sketches. It provides examples of using an active buzzer and changing its volume and tone through code.

Uploaded by

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

Real Projects. Real Learning

This document provides an overview of the Arduino platform for physical computing. It describes that Arduino is an open-source platform using a microcontroller board and development environment. Key specifications of the Arduino ATmega 2560 chip are outlined, including 54 digital I/O pins, 16 analog inputs, and 256kB of flash memory. The document then discusses digital and analog signals and how the Arduino platform functions through a text editor, status bar, and console to write sketches. It provides examples of using an active buzzer and changing its volume and tone through code.

Uploaded by

brett
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 17

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 8 & 9: ACTIVE and PASSIVE BUZZER

OVERVIEW
This is an active buzzer experiment.
Active means that the direct power
supply can make a sound.

Real projects. Real learning.


LESSON 8 & 9: ACTIVE and PASSIVE BUZZER

Specification
Voltage: DC 5V
Min Sound Output at 10cm: 85dB
Total Size (Pin Not Included): 12 x 9mm/0.47” x 0.35” (D*H)

Hardware Required
Active Buzzer
USB Cable
UNO R3
Breadboard
Jumper wires

Real projects. Real learning.


LESSON 8 & 9: ACTIVE and PASSIVE BUZZER

Connection Diagram

Real projects. Real learning.


LESSON 8 & 9: ACTIVE and PASSIVE BUZZER

Real projects. Real learning.


CHANGE VOLUME OF BUZZER

Connection Diagram

Real projects. Real learning.


Change Tone Syntax

Real projects. Real learning.

You might also like