Arduino Sensors and Modules
17 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Which sensor is best suited for determining the level of water in a container?

  • IR Proximity Sensor
  • Sound Sensor
  • Soil Moisture Sensor Module
  • Rain Water Level Sensor (correct)

The DHT11 sensor uses only a thermistor to measure both temperature and humidity.

False (B)

What type of output signal does the IR Proximity Sensor provide?

digital

A more dry soil results in a ______ output voltage from the Soil Moisture Sensor Module.

<p>smaller</p> Signup and view all the answers

Match the sensor with its primary function:

<p>Sound Sensor = Detect sound waves Tilt Ball Switch = Detect motion 1-Digit, 7 Segment Display = Display numbers RGB LED = Display different colors</p> Signup and view all the answers

An RGB LED has four pins. What are they used for?

<p>Red, green, blue, and a common ground or anode. (D)</p> Signup and view all the answers

The 1-Digit, 7 Segment Display can only display numerical digits and not letters.

<p>True (A)</p> Signup and view all the answers

What two properties of the surrounding air does the DHT11 Temperature and Humidity Sensor measure?

<p>temperature and humidity</p> Signup and view all the answers

What is the primary function of a potentiometer in a circuit?

<p>To provide a variable resistance that can be adjusted. (D)</p> Signup and view all the answers

An active buzzer requires an external signal source to produce sound.

<p>False (B)</p> Signup and view all the answers

What type of component is an SW-520D and what is its likely function?

<p>Tilt switch, detects orientation or movement.</p> Signup and view all the answers

A resistor's value is measured in _______, represented by the symbol Ω.

<p>ohms</p> Signup and view all the answers

Match the component with its primary characteristic:

<p>NTC Thermistor = Resistance decreases with increasing temperature. Photoresistor = Resistance changes based on the amount of light. Active Buzzer = Generates sound internally. Button = Momentary switch to close a circuit.</p> Signup and view all the answers

Which component is best suited for detecting on/off signals in a circuit?

<p>Button (B)</p> Signup and view all the answers

In a circuit, you need a component that reduces its resistance as the ambient light increases. Which component would you choose?

<p>Photoresistor (A)</p> Signup and view all the answers

What is the key difference between an active buzzer and a passive buzzer?

<p>A passive buzzer requires an external signal source, while an active buzzer generates its own. (A)</p> Signup and view all the answers

<h1>=</h1> <h1>=</h1> Signup and view all the answers

Flashcards

IR Proximity Sensor

Detects objects nearby using infrared light. Can be used for obstacle avoidance and line following.

Rain Water Level Sensor

Measures water level by detecting droplets and volume using exposed parallel wires.

Soil Moisture Sensor

Detects the amount of water in soil by measuring changes in resistance.

7 Segment Display

Displays numerical digits using 7 LED segments and a decimal point.

Signup and view all the flashcards

Sound Sensor

Detects sound waves and indicates loudness.

Signup and view all the flashcards

DHT11 Sensor

Measures temperature and humidity of the air.

Signup and view all the flashcards

LED

A semiconductor diode that emits light when voltage is applied.

Signup and view all the flashcards

RGB LED

An LED that can display a range of colors, controlled by voltage on its pins.

Signup and view all the flashcards

SW-520D

Detects vibration or motion.

Signup and view all the flashcards

NTC Thermistor

Resistance decreases as temperature increases.

Signup and view all the flashcards

Passive Buzzer

Needs an external signal to generate sound.

Signup and view all the flashcards

Active Buzzer

Generates sound with just power.

Signup and view all the flashcards

Button

Momentary switches that close a circuit when pressed.

Signup and view all the flashcards

Resistors

Resists electrical current, measured in ohms (Ω).

Signup and view all the flashcards

Potentiometer

Variable resistor with three pins that divides voltage.

Signup and view all the flashcards

Photoresistor

Variable resistor that changes resistance based on light.

Signup and view all the flashcards

Study Notes

  • These are various sensors, modules and components used in electronics and Arduino projects

IR Proximity Sensor

  • Multipurpose infrared sensor
  • Used for:
    • Obstacle sensing
    • Line sensing
    • Encoder sensing
  • Provides a digital output

Rain Water Level Sensor

  • High level/drop recognition sensor
  • Series of parallel wires with exposed traces measures droplets/water volume to determine water level
  • Output analog values are directly readable by Arduino development board
  • Used to achieve level alarm effect

Soil Moisture Sensor Module

  • Detects moisture of soil
  • Measures moisture and humidity resistance change
  • Drier soil results in smaller output voltage
  • More humid soil results in higher voltage output

1-Digit, 7 Segment Display

  • Specialized module for displaying numbers
  • Features 7 LEDs arranged in a rectangular form
  • Includes an additional LED for the decimal point

Sound Sensor

  • Detects sound waves
  • Allows microcontroller to react when it's quiet or loud

DHT11 Temperature and Humidity Sensor

  • Uses a capacitive humidity sensor and a thermistor
  • Measures surrounding air temperature and humidity
  • Outputs a digital signal on the data pin

LED

  • Light-emitting diode
  • Semiconductor diode that glows when a voltage is applied

RGB LED

  • Light-emitting diode
  • Semiconductor diode that glows when a voltage is applied
  • Displays different colors, depending on the voltages applied to the pins

Tilt Ball Switch

  • Detects motion, orientation, and/or inclination

NTC Thermistor

  • Resistor with a negative temperature coefficient
  • Resistance decreases with increasing temperature
  • Primarily used as resistive temperature sensors and current-limiting devices

5V Passive Buzzer

  • Slightly shorter
  • Electronics exposed on the bottom
  • Requires a signal source to provide a sound signal

5V Active Buzzer

  • Has a built-in oscillating source that generates sound itself
  • Turns on or off
  • Slightly taller, with a solid plastic coat on the bottom and a label advising removal before washing

Button

  • Momentary switch that closes a circuit when pressed
  • Snaps into breadboards easily
  • Good for detecting on/off signals

Resistors

  • Resist the flow of electrical energy in a circuit
  • Changes the voltage and current as a result
  • Resistance measured in ohms (Ω, Greek omega character)
  • Colored stripes indicate their value
  • Resistor values should read from the included colour code table

Potentiometer

  • Variable resistor with three pins
  • Two pins connect to the ends of a fixed resistor
  • Middle pin (wiper) moves across resistor, dividing it into two halves
  • External sides connected to voltage and ground
  • Middle leg provides voltage difference as the knob is turned

Photoresistor

  • Also called a photocell or light-dependent resistor
  • Variable resistor that changes resistance based on the amount of light that falls on its face

MB-102 Breadboard

  • Board for building electronic circuits
  • Allows you to connect wires and components
  • Versions are available that require soldering, solder-less type is also is available

USB Cable

  • Connects the arduino uno to your computer
  • Allows programming
  • Provides power to the Arduino

Jumper Wire

  • Used to connect components
  • Connects to the breadboard and the Arduino

Arduino Uno R3 Board

  • Microcontroller development board
  • Will be used for projects
  • A simple computer, but one that has no easy way to interact with
  • Circuits and interfaces are built for interaction
  • The microcontroller has to be told how to interact with other components

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

Description

Overview of different electronic components and sensors. Includes IR proximity sensor, rain water level sensor. Also describes a soil moisture sensor, 7-segment display, and sound sensor.

More Like This

Temperature Sensor and LED Interfacing Quiz
8 questions
Arduino Projects with Light Sensors
20 questions
Electronic Components and Modules
35 questions
Use Quizgecko on...
Browser
Browser