ICTECH Q2

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/60

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.

61 Terms

1
New cards

usb port

dc power jack

power indicator

reset

ground pins

analog pins

power pins

signal indicator tx

signal indicator rx

signal indicator l

parts of arduino microcontroller

2
New cards

USB Port

-attached to computer via USB cable

- can upload programs

- alternative power source for microcontroller

3
New cards

DC Power Jack

- runs the microcontroller with 7-12 volts of supply

4
New cards

Power indicator

lights on and off

 indicates power

5
New cards

Reset

resets the running program when pressed

6
New cards

Digital Pins

used to connect all digital I/O components to the microcontroller

7
New cards


1)Digital Pins
2)Pulse with modulation
3)Ground pins
4)AREF

Types of Digital Pins:

8
New cards

0-13

digital pins range

9
New cards

3,5,6,9,10,11,12

pulse with modulation pin numbers

10
New cards

AREF

reference voltage for the analog inputs

11
New cards

Analog Pins

used to connect all analog I/O components to the microcontroller

A0 to A5

12
New cards

Power Pins

used to power a component attached to the microcontroller

13
New cards


1)Output power: 3.3V to 5V
2)Ground pins
3)Vin pins

types of power pins

14
New cards

vin pins

voltage input to the microcontroller when using an external power source

15
New cards

3.3V to 5V

power pins output power

16
New cards

Signal Indicator TX

blinks when transmitting data

17
New cards

Signal Indicator RX

blinks when receiving data

18
New cards

Signal Indicator L

blinks when pin 13 is alternatively turned high and low or on and off

means everything is working correctly

19
New cards

Sensors

used to collect information about the internal state of the robot to communicate with its environment

Sensor key functions:
1)Detection

20
New cards

detection

measurement

signal conversion

sensor key functions

21
New cards

detection

- identify the presence or change in a physical quantity

22
New cards

Measurement

quantify the magnitude or intensity of the detected quantity

23
New cards

Signal Conversion

transform the physical quantity into a measurable signal

to provide output such as display or data analysis

Ex. electrical voltage or current

24
New cards

real-time monitoring

automation and control

data collection and analysis

user interaction and experience

safety and security

saving energy

environmental protection

why use sensors

25
New cards

real-time monitoring

- sensors provide real time data about environmental conditions or system performance

26
New cards

automation and control

allow machines and systems to operate autonomously by detecting changes and triggering appropriate responses

27
New cards

Data collection and analysis

sensors facilitate the collection of data for analysis and decision

28
New cards

Safety and security

sensors designed to enhance safety and security

29
New cards

User interaction and experience

in consumer electronics

30
New cards

Environmental protection

sensors help detect pollutants and changes in ecosystems

enables timely interventions to protect public health and the environment

31
New cards

Saving energy

Automated Lighting Control

Smart HVAC Systems

Motion Detection for Appliances

Data Driven Energy Management

32
New cards

Temperature sensor

controlling HVAC systems in homes and offices

33
New cards

Proximity Sensor

detecting objects

34
New cards

Accelerometer Sensor

screen orientation in smartphones

35
New cards

IR Sensor or Infrared Sensor

remote controls for TV and other devices

36
New cards

Pressure sensor

monitoring tire pressure in vehicles

37
New cards

Light sensor

adjusting screen brightness in smartphones

38
New cards

Ultrasonic sensor

parking assistance in cars

39
New cards

Flow and level sensor

managing water levels in tanks

40
New cards

Smoke, gas, and alcohol sensor

detecting smoke and gas leaks in homes

41
New cards

Microphone or sound sensor

voice recognition in smartphones

42
New cards

Touch sensor

touchscreens on smartphones and tablets

43
New cards

Color sensor

color detection in industrial sorting machines

44
New cards

Humidity Sensor

controlling humidity levels in greenhouses

45
New cards

Magnetic sensor or hall effect sensor

detecting position of rotating objects

46
New cards

Position sensor

tracking the position of machine parts

47
New cards

Tilt sensor

detecting the tilt of gaming controllers

48
New cards

PIR sensor

motion detection in security systems

49
New cards

Strain and weight sensor

weighing items on digital scales

50
New cards

Gyroscope sensor

stabilizing drones during flight

51
New cards

Optical sensor

adjusting lighting in smart homes systems

52
New cards

Capacitive sensor

touchpads on laptops

53
New cards

Piezoelectric sensor

detecting variations in musical instruments

54
New cards

Thermal sensor

temperature control in ovens

55
New cards

RFID sensor

tracking inventory in warehouses

56
New cards

Chemical sensor

monitoring air quality

57
New cards

conditional statement

  - way to control the flow of program

  - let you execute different blocks of code based on whether a certain condition is true or false

  - decision-making tool for arduino

58
New cards

if statement

- most basic conditional statement

  - check condition inside parenthesis

  > True - the code inside the curly braces {} is executed.

> False -  the code is skipped.

59
New cards

if…else.. statement

 - code in the else block is executed if the statement in the if block is false

60
New cards

if…else if…else… statement

 - allows you to check a series of conditions sequentially

- program will execute the code block for the first condition it finds to be true and then skip the rest.

61
New cards

comparison operators

 - symbols used to compare values

Explore top flashcards