• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/31

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

31 Cards in this Set

  • Front
  • Back

Usb type used in arduino

Type B

Flash memory size of Uno and Micro

32kb

Arduino Uno bootloader size

512 bytes or 0.5kb

Arduino Uno number of digital i/o pins

14 digital i/o pins (D0-D13)

Arduino Uno number of analog pins

6 analog pins (A0-A5)

Arduino Uno maximum input voltage at input jack

20V

Pins used for default UART in arduino uno

Pin 0 and pin 1

Arduino Uno USB chip used

Atmega8U2

Arduino Uno Static RAM (SRAM) used

2kb

Arduino Uno i/o pin of the built in LED

Digital pin 13 (D13)

CPU used in Arduino Uno

328

Arduino Uno default baud rate of serial monitor

9600 bits per second (bps)

Arduino Uno clock speed

16Mhz

Arduino Uno place of origin

Italy

Arduino Uno EEPROM size

1Kb

Interface that uses SCL and SDA pins

I2C

Arduino Uno number of internal timers

3 timers (timer0, timer1, timer2)

Arduino Uno operating voltage

5V

Arduino Uno number of pins of a USB interface

4 pins

Typical working current of an LED

10mA

Manufacturer of the microcontroller used in Arduino boards

Atmel

Programming language used in Arduino Ide

C++

Type of jumper wire used to connect an Arduino Uno to breadboard

M/M

How many pins has the microcontroller chip used in the Arduino Uno board

28 pins

How many digital i/o pins has the Arduino Mega

54 digital i/o

Timer0 and Timer2 bits

8 bits

Timer1 bit

16 bits

It allows you to perform a task at very specifically timed intervals regardless of what else is going on in your code

Timer interrupts

Allows you to momentarily pause the normal sequence of events taking place in the loop() function at precisely timed intervals, while you execute a separate set of commands

Timer interrupts

Interrupt that triggered when the counter reaches a specified value

CTC timers

Once a counter reaches its maximum, it will tick back to zero called

Overflow