MICROP LESSON3

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/43

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

44 Terms

1
New cards

Microprocessor

Heart of a computer system, is an IC which has only the CPU inside them i.e., microprocessor find applications where tasks are unspecific like developing software games,website

2
New cards

Microcontroller

Heart of embedded system, has fixed amount of ram rom and other peripherals all embedded on a single chip, mini-computer

3
New cards

MicroChip,Atmel,intel,analog devices and more

Famous microcontroller manufacturers

4
New cards

Arduino

is a prototype platform (open source) based on easy to use hardware and software, was introduce in 2005 in italy, under creative common license which allows anyone to produce their own board

5
New cards

circuit board

can be programmed

6
New cards

Arduino IDE

used to write and upload the computer code to the physical board

7
New cards

Massimo Banzi

introduced the arduino

8
New cards

Arduino Uno R3

is a microcontroller board based on the ATmega328 microcontroller chip

9
New cards

Lilypad arduino

the lilypad arduino is designed for e-textiles and wearable projects

10
New cards

Arduino mega r3

based on the ATmega1280

11
New cards

Arduino leonardo

first development board to use one microcontroller with built in usb

12
New cards

Arduino nano

is small and complete and breadboard friendly board based on Atmega328

13
New cards

Arduino Micro

the smallest board of the family easy to integrate in everyday objects is based on the ATmega32u4

14
New cards

Arduino Mini

is very compact version of the nano without an on-board usb to seiral connection

15
New cards
term image
knowt flashcard image
16
New cards

Arduino Platform

Physical/output board with a programmable integrated cirucit

17
New cards

C programming

language it based on

18
New cards

Sensors ( to sense stuff )

-            Push buttons, touch pads, tilt switches.

-            Variable resistors (e.g. volume knob / sliders)

-            Photo resistors (sensing light levels)

-            Thermistors (temperature)

-            Ultrasound (proximity range finder)

19
New cards

Actuators ( to do stuff )

-            Lights, LED’s

-            Motors

-            Speakers

-            Displays (LCD)

20
New cards

USB Plug

can be the source of power, use to upload the program from the computer

21
New cards

External power port

Alternative power port for the source of power

22
New cards

Ground pins

use as ground in your circuit

23
New cards

5v Pin

supplies 5v source

24
New cards

3.3v pin

supplies 3.3v source

25
New cards

Analog input pins

Label from A0 to A5 used to read signal from analog sensor

26
New cards

Digital I/O inputs

Label is from 0-13 used for digital input for pb or outputs for leds

27
New cards

Pulse-Width modulation Pins PWM

act as part of no1, used to simulate analog output

28
New cards

Analog reference pin

Used to set an external reference voltage but most of the time you can leave this pin alone

29
New cards

Reset button

-            Restarts any code loaded in ARDUINO

It is very useful if your code is not repeating, but you want to test it multiple times

30
New cards

Power led indicator

led indicates that the device is connected to supply of a computer

31
New cards

TX RX LEDs

tx means transmit and RX means receive

32
New cards

ATmega Microcontrolle

Serves as the brain of arduino

33
New cards

Voltage regulator

Controls the amount of voltage is let into the board

34
New cards

Verify

compiles and approves your code

35
New cards

Upload

sends your code to the board

36
New cards

New

open new code window tab

37
New cards

open

open up existing sketch

38
New cards

save

saves the current active sketch

39
New cards

serial monitor

open up a window that displays any information your board is transmitting very useful for debugging

40
New cards

sketch name

it shows the name of the sketch you are currently working on

41
New cards

Code area

it is the area where you compose the code for your sketch

42
New cards

Message area

it is where the IDE tells you if there is any errort

43
New cards

text console

shows complete error message, when debugging the text console is useful

44
New cards

Board and serial port

it shows what board and the serial port selections