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

Real Projects. Real Learning

This document provides an overview of the Arduino platform. It describes Arduino as an open-source physical computing platform using a microcontroller board and development environment. Key details about the Arduino Mega 2560 board are presented, including 54 digital I/O pins, 16 analog inputs, and 256kB of flash memory. The benefits of extensible hardware and software using Arduino are noted. Basic concepts of analog and digital signals are defined. The Arduino development environment and basic functions are outlined. An example tilt switch experiment connection diagram is presented.

Uploaded by

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

Real Projects. Real Learning

This document provides an overview of the Arduino platform. It describes Arduino as an open-source physical computing platform using a microcontroller board and development environment. Key details about the Arduino Mega 2560 board are presented, including 54 digital I/O pins, 16 analog inputs, and 256kB of flash memory. The benefits of extensible hardware and software using Arduino are noted. Basic concepts of analog and digital signals are defined. The Arduino development environment and basic functions are outlined. An example tilt switch experiment connection diagram is presented.

Uploaded by

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

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 12: Tilt Switch Experiment

Real projects. Real learning.


CONNECTION DIAGRAM

Real projects. Real learning.

You might also like