arduino basics: sensors and servos · 2019-07-06 · what is an arduino? open source...

29
ARDUINO BASICS: SENSORS AND SERVOS

Upload: others

Post on 10-Jul-2020

9 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

ARDUINO BASICS SENSORS AND SERVOS

HELLOJENNIFER BROWNEmerging Technologies CoordinatorScience and Engineering Librariesref-scicolumbiaeduCU_SEL or jeninthelib

What Yoursquoll Learn

General information about the Arduino hardware platform relevant input devices and the Arduinorsquos programming language

Where to get help

From one another

HARDWARE LIMITATIONS

Two arduinos for the day

GETTING STARTEDDownloading important software

Arduino IDEbitly1R2xniM

Initial Arduino IDE Setup

This selection sets the parameters used when compiling (CPU baud rate) and the file fuse settings used by the bootloader

UNDERSTANDING THE BASICS

What is an Arduino

Open source microcontroller that serves as the brain behind hobbyist electronics projects

Designed with simplicity and rapid prototyping in mind

Driven by interaction design -- move away from focus on physical design to exploring how objects interact with things

CULTURE OF MAKING

ldquoArduino Day at WeMakerdquo by WeMake Milano is licensed under CC BY-SA 20

Sharing and learning together

EXAMPLEldquoSudoGloverdquo

BOARDS

HOWTurns input (touch data etc) into output (turning on a motor updating a social media feed etc) DOES IT WORK

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 2: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

HELLOJENNIFER BROWNEmerging Technologies CoordinatorScience and Engineering Librariesref-scicolumbiaeduCU_SEL or jeninthelib

What Yoursquoll Learn

General information about the Arduino hardware platform relevant input devices and the Arduinorsquos programming language

Where to get help

From one another

HARDWARE LIMITATIONS

Two arduinos for the day

GETTING STARTEDDownloading important software

Arduino IDEbitly1R2xniM

Initial Arduino IDE Setup

This selection sets the parameters used when compiling (CPU baud rate) and the file fuse settings used by the bootloader

UNDERSTANDING THE BASICS

What is an Arduino

Open source microcontroller that serves as the brain behind hobbyist electronics projects

Designed with simplicity and rapid prototyping in mind

Driven by interaction design -- move away from focus on physical design to exploring how objects interact with things

CULTURE OF MAKING

ldquoArduino Day at WeMakerdquo by WeMake Milano is licensed under CC BY-SA 20

Sharing and learning together

EXAMPLEldquoSudoGloverdquo

BOARDS

HOWTurns input (touch data etc) into output (turning on a motor updating a social media feed etc) DOES IT WORK

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 3: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

What Yoursquoll Learn

General information about the Arduino hardware platform relevant input devices and the Arduinorsquos programming language

Where to get help

From one another

HARDWARE LIMITATIONS

Two arduinos for the day

GETTING STARTEDDownloading important software

Arduino IDEbitly1R2xniM

Initial Arduino IDE Setup

This selection sets the parameters used when compiling (CPU baud rate) and the file fuse settings used by the bootloader

UNDERSTANDING THE BASICS

What is an Arduino

Open source microcontroller that serves as the brain behind hobbyist electronics projects

Designed with simplicity and rapid prototyping in mind

Driven by interaction design -- move away from focus on physical design to exploring how objects interact with things

CULTURE OF MAKING

ldquoArduino Day at WeMakerdquo by WeMake Milano is licensed under CC BY-SA 20

Sharing and learning together

EXAMPLEldquoSudoGloverdquo

BOARDS

HOWTurns input (touch data etc) into output (turning on a motor updating a social media feed etc) DOES IT WORK

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 4: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

HARDWARE LIMITATIONS

Two arduinos for the day

GETTING STARTEDDownloading important software

Arduino IDEbitly1R2xniM

Initial Arduino IDE Setup

This selection sets the parameters used when compiling (CPU baud rate) and the file fuse settings used by the bootloader

UNDERSTANDING THE BASICS

What is an Arduino

Open source microcontroller that serves as the brain behind hobbyist electronics projects

Designed with simplicity and rapid prototyping in mind

Driven by interaction design -- move away from focus on physical design to exploring how objects interact with things

CULTURE OF MAKING

ldquoArduino Day at WeMakerdquo by WeMake Milano is licensed under CC BY-SA 20

Sharing and learning together

EXAMPLEldquoSudoGloverdquo

BOARDS

HOWTurns input (touch data etc) into output (turning on a motor updating a social media feed etc) DOES IT WORK

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 5: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

GETTING STARTEDDownloading important software

Arduino IDEbitly1R2xniM

Initial Arduino IDE Setup

This selection sets the parameters used when compiling (CPU baud rate) and the file fuse settings used by the bootloader

UNDERSTANDING THE BASICS

What is an Arduino

Open source microcontroller that serves as the brain behind hobbyist electronics projects

Designed with simplicity and rapid prototyping in mind

Driven by interaction design -- move away from focus on physical design to exploring how objects interact with things

CULTURE OF MAKING

ldquoArduino Day at WeMakerdquo by WeMake Milano is licensed under CC BY-SA 20

Sharing and learning together

EXAMPLEldquoSudoGloverdquo

BOARDS

HOWTurns input (touch data etc) into output (turning on a motor updating a social media feed etc) DOES IT WORK

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 6: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

Arduino IDEbitly1R2xniM

Initial Arduino IDE Setup

