SlideShare a Scribd company logo
Build cool
stuff with
Arduino
William Hooi
Wendell Wong
Centre for Research & Applied Learning in
Sciences
Science Centre Singapore

Introductory
Workshop
13 Dec 2013
facebook.com/CRADLEsci
What are microcontrollers?
•
•
•
•

Really small computers
With limited hardware resources
Programmable
Can be used to do anything imaginable
Doing good for humanity
Fukushima nuclear
disaster

DIY radiation detector built by Tokyo
Hackerspace, connected live to the Internet
Arduino as an Interative Device
Terminology
• Pins
– A leg on a microcontroller with some specific
function (e.g. Power pin, ground pin, digital input
pin, analog output pin)
Digital pins

Arduino has 13 digital pins that can be used
as input or output

Arduino has 6 analog pins that can only be
used as input
Analog pins
Using the breadboard
Horizontal tracks
for power

vertical tracks for
components
Connecting circuit
Program structure
Arduino use a
language similar to
C++

void setup( )
{
}

void loop( )
{
}
Where to start
Determine your
input
Output device:
Determine your
output and device
Input device:
Choose a device

Lightdependent
resistor
(LDR)

Light
emitting
diode (LED)
Piezo
buzzer
Reading from serial monitor

Verify

Upload

Serial monitor
Activity 1: Blink an LED
longer leg

330
Activity 1: Blink an LED
Assign pin 13 as LED pin

Assign LED pin as output

Turn LED pin on
Wait for 0.5s
Turn Led pin off
Wait for 0.5s
Recap

pinMode (pin number, OUTPUT/INPUT);
digitalWrite(pin number, HIGH/LOW);
delay(milliseconds);
Activity 2: ..and beep a buzzer

Piezo
buzzer
330
Activity 2: ..and beep a buzzer
Assign pin 8 as tone pin

Play a tone on tone pin with 200 Hz and 250ms

Play a tone on tone pin with 600 Hz and 250ms
Use arrays for longer tunes
Challenge
Build a circuit and write the Arduino
sketch that will enable you to blink 4
LEDs intermittently & play a musical
tone
Controlling RGB
Activity 4: Light sensing

adafruit.com
Activity 4: Display light reading – Serial
Controlling servo motor
Activity 5: Controlling servo motor

GND

pin 0

+5V
Control servo with trimmer pot
#include <Servo.h>
Recap

#include <Servo.h>
Servo myservo;

myservo.attach (pin number);
myservo.write (angle);
Reading from serial monitor
#include <Servo.h>

create a servo object called ‘myservo’

Start serial comm at 9600bps

Assign servo to servo pin 9

Read analog pin 0, pass value to potLevel
Convert range to 180 divisions

Display something on serial monitor
Tell servo to rotate
Replace pot with light sensor
10k
10k
Ideas for projects
Thank you
facebook.com/CRADLEsci
Ad

Recommended

Arduino
Arduino
Paras Bhanot
 
Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009
Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009
Eoin Brazil
 
Introduction to Arduino
Introduction to Arduino
Yong Heui Cho
 
Aurdino presentation
Aurdino presentation
C.Vamsi Krishna
 
Arduino Introduction Presentation
Arduino Introduction Presentation
ericholm
 
Arduino Basics
Arduino Basics
ESRI Bulgaria
 
CTC - What is Arduino
CTC - What is Arduino
David Cuartielles
 
Basics of arduino uno
Basics of arduino uno
Rahat Sood
 
Introduction to Arduino Programming
Introduction to Arduino Programming
James Lewis
 
Interfacing with Arduino
Interfacing with Arduino
Omer Kilic
 
Introducing the Arduino
Introducing the Arduino
Charles A B Jr
 
Introduction to Arduino
Introduction to Arduino
Luki B. Subekti
 
Lesson sample introduction to arduino
Lesson sample introduction to arduino
Betsy Eng
 
Arduino
Arduino
Md. Ashifur Rahaman
 
Arduino Basics
Arduino Basics
Jeremy Abbett
 
