Introduction to basic Arduino Gr 12 Computer Engineering

k05038647 24 views 11 slides May 01, 2024
Slide 1
Slide 1 of 11
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11

About This Presentation

Introduction to basic Arduino


Slide Content

Introduction to the arduino micro-controller

Arduino UNO Micro-Controller THE MICRO-CONTROLLER A micro-controller is really is an integrated computer on a chip. Like a computer, it has an internal CPU, RAM, Input/Output connections, and a user interface. It is used for controlling hardware and for making complicated decisions. Common micro-controller manufacturers: Intel Atmel MicroChip Parallax Rockwell

Arduino UNO Micro-Controller WHAT IS ARDUINO? Open Source Hardware, you can make your own board, or buy one. Cheap, easily available. Open Source Software. Very widespread, many projects openly available. Extra HW (shields) available http://arduino.cc/

Arduino UNO Micro-Controller WHAT IS ARDUINO? Video: How Arduino Is Open-Sourcing Imagination http://arduino.cc/

Arduino UNO Micro-Controller ARDUINO BOARDS As of 2015 – Over 25 variations of Arduino

Arduino UNO Micro-Controller ARDUINO UNO

Arduino UNO Micro-Controller ARDUINO UNO - Layout

Arduino UNO Micro-Controller SYSTEM SPECIFICATIONS & LIMITS

Arduino UNO Micro-Controller THE CODE Arduino programming is done in a variation of the C language. The software we use to program and load this code to the Arduino is called an Integrated Development Environment (IDE)

Arduino UNO Micro-Controller INTEGRATED DEVELOPMENT ENVIRONMENT (IDE)

Arduino UNO Micro-Controller GETTING STARTED Arduino UNO board and USB cable Download the Arduino environment (Done) Connect the board Install required drivers (Done) Launch the Arduino application Start designing...
Tags