This selection sets the parameters used when compiling (CPU baud rate) and the file fuse settings used by the bootloader

UNDERSTANDING THE BASICS

What is an Arduino

Open source microcontroller that serves as the brain behind hobbyist electronics projects

Designed with simplicity and rapid prototyping in mind

Driven by interaction design -- move away from focus on physical design to exploring how objects interact with things

CULTURE OF MAKING

ldquoArduino Day at WeMakerdquo by WeMake Milano is licensed under CC BY-SA 20

Sharing and learning together

EXAMPLEldquoSudoGloverdquo

BOARDS

HOWTurns input (touch data etc) into output (turning on a motor updating a social media feed etc) DOES IT WORK

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 7: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

Initial Arduino IDE Setup

This selection sets the parameters used when compiling (CPU baud rate) and the file fuse settings used by the bootloader

UNDERSTANDING THE BASICS

What is an Arduino

Open source microcontroller that serves as the brain behind hobbyist electronics projects

Designed with simplicity and rapid prototyping in mind

Driven by interaction design -- move away from focus on physical design to exploring how objects interact with things

CULTURE OF MAKING

ldquoArduino Day at WeMakerdquo by WeMake Milano is licensed under CC BY-SA 20

Sharing and learning together

EXAMPLEldquoSudoGloverdquo

BOARDS

HOWTurns input (touch data etc) into output (turning on a motor updating a social media feed etc) DOES IT WORK

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 8: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

UNDERSTANDING THE BASICS

What is an Arduino

Open source microcontroller that serves as the brain behind hobbyist electronics projects

Designed with simplicity and rapid prototyping in mind

Driven by interaction design -- move away from focus on physical design to exploring how objects interact with things

CULTURE OF MAKING

ldquoArduino Day at WeMakerdquo by WeMake Milano is licensed under CC BY-SA 20

Sharing and learning together

EXAMPLEldquoSudoGloverdquo

BOARDS

HOWTurns input (touch data etc) into output (turning on a motor updating a social media feed etc) DOES IT WORK

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 9: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

What is an Arduino

Open source microcontroller that serves as the brain behind hobbyist electronics projects

Designed with simplicity and rapid prototyping in mind

Driven by interaction design -- move away from focus on physical design to exploring how objects interact with things

CULTURE OF MAKING

ldquoArduino Day at WeMakerdquo by WeMake Milano is licensed under CC BY-SA 20

Sharing and learning together

EXAMPLEldquoSudoGloverdquo

BOARDS

HOWTurns input (touch data etc) into output (turning on a motor updating a social media feed etc) DOES IT WORK

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 10: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

CULTURE OF MAKING

ldquoArduino Day at WeMakerdquo by WeMake Milano is licensed under CC BY-SA 20

Sharing and learning together

EXAMPLEldquoSudoGloverdquo

BOARDS

HOWTurns input (touch data etc) into output (turning on a motor updating a social media feed etc) DOES IT WORK

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 11: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

EXAMPLEldquoSudoGloverdquo

BOARDS

HOWTurns input (touch data etc) into output (turning on a motor updating a social media feed etc) DOES IT WORK

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 12: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

BOARDS

HOWTurns input (touch data etc) into output (turning on a motor updating a social media feed etc) DOES IT WORK

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 13: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

HOWTurns input (touch data etc) into output (turning on a motor updating a social media feed etc) DOES IT WORK

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 14: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

SOFTWARE

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 15: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

THE LANGUAGE

Arduino IDE Text editor-like program based on

Processing

Arduino Programming Language Based on Wiring (C++)

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 16: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

PROGRAMMING SYNTAX

bitly1o3cBTL

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 17: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

HARDWARESensors and Servos

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 18: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

THE BOARD

Important Parts GND 5V amp 33V Analog pins Digital pins Pulse Width Modulation (~) Reset Button TX and RX symbols Integrated Circuit Voltage Regulator

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 19: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

ULTRASONIC DISTANCE SENSOR

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 20: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

PROTOTYPE LAYOUT

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 21: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

YOUR CHALLENGE

TEST OR MODIFY THIS CODE

bitly1nTOUgg

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 22: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

ARDUINO KIT COMPONENTS LIST

bitly1XiyTwu

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 23: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

SERVOSContinuous Rotation Servo Motor Microservo Motor

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 24: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

PROTOTYPE LAYOUT

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 25: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

YOUR CHALLENGE TEST OR MODIFY

THIS CODE

File -gt Examples -gt Servo -gt Sweep

OR go a step further

bitly1V3VA6i

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 26: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

RECOMMENDED READING What is electricity A First Lab in Circuits and Electronics All About Circuits Arduino ldquoHow Tordquo e-books SparkFun PCB Basics Guide Software Fritzing and LTSpice

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 27: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

GET HELPScience and Engineering Librariesref-scicolumbiaedu or jcb2257columbiaedu Arduino project guidance forumProject booksStack ExchangeReddit forum

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 28: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

SURVEYbitlyCUSELWorkshopSurvey

Other questions Comments You can find me at jeninthelib amp jcb2257columbiaedu

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash

Page 29: ARDUINO BASICS: SENSORS AND SERVOS · 2019-07-06 · What is an Arduino? Open source microcontroller that serves as the brain behind hobbyist electronics projects. Designed with simplicity

THANK YOUSpecial thanks to all the people who made and released these awesome resources for free∎ Presentation template by SlidesCarnival∎ Photographs by Unsplash