Intro arduino English
Intro arduino English
SOAEnsAD
 
Introduction to Arduino
Introduction to Arduino
yeokm1
 
Arduino Robotics workshop Day1
Arduino Robotics workshop Day1
Sudar Muthu
 
Arduino course
Arduino course
Ahmed Shelbaya
 
Arduino and c programming
Arduino and c programming
Punit Goswami
 
Arduino Workshop @ MSA University
Arduino Workshop @ MSA University
Ahmed Magdy Farid
 
arduino-ppt
arduino-ppt
jhcid
 
What is Arduino ?
What is Arduino ?
Niket Chandrawanshi
 
Introducing... Arduino
Introducing... Arduino
zvikapika
 
Arduino Introduction by coopermaa
Arduino Introduction by coopermaa
馬 萬圳
 
Arduino slides
Arduino slides
sdcharle
 
Arduino Lecture 1 - Introducing the Arduino
Arduino Lecture 1 - Introducing the Arduino
Eoin Brazil
 
Introduction to arduino
Introduction to arduino
Preet Sangha
 
Presentation at Makers in Education forum / Shenzhen Maker Faire 2014
Presentation at Makers in Education forum / Shenzhen Maker Faire 2014
Singapore Makers Association
 
10 things you should know about the (r)evolution of the Makers movement in Si...
10 things you should know about the (r)evolution of the Makers movement in Si...
Singapore Makers Association
 

More Related Content

What's hot (20)

Introduction to Arduino Programming
Introduction to Arduino Programming
James Lewis
 
Interfacing with Arduino
Interfacing with Arduino
Omer Kilic
 
Introducing the Arduino
Introducing the Arduino
Charles A B Jr
 
Introduction to Arduino
Introduction to Arduino
Luki B. Subekti
 
Lesson sample introduction to arduino
Lesson sample introduction to arduino
Betsy Eng
 
Arduino
Arduino
Md. Ashifur Rahaman
 
Arduino Basics
Arduino Basics
Jeremy Abbett
 
Intro arduino English
Intro arduino English
SOAEnsAD
 
Introduction to Arduino
Introduction to Arduino
yeokm1
 
Arduino Robotics workshop Day1
Arduino Robotics workshop Day1
Sudar Muthu
 
Arduino course
Arduino course
Ahmed Shelbaya
 
Arduino and c programming
Arduino and c programming
Punit Goswami
 
Arduino Workshop @ MSA University
Arduino Workshop @ MSA University
Ahmed Magdy Farid
 
arduino-ppt
arduino-ppt
jhcid
 
What is Arduino ?
What is Arduino ?
Niket Chandrawanshi
 
Introducing... Arduino
Introducing... Arduino
zvikapika
 
Arduino Introduction by coopermaa
Arduino Introduction by coopermaa
馬 萬圳
 
Arduino slides
Arduino slides
sdcharle
 
Arduino Lecture 1 - Introducing the Arduino
Arduino Lecture 1 - Introducing the Arduino
Eoin Brazil
 
Introduction to arduino
Introduction to arduino
Preet Sangha
 
Introduction to Arduino Programming
Introduction to Arduino Programming
James Lewis
 
Interfacing with Arduino
Interfacing with Arduino
Omer Kilic
 
Introducing the Arduino
Introducing the Arduino
Charles A B Jr
 
Lesson sample introduction to arduino
Lesson sample introduction to arduino
Betsy Eng
 
Intro arduino English
Intro arduino English
SOAEnsAD
 
Introduction to Arduino
Introduction to Arduino
yeokm1
 
Arduino Robotics workshop Day1
Arduino Robotics workshop Day1
Sudar Muthu
 
Arduino and c programming
Arduino and c programming
Punit Goswami
 
Arduino Workshop @ MSA University
Arduino Workshop @ MSA University
Ahmed Magdy Farid
 
arduino-ppt
arduino-ppt
jhcid
 
Introducing... Arduino
Introducing... Arduino
zvikapika
 
Arduino Introduction by coopermaa
Arduino Introduction by coopermaa
馬 萬圳
 
Arduino slides
Arduino slides
sdcharle
 
Arduino Lecture 1 - Introducing the Arduino
Arduino Lecture 1 - Introducing the Arduino
Eoin Brazil
 
Introduction to arduino
Introduction to arduino
Preet Sangha
 

Viewers also liked (7)

Presentation at Makers in Education forum / Shenzhen Maker Faire 2014
Presentation at Makers in Education forum / Shenzhen Maker Faire 2014
Singapore Makers Association
 
10 things you should know about the (r)evolution of the Makers movement in Si...
10 things you should know about the (r)evolution of the Makers movement in Si...
Singapore Makers Association
 
Arduino Lecture 4 - Interactive Media CS4062 Semester 2 2009
Arduino Lecture 4 - Interactive Media CS4062 Semester 2 2009
Eoin Brazil
 
Arduino Lecture 3 - Interactive Media CS4062 Semester 2 2009
Arduino Lecture 3 - Interactive Media CS4062 Semester 2 2009
Eoin Brazil
 
Arduino Lecture 2 - Electronic, LEDs, Communications and Datasheets
Arduino Lecture 2 - Electronic, LEDs, Communications and Datasheets
Eoin Brazil
 
Arduino Lecture 3 - Interactive Media CS4062 Semester 2 2009
Arduino Lecture 3 - Interactive Media CS4062 Semester 2 2009
Eoin Brazil
 
Pragmatic Analytics - Case Studies of High Performance Computing for Better B...
Pragmatic Analytics - Case Studies of High Performance Computing for Better B...
Eoin Brazil
 
Presentation at Makers in Education forum / Shenzhen Maker Faire 2014
Presentation at Makers in Education forum / Shenzhen Maker Faire 2014
Singapore Makers Association
 
10 things you should know about the (r)evolution of the Makers movement in Si...
10 things you should know about the (r)evolution of the Makers movement in Si...
Singapore Makers Association
 
Arduino Lecture 4 - Interactive Media CS4062 Semester 2 2009
Arduino Lecture 4 - Interactive Media CS4062 Semester 2 2009
Eoin Brazil
 
Arduino Lecture 3 - Interactive Media CS4062 Semester 2 2009
Arduino Lecture 3 - Interactive Media CS4062 Semester 2 2009
Eoin Brazil
 
Arduino Lecture 2 - Electronic, LEDs, Communications and Datasheets
Arduino Lecture 2 - Electronic, LEDs, Communications and Datasheets
Eoin Brazil
 
Arduino Lecture 3 - Interactive Media CS4062 Semester 2 2009
Arduino Lecture 3 - Interactive Media CS4062 Semester 2 2009
Eoin Brazil
 
Pragmatic Analytics - Case Studies of High Performance Computing for Better B...
Pragmatic Analytics - Case Studies of High Performance Computing for Better B...
Eoin Brazil
 
Ad

Similar to Build cool stuff with arduino for sci camp 16 dec13 (20)

Arduino - Learning.pdf
Arduino - Learning.pdf
KhalilSedki1
 
Arduino Slides With Neopixels
Arduino Slides With Neopixels
sdcharle
 
arduino and its introduction deep dive ppt.pptx
arduino and its introduction deep dive ppt.pptx
SruSru1
 
Arduino Workshop Slides
Arduino Workshop Slides
mkarlin14
 
Arduino microcontroller ins and outs with pin diagram
Arduino microcontroller ins and outs with pin diagram
ArifatunNesa
 
Introduction to arduino
Introduction to arduino
Jawaher Abdulwahab Fadhil
 
Arduino
Arduino
Jerin John
 
Arduino learning
Arduino learning
Anil Yadav
 
Intro to Arduino
Intro to Arduino
avikdhupar
 
Shriram Vidyasdzsbhhflay School (4).pptx
Shriram Vidyasdzsbhhflay School (4).pptx
bhagyashri99
 
