Introduction to basic Arduino Gr 12 Computer Engineering
k05038647
24 views
11 slides
May 01, 2024
Slide 1 of 11
1
2
3
4
5
6
7
8
9
10
11
About This Presentation
Introduction to basic Arduino
Size: 1.61 MB
Language: en
Added: May 01, 2024
Slides: 11 pages
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...