ArduinoSectionI-slides.ppt
ArduinoSectionI-slides.ppt
Lam Hung
 
Introduction to Arduino Hardware and Programming
Introduction to Arduino Hardware and Programming
Emmanuel Obot
 
Introduction to Arduino 16822775 (2).ppt
Introduction to Arduino 16822775 (2).ppt
ansariparveen06
 
Introduction to Arduino
Introduction to Arduino
Green Moon Solutions
 
Arduino Workshop (3).pptx
Arduino Workshop (3).pptx
HebaEng
 
What is arduino
What is arduino
vivek kumar
 
Neno Project.docx
Neno Project.docx
AditiBhushan3
 
Arduino
Arduino
vipin7vj
 
Arduino projects &amp; tutorials
Arduino projects &amp; tutorials
Anshu Pandey
 
Arduino . .
Arduino . .
dryazhinians
 
Arduino - Learning.pdf
Arduino - Learning.pdf
KhalilSedki1
 
Arduino Slides With Neopixels
Arduino Slides With Neopixels
sdcharle
 
arduino and its introduction deep dive ppt.pptx
arduino and its introduction deep dive ppt.pptx
SruSru1
 
Arduino Workshop Slides
Arduino Workshop Slides
mkarlin14
 
Arduino microcontroller ins and outs with pin diagram
Arduino microcontroller ins and outs with pin diagram
ArifatunNesa
 
Arduino learning
Arduino learning
Anil Yadav
 
Intro to Arduino
Intro to Arduino
avikdhupar
 
Shriram Vidyasdzsbhhflay School (4).pptx
Shriram Vidyasdzsbhhflay School (4).pptx
bhagyashri99
 
ArduinoSectionI-slides.ppt
ArduinoSectionI-slides.ppt
Lam Hung
 
Introduction to Arduino Hardware and Programming
Introduction to Arduino Hardware and Programming
Emmanuel Obot
 
Introduction to Arduino 16822775 (2).ppt
Introduction to Arduino 16822775 (2).ppt
ansariparveen06
 
Arduino Workshop (3).pptx
Arduino Workshop (3).pptx
HebaEng
 
Arduino projects &amp; tutorials
Arduino projects &amp; tutorials
Anshu Pandey
 
Ad

Recently uploaded (20)

IBX Prospective Consultant Information Pack
IBX Prospective Consultant Information Pack
IBX Daya Nusantara
 
IEA_Press_Release_Tullow_Agreement-16-6-2025-1.pdf
IEA_Press_Release_Tullow_Agreement-16-6-2025-1.pdf
businessweekghana
 
Ian McAllister - Respected Photographer And Writer
Ian McAllister - Respected Photographer And Writer
Ian McAllister
 
5 Most Powerful Reasons to Hire a Management Consultant – Boost Efficiency & ...
5 Most Powerful Reasons to Hire a Management Consultant – Boost Efficiency & ...
RUPAL AGARWAL
 
StatementOfResult.pdf........................
StatementOfResult.pdf........................
AnnasofiaUrsini
 
“Built with our sleeves rolled up”Action
“Built with our sleeves rolled up”Action
Action EDI
 
1911 Gold Corporate Presentation June 2025
1911 Gold Corporate Presentation June 2025
Shaun Heinrichs
 
ISO 45001 Certification in Singapore Company
ISO 45001 Certification in Singapore Company
achharsharma105
 
Auditing Property Financials_ Best Practices.pptx
Auditing Property Financials_ Best Practices.pptx
exoedgemarketingteam
 
Zero-emission zones in the Netherlands 2025
Zero-emission zones in the Netherlands 2025
Walther Ploos van Amstel
 
The Role of Business Process Tools in Driving Strategic Agility
The Role of Business Process Tools in Driving Strategic Agility
RUPAL AGARWAL
 
Chapter 7.ppt for marketing planning and research
Chapter 7.ppt for marketing planning and research
selvavishnuchelliah2
 
The Ultimate Guide to Print on Demand Apparel.docx
The Ultimate Guide to Print on Demand Apparel.docx
Aesthetic Bk
 
chapter 9 leadership qualityies university of windsor
chapter 9 leadership qualityies university of windsor
zamananalyst29
 
The Key Cultural Role of Pune’s Shivsrushti
The Key Cultural Role of Pune’s Shivsrushti
kapoorgita1991
 
smidmart industrial Automation Ones Stop Solution
smidmart industrial Automation Ones Stop Solution
smidmart
 
Extending Infrastructure Life with Protective Coatings
Extending Infrastructure Life with Protective Coatings
rahil wit
 
Oleksandr Osypenko: Комунікації у проєкті (UA)
Oleksandr Osypenko: Комунікації у проєкті (UA)
Lviv Startup Club
 
BMGI India Addressing Strategic, Innovative, and Operational Problems at Core...
BMGI India Addressing Strategic, Innovative, and Operational Problems at Core...
Naresh Raisinghani
 
Kenyan Msme Export Book by Dickens Aluha Mujumba
Kenyan Msme Export Book by Dickens Aluha Mujumba
JoshuaKihara
 
IBX Prospective Consultant Information Pack
IBX Prospective Consultant Information Pack
IBX Daya Nusantara
 
IEA_Press_Release_Tullow_Agreement-16-6-2025-1.pdf
IEA_Press_Release_Tullow_Agreement-16-6-2025-1.pdf
businessweekghana
 
Ian McAllister - Respected Photographer And Writer
Ian McAllister - Respected Photographer And Writer
Ian McAllister
 
5 Most Powerful Reasons to Hire a Management Consultant – Boost Efficiency & ...
5 Most Powerful Reasons to Hire a Management Consultant – Boost Efficiency & ...
RUPAL AGARWAL
 
StatementOfResult.pdf........................
StatementOfResult.pdf........................
AnnasofiaUrsini
 
“Built with our sleeves rolled up”Action
“Built with our sleeves rolled up”Action
Action EDI
 
1911 Gold Corporate Presentation June 2025
1911 Gold Corporate Presentation June 2025
Shaun Heinrichs
 
ISO 45001 Certification in Singapore Company
ISO 45001 Certification in Singapore Company
achharsharma105
 
Auditing Property Financials_ Best Practices.pptx
Auditing Property Financials_ Best Practices.pptx
exoedgemarketingteam
 
Zero-emission zones in the Netherlands 2025
Zero-emission zones in the Netherlands 2025
Walther Ploos van Amstel
 
The Role of Business Process Tools in Driving Strategic Agility
The Role of Business Process Tools in Driving Strategic Agility
RUPAL AGARWAL
 
Chapter 7.ppt for marketing planning and research
Chapter 7.ppt for marketing planning and research
selvavishnuchelliah2
 
The Ultimate Guide to Print on Demand Apparel.docx
The Ultimate Guide to Print on Demand Apparel.docx
Aesthetic Bk
 
chapter 9 leadership qualityies university of windsor
chapter 9 leadership qualityies university of windsor
zamananalyst29
 
The Key Cultural Role of Pune’s Shivsrushti
The Key Cultural Role of Pune’s Shivsrushti
kapoorgita1991
 
smidmart industrial Automation Ones Stop Solution
smidmart industrial Automation Ones Stop Solution
smidmart
 
Extending Infrastructure Life with Protective Coatings
Extending Infrastructure Life with Protective Coatings
rahil wit
 
Oleksandr Osypenko: Комунікації у проєкті (UA)
Oleksandr Osypenko: Комунікації у проєкті (UA)
Lviv Startup Club
 
BMGI India Addressing Strategic, Innovative, and Operational Problems at Core...
BMGI India Addressing Strategic, Innovative, and Operational Problems at Core...
Naresh Raisinghani
 
Kenyan Msme Export Book by Dickens Aluha Mujumba
Kenyan Msme Export Book by Dickens Aluha Mujumba
JoshuaKihara
 

Build cool stuff with arduino for sci camp 16 dec13