⚠ यह कार्रवाई अनुमति नहीं है!
📗 NIELIT O Level · M4-R5 · Most Important Chapter

Chapter 3: Sensors, Actuators & Microcontrollers — Types, Working Principle व Families (Diagrams सहित)

IoT hardware का सबसे important chapter — Sensors (eyes 👀), Microcontroller (brain 🧠) और Actuators (muscles 💪) कैसे मिलकर हर IoT device को smart बनाते हैं। हर topic deep लेकिन आसान हिंदी में — working principles, types, real examples और memory tricks के साथ।

📑 9 Sections 🖼️ 6 Diagrams ❓ 50 MCQs + 15 Q 🗓 Updated 2026
👉 सभी chapters देखने के लिए swipe करें
📑 Table of Contents — किसी भी topic पर सीधे जाएँ
3.0

Introduction — Sensor, Microcontroller व Actuator का Trio

हर IoT device तीन components पर आधारित है — Sensors data collect करते हैं (👀 eyes and ears), Microcontroller उसे process करके decision लेता है (🧠 brain), और Actuators उस decision पर physical action करते हैं (💪 muscles/hands)।

🤝 तीनों का संबंध (Diagram)

IoT Device का Core Trio — Human Body Analogy

👀SENSORData sense करता है 🧠MICROCONTROLLERProcess + Decision 💪ACTUATORPhysical action करता है Data Command Input (Sense) → Process (Think) → Output (Act)

📋 तीनों की एक-नज़र तुलना

ComponentFunctionBody AnalogyExamples
SensorEnvironment से data sense करता हैआँखें/कान (Input)DHT11, LDR, IR, PIR
MicrocontrollerData process करता है, decision लेता हैदिमाग (Processing)Arduino, NodeMCU, ESP32
ActuatorCommand के अनुसार physical action करता हैहाथ/muscles (Output)Motor, Relay, Servo, Solenoid
Example Flow (Smart Irrigation): Moisture sensor data भेजता है microcontroller को → अगर soil dry है → relay ON → water pump चालू हो जाता है।

⭐ IoT Ecosystem में Importance

  • Real-time automation possible बनता है।
  • Data-driven decision making enable होती है।
  • Manual effort व energy consumption कम होता है।
  • IoT devices को intelligent behavior मिलता है।
Exam Point: "Sensor data देता है, Microcontroller सोचता है, Actuator काम करता है" — यह एक line पूरे chapter की foundation है।
3.1

Sensors — Physical Quantities को मापने वाले Devices

Sensor एक electronic device है जो environment से किसी physical quantity (temperature, light, pressure, motion, humidity) को measure करके उसे electrical signal में convert करता है — यह real world और digital world के बीच bridge है।

📏 Sensors कौन-कौन सी Physical Quantities मापते हैं?

Physical QuantitySensorआसान समझ
TemperatureDHT11, LM35, DS18B20गर्मी/heat energy मापना
Light IntensityLDR, BH1750रोशनी का level detect करना
PressureBMP180, MPX5010हवा/fluid का दबाव मापना
HumidityDHT22, HIH4030हवा में नमी (moisture) मापना
MotionPIR, Accelerometer, GyroscopeMovement detect करना
Gas/Air QualityMQ2 (Smoke), MQ135 (Air), MQ7 (CO)ज़हरीली gases detect करना
Proximity/DistanceUltrasonic (HC-SR04), IR ProximityObject की दूरी/presence detect करना
TouchCapacitive Touch (TTP223)Human touch detect करना
SoundMicrophone Sensor (KY-037)Audio/vibration detect करना
Exam Point: Sensor-name → quantity की matching exam में सबसे ज़्यादा पूछी जाती है — DHT11 = Temperature+Humidity, LDR = Light, PIR = Motion, MQ135 = Air Quality, HC-SR04 = Distance।

🧾 Sensor Characteristics (5 गुण)

Characteristicमतलब (आसान भाषा में)
Sensitivityकितने छोटे change को detect कर सकता है
AccuracyOutput कितना सही (correct) है
LinearityInput बढ़ने पर output भी उसी अनुपात में बढ़े (सीधा संबंध)
Response TimeChange पर react करने में लगने वाला समय
Rangeवह limit जिसमें sensor सही output देता है

🌍 IoT में Use Cases

  • Smart Home: Temperature व light sensors से automatic AC व lighting control।
  • Smart Agriculture: Moisture sensors से irrigation control।
  • Smart Health: Heart rate व body temperature sensors।
  • Smart City: Air quality sensors व motion detection cameras।
Example: Smart street light में LDR sensor रात होते ही automatically light ON कर देता है और सुबह OFF — बिना किसी इंसान के।
3.2

Working Principle — Sensor काम कैसे करता है?

Sensor किसी external stimulus (light, heat, motion, pressure) को sense करके उसे measurable electrical signal में बदल देता है — energy के एक रूप से दूसरे रूप में इस परिवर्तन को Transduction कहते हैं।

🔄 Sensor Working Flow (Diagram)

Physical Input से Microcontroller तक — 4 Steps

Physical InputHeat/Light/Motion Sensing ElementParameter detect TransductionElectrical signal में SignalConditioningAmplify+Filter+ADC MCUProcessing
  • 1. Sensing Element: Actual physical parameter detect करता है (heat, light, motion)।
  • 2. Transduction Element: Sensed quantity को electrical signal में convert करता है।
  • 3. Signal Conditioning: Signal को usable बनाना — Amplification (weak signal बढ़ाना), Filtering (noise हटाना), Conversion (Analog → Digital via ADC)।
  • 4. Data Transmission: Converted signal controller/cloud तक भेजा जाता है।
Exam Point: Transduction = energy का एक रूप से दूसरे रूप में परिवर्तन; Signal Conditioning के 3 steps = Amplification, Filtering, Conversion (ADC)।

🌡️ Example: LM35 Temperature Sensor

LM35 Celsius temperature के proportional voltage output देता है। Temperature बदलने पर semiconductor junction का voltage बदलता है, जो microcontroller के analog pin पर जाकर digital value में convert होता है।

Working Formula: Output Voltage (mV) = 10 × Temperature (°C)
यानी 25°C पर output = 250 mV; 30°C पर = 300 mV। यह signal Arduino process करके LCD पर दिखा सकता है।

🔦 अन्य Sensors की Working (Real Life)

Sensorकैसे काम करता है
LDRLight intensity बढ़ने पर resistance घटता है → voltage change → signal MCU को
ThermistorTemperature बढ़ने पर resistance बदलता है → resistance change signal बनता है
IR SensorInfrared light reflect होकर receiver को मिलती है → object detection
Ultrasonic (HC-SR04)Sound waves emit करके reflection का time मापता है → distance calculate
Example: Smart street light — LDR light intensity detect करके MCU को signal भेजता है, जिससे light अपने-आप ON/OFF होती है।
3.3

Types of Sensors — IoT में Sensors का वर्गीकरण

हर IoT application को अलग parameter sense करना होता है, इसलिए sensors को तीन आधारों पर classify किया जाता है:

1️⃣ Signal Type के आधार पर

TypeOutputExamples
Analog SensorsContinuous signal — real-time changing valuesLM35, LDR, Thermistor
Digital SensorsDiscrete On/Off (0 या 1) — threshold पर कामIR Obstacle Sensor, PIR Motion Sensor

2️⃣ Power Requirement के आधार पर

TypePowerExamples
Active SensorsExternal power supply चाहिएUltrasonic Sensor, IR Sensor
Passive Sensorsबिना external power — energy environment सेThermocouple, LDR
Exam Point: Active = external power वाले (Ultrasonic, IR); Passive = बिना power वाले (LDR, Thermocouple) — options में उलझाने के लिए यही पूछा जाता है।

3️⃣ Function/Measurement के आधार पर — Master Table

Sensor TypeMeasured ParameterExampleIoT Application
TemperatureHeat/TemperatureDHT11, LM35, DS18B20Smart Home, Agriculture
LightLight IntensityLDR, BH1750Street Lighting, Security
MotionObject MovementPIR, Accelerometer, GyroscopeSmart Doors, Security Alarm
PressureAir/Fluid PressureBMP180, MPX5010Weather Monitoring
HumidityAir Moisture %DHT22, HIH4030Agriculture, Weather
GasGas ConcentrationMQ2 (Smoke), MQ135, MQ7 (CO)Air Quality, Gas Leakage Alert
ProximityDistance DetectionUltrasonic HC-SR04, IR ProximityParking Assist, Robotics
TouchHuman TouchCapacitive TTP223Touch switches, Displays
SoundAudio/VibrationKY-037 MicrophoneVoice detection, Alarms

🌍 Real-World Combinations

  • Smart Street Light: LDR + Microcontroller = Automatic light ON/OFF।
  • Smart AC: DHT11 से temperature data → controller → AC compressor control।
  • Gas Leakage Alert: MQ2 से gas detection → buzzer + mobile notification।
  • Smart Farming: Moisture Sensor से data → automatic water pump ON।
याद रखने की trick: "D-L-P-M" — DHT (temp/humidity), LDR (light), PIR (motion), MQ (gas) — चार सबसे ज़्यादा पूछे जाने वाले sensors।
3.4

Actuators — System को हिलाने/Control करने वाले Devices

Actuator एक electromechanical device है जो electrical energy को mechanical motion (movement, rotation, vibration) में convert करता है — यह motion linear (सीधी) या rotary (घूमने वाली) हो सकती है। Actuators IoT system के "muscles" हैं।
Example: Microcontroller से "ON" signal आते ही relay switch motor को current supply कर देता है और motor घूमने लगती है।

⚙️ Working Principle (3 Steps)

  • 1. Controller एक command signal generate करता है।
  • 2. Actuator signal receive करके internal energy source से power लेता है।
  • 3. Mechanical motion या control output produce होता है — feedback से adjust भी होता है।

🗂️ Classification of Actuators (Diagram)

Energy Source व Motion Type के आधार पर वर्गीकरण

ACTUATORS Energy Source के आधार पर ElectricalMotor, Relay, Solenoid HydraulicFluid pressure (Excavator) PneumaticCompressed air (Pneumatic cylinder) Motion Type के आधार पर Linearसीधी motion (Cylinder) Rotaryघूमने वाली (Servo, Stepper)

📋 IoT में Common Actuators

Actuatorकार्यउपयोग
DC MotorElectrical energy को continuous rotation में convertRobotics, fans
Servo MotorPrecise angle control (0°–180°)Smart door lock, robotic arm
Stepper MotorSpecific steps में rotate करता हैCNC machines, 3D printers
RelayHigh-voltage device को low-power signal से controlAC appliances, water pump
SolenoidMagnetic field से linear push/pull motionDoor locks, valves
Exam Point: Servo = angle control (0°–180°); Stepper = steps में rotation (CNC/3D printer); Relay = low-power signal से high-voltage control — तीनों का अंतर ज़रूर याद रखें।

🌍 Applications व ✔️ Advantages

  • Applications: Smart Home (door locks, curtains, AC), Smart Agriculture (pump/valve), Industry (robotic arms), Healthcare (bed adjustment), Automobiles (electric windows, throttle)।
  • Advantages: Automation, कम manual operation, fast व accurate physical response, energy-efficient design।
Example (Smart Home): Temperature sensor detect करता है कि room गर्म है → Controller "Turn ON Fan" command भेजता है → actuator (motor) fan घुमा देता है → temperature normal होने पर "Turn OFF"।
3.5

Microcontrollers — IoT का Brain: Role, Structure व Working

Microcontroller एक "mini computer on a single chip" है जिसमें CPU, Memory, I/O ports और communication interfaces built-in होते हैं। यह sensors से data receive करता है, process करता है और actuators को command देता है — इसीलिए इसे IoT का brain कहते हैं।

🧠 Microcontroller की Internal Structure (Diagram)

Single Chip के अंदर के 6 Components

MICROCONTROLLER (Single Chip) CPUData process + control MemoryRAM, ROM, Flash I/O PortsSensors/Actuators connect ADCAnalog → Digital convert Timers/CountersEvents व delays manage Comm. InterfacesUART, SPI, I2C Input (Sensors) → Process (MCU) → Output (Actuators)
Exam Point: Communication Interfaces के नाम — UART, SPI, I2C; और ADC = Analog to Digital Converter (sensors के analog data को digital में बदलता है) — दोनों exam favourites हैं।

🎯 IoT में Microcontroller के 5 Functions

  • 1. Data Collection: Sensors से analog/digital data receive करना।
  • 2. Data Processing: Embedded code logic से data analyze करना।
  • 3. Decision Making: Threshold/condition के आधार पर actuator को command देना।
  • 4. Communication: Wi-Fi, Bluetooth, GSM modules से cloud/user app से connect होना।
  • 5. Real-time Control: Immediate response — light ON/OFF, motor control।
Edge Computing बोनस: Microcontroller local decision making (edge computing) करके cloud का load कम करता है — साथ ही energy management व timing functions भी efficiently manage करता है। यह IoT ecosystem में "middle layer" की तरह sensing world और connected world को जोड़ता है।

💻 Embedded Programming का उदाहरण

Microcontroller को Embedded C या Arduino IDE से program किया जाता है — conditions (if-else) से sensor input के अनुसार actuator control होता है:

Arduino Code — Temperature से Fan Control

if (temperature > 30) {
   digitalWrite(fan, HIGH);  // Fan ON
} else {
   digitalWrite(fan, LOW);   // Fan OFF
}

⭐ Popular Microcontrollers in IoT

MicrocontrollerProcessorKey FeaturesCommon Uses
Arduino UNO (ATmega328P)8-bitEasy to program, 14 Digital + 6 Analog pinsLearning projects, prototyping
NodeMCU (ESP8266)32-bitWi-Fi built-in, IoT friendlyCloud-based IoT projects
ESP32Dual-core 32-bitWi-Fi + Bluetooth, low powerSmart IoT devices, wearables
Raspberry Pi PicoDual-core ARM Cortex-M0+High speed, GPIO flexibilityEdge computing, automation
STM32ARM Cortex-MHigh performance 32-bitIndustrial automation, drones
Example: Moisture sensor data भेजता है NodeMCU को → NodeMCU check करता है soil dry है या नहीं → dry होने पर relay ON करके pump start करता है।

📡 Microcontroller के Communication Modes

IoT में communication एक critical factor है — microcontrollers connectivity modules के माध्यम से cloud व other IoT devices से जुड़ते हैं:

Communication ModeModuleउपयोग
Wi-FiESP8266 / ESP32Cloud-based IoT applications
BluetoothHC-05Short range communication
ZigBee / LoRaNRF24L01, LoRa modulesLong-range, low-power networks
GSM / GPRSSIM800L, SIM900Cellular IoT communication

🏠 Integration Example — Smart Home System

  • Sensor: PIR motion sensor movement detect करता है।
  • Controller: NodeMCU signal process करके decision लेता है।
  • Actuator: Light bulb को ON/OFF करता है।
  • Cloud: User के mobile app को notification भेजी जाती है।

🔮 Future Scope of Microcontrollers in IoT

Modern controllers जैसे ESP32-S3, STM32 AI और RISC-V boards अब AI + Machine Learning on Edge support करते हैं — इससे IoT devices खुद से सीखने (self-learning) और निर्णय लेने में सक्षम बनेंगे।

Example (Future IoT): 🚀 Smart fridge का microcontroller temperature sense करता है, user behavior analyze करता है, और cloud से auto food order तक place कर सकता है!
3.6

Controller as Gateway — Sensors व Actuators की Interfacing

Controller Gateway वह system है जो sensors और actuators दोनों को connect करता है — sensing world और control world के बीच communication bridge। यह data acquire करता है, process करता है, control signals भेजता है और cloud से भी जुड़ता है।

🌉 Gateway Architecture (Diagram)

Controller — Sensing World व Control World के बीच Bridge

DHT11 SensorTemperature/Humidity LDR SensorLight intensity PIR SensorMotion detect Controller Gateway(Arduino / NodeMCU)ADC · Logic · Decision Relay + FanActuator Water PumpActuator Cloud / AppMQTT/HTTP/CoAP

🎯 Gateway के 5 Functions

  • 1. Data Acquisition: Sensors से analog/digital signals receive करना।
  • 2. Signal Conversion: Analog signal को digital format (ADC) में convert करना।
  • 3. Data Processing: Sensor data पर logic apply करके decision लेना।
  • 4. Command Transmission: Decision के अनुसार actuator को control signal भेजना।
  • 5. Connectivity: Wi-Fi, Bluetooth, ZigBee या LoRa से cloud से data exchange करना।

🔌 Types of Interfacing

Interfacing TypeSignalExamples
Analog InterfacingContinuous signals (voltage changes)LDR, LM35 sensors
Digital InterfacingDiscrete signals (0 या 1)IR sensor, Ultrasonic sensor

☁️ Cloud Communication

Controller gateway local devices के साथ-साथ MQTT, HTTP या CoAP protocols से cloud server से भी data send/receive करता है — wireless modules जैसे ESP8266 (Wi-Fi), HC-05 (Bluetooth), NRF24L01 support करता है।

Example (Smart Temperature Control): DHT11 temperature sense करता है → Arduino data analyze करता है → temperature > 30°C होने पर Relay activate → Fan ON → normal होने पर Relay OFF। साथ ही NodeMCU data ThingSpeak cloud पर upload करता है जिससे user app से fan remotely control कर सकता है।

✔️ Advantages

  • Real-time monitoring व control।
  • बेहतर data accuracy व automation।
  • Remote access के लिए cloud integration।
  • System modularity व scalability।
3.7

Microcontroller vs Microprocessor

Microcontroller = Complete mini computer on a single chip (CPU + Memory + I/O सब built-in)। Microprocessor = सिर्फ powerful CPU chip, जिसे external memory व I/O devices चाहिए।

⚖️ Detailed Comparison Table

FeatureMicrocontrollerMicroprocessor
DefinitionSingle chip — CPU, Memory, I/O ports सब साथसिर्फ CPU — external Memory व I/O चाहिए
System DesignCompact embedded systemComplex और modular system
Clock Speed1 MHz – 300 MHz1 GHz – 5 GHz
Power ConsumptionLowHigh
ProgrammingSimple (Embedded C, Arduino IDE)Complex (C/C++, OS level)
CostCheapExpensive
Use CaseIoT, Robotics, Embedded devicesComputers, Servers, Laptops
ExamplesArduino UNO, ESP32, NodeMCURaspberry Pi 4, BeagleBone, Intel CPUs
Exam Point: Raspberry Pi Pico = Microcontroller board, लेकिन Raspberry Pi 4 = Microprocessor-based mini computer — यह twist exam में ज़रूर आता है!

🔄 Working Flow का अंतर

  • Microcontroller: Sensor → Controller → Actuator (Real-time Control)।
  • Microprocessor: Sensor → Processor → Cloud/Display (Data Processing व Analytics)।
Example (Smart Agriculture): Arduino (Microcontroller) irrigation control करता है, जबकि Raspberry Pi (Microprocessor) data analysis व cloud upload करता है — दोनों साथ मिलकर complete system बनाते हैं।

✔️ किसके क्या फ़ायदे?

  • Microcontroller: Low power/cost, compact, beginners के लिए आसान, real-time response।
  • Microprocessor: High computation power, multitasking व OS-based operation, AI/ML व data-driven IoT के लिए suitable।
IoT Ecosystem Example (Smart City): Microcontrollers local tasks handle करते हैं (lighting control, sensors), जबकि Microprocessors central server पर analytics व connectivity tasks perform करते हैं — दोनों का combination ही complete smart city system बनाता है।
3.8

Microcontroller Families — Embedded Ecosystem के Types

Embedded Ecosystem = ऐसा hardware+software environment जिसमें sensors, actuators, controllers व communication modules मिलकर specific task perform करते हैं — Microcontrollers इसका "core" हैं। अलग-अलग needs के लिए अलग families design की गई हैं।

1️⃣ Bit Size के आधार पर Classification

Bit SizeउपयोगExamples
8-bitBasic applications — कम cost, power efficientATmega328P (Arduino UNO), PIC16F877A, 8051
16-bitModerate processing speedMSP430, PIC24
32-bitHigh performance IoT applicationsARM Cortex-M series, ESP32, STM32

2️⃣ Memory Architecture के आधार पर

ArchitectureMemory DesignExamples
Harvard ArchitectureProgram memory व data memory अलग-अलग — faster processingAVR, PIC microcontrollers
Von Neumann ArchitectureProgram व data memory shared8051 microcontroller
Exam Point: Harvard = अलग memories (AVR, PIC); Von Neumann = shared memory (8051) — यह अंतर बहुत important है।

3️⃣ प्रमुख Families — Master Table

FamilyBit SizeKey FeaturesApplications / Examples
8051 (Intel/Atmel)8-bitसबसे पुरानी व popular; 12 MHz, 4KB ROM, 128B RAMEducation, basic automation — AT89C51, AT89S52
PIC (Microchip)8/16/32-bitHarvard, reliable, industrialAutomotive, home automation — PIC16F877A, PIC18F4550
AVR (Atmel)8-bitFast, efficient, Harvard — Arduino boards मेंRobotics, IoT — ATmega8, ATmega32, ATmega328P
ARM Cortex32-bitHigh-performance RISC, 200 MHz+, AI-readyDrones, automotive, AI IoT — STM32, NXP LPC1768
MSP430 (Texas Instr.)16-bitUltra-low power (sleep mode)Battery IoT, energy metering — MSP430G2553, MSP430F5529
ESP (Espressif)32-bitWi-Fi + Bluetooth built-inSmart home, cloud IoT — ESP8266, ESP32, ESP32-S3
Arduino Boards8/32-bitOpen-source, beginner friendly, Arduino IDELearning kits, prototyping — UNO, Mega, Nano, Due
Raspberry Pi Pico (RP2040)32-bit dual-coreARM Cortex-M0+, 133 MHz तकRobotics, edge AI — Pico, Pico W (Wi-Fi)
Renesas RX32-bitHigh reliability, fast ADCAutomotive ECUs, medical devices — RX63N, RX72M
NXP LPC32-bitHigh-speed I/O, USB, CAN, I2CIndustrial automation — LPC1768, LPC2148
RISC-V (Future-ready)32/64-bitOpen-source, customizable, edge AI capableFuture IoT/AI — SiFive FE310, ESP32-C3

🤔 Microcontroller चुनते समय ध्यान रखने योग्य बातें

  • Application requirement — speed, sensors, connectivity।
  • Available peripherals — ADC, PWM, UART, I2C।
  • Memory size — Flash, SRAM।
  • Power consumption — battery vs main supply।
  • Cost व community support।

🔮 Future of Microcontrollers

आने वाले समय में microcontrollers में AI/ML support, edge processing व low-power wireless communication और advanced होते जा रहे हैं — जैसे ESP32-S3, STM32 AI series व RISC-V based controllers। इससे IoT devices self-learning व स्वयं निर्णय लेने में सक्षम बनेंगे।

याद रखने की trick: "ESP = Wi-Fi वाला, MSP = कम power वाला, ARM = तेज़ वाला, AVR = Arduino वाला, 8051 = पुराना वाला" — 5 families एक line में!
3.9

Summary — Quick Revision

  • Trio: Sensor (👀 sense) → Microcontroller (🧠 process/decide) → Actuator (💪 act)।
  • Sensor: Physical quantity को electrical signal में convert — Transduction। Characteristics: Sensitivity, Accuracy, Linearity, Response Time, Range।
  • Signal Conditioning: Amplification + Filtering + Conversion (ADC)। LM35 Formula: Output (mV) = 10 × Temp (°C)।
  • Sensor Types: Analog (LM35, LDR) vs Digital (PIR, IR); Active (Ultrasonic, IR — power चाहिए) vs Passive (LDR, Thermocouple — बिना power)।
  • Key Sensors: DHT11 (Temp/Humidity), LDR (Light), PIR (Motion), MQ135 (Gas), HC-SR04 (Distance), BMP180 (Pressure)।
  • Actuators: Electrical energy → mechanical motion। Energy source: Electrical/Hydraulic/Pneumatic; Motion: Linear/Rotary। Servo = angle (0°–180°), Stepper = steps, Relay = low signal से high-voltage control।
  • Microcontroller: Single chip पर CPU + Memory + I/O + ADC + Timers + Comm (UART/SPI/I2C)। Functions: Collect → Process → Decide → Communicate → Control।
  • Popular MCUs: Arduino UNO (8-bit), NodeMCU/ESP8266 (Wi-Fi), ESP32 (Wi-Fi+BT), Pico (RP2040), STM32 (ARM)।
  • MCU vs MPU: MCU = सब कुछ एक chip पर, low power, cheap, IoT के लिए; MPU = सिर्फ CPU, GHz speed, computers के लिए।
  • Families: 8051 (oldest), AVR (Arduino), PIC (industrial), ARM (high-perf), MSP430 (low power), ESP (wireless), RISC-V (future)। Harvard (अलग memory — AVR/PIC) vs Von Neumann (shared — 8051)।
Chapter 3 का सार: Sensors + Microcontroller + Actuators = हर IoT device की foundation — इनकी working व types की गहरी समझ M4-R5 exam के सबसे ज़्यादा questions cover करती है।
3.10

Model Questions — 50 Important MCQs + 15 Theory Questions

❓ A. Multiple Choice Questions (50 Important Questions)

प्रश्नOptionsAns
1. IoT device में environment से data कौन collect करता है?a) Actuator  b) Sensor  c) Relay  d) Motorb
2. IoT का "brain" किसे कहा जाता है?a) Sensor  b) Actuator  c) Microcontroller  d) Cloudc
3. Sensors को IoT की क्या कहा जाता है?a) Muscles  b) Eyes and Ears  c) Legs  d) Heartb
4. Actuators IoT system के क्या कहलाते हैं?a) Eyes  b) Brain  c) Muscles/Hands  d) Memoryc
5. Physical quantity को electrical signal में बदलने की प्रक्रिया क्या कहलाती है?a) Conversion  b) Transduction  c) Amplification  d) Filteringb
6. DHT11 sensor क्या मापता है?a) Light  b) Temperature व Humidity  c) Motion  d) Gasb
7. LDR का पूरा नाम क्या है?a) Light Data Resistor  b) Light Dependent Resistor  c) Low Density Resistor  d) Light Digital Readerb
8. Motion detect करने के लिए कौन-सा sensor उपयोग होता है?a) LDR  b) LM35  c) PIR  d) BMP180c
9. MQ135 sensor किसके लिए उपयोग होता है?a) Temperature  b) Air Quality/Gas  c) Light  d) Pressureb
10. Distance मापने के लिए कौन-सा sensor उपयोग होता है?a) DHT22  b) Ultrasonic (HC-SR04)  c) LDR  d) TTP223b
11. Pressure मापने वाला sensor कौन-सा है?a) BMP180  b) PIR  c) MQ2  d) KY-037a
12. Smoke detect करने के लिए कौन-सा sensor है?a) MQ135  b) MQ2  c) LM35  d) LDRb
13. Continuous output देने वाले sensors क्या कहलाते हैं?a) Digital Sensors  b) Analog Sensors  c) Active Sensors  d) Smart Sensorsb
14. PIR motion sensor किस प्रकार का sensor है?a) Analog  b) Digital  c) Hydraulic  d) Passive Analogb
15. External power की आवश्यकता वाले sensors क्या कहलाते हैं?a) Passive  b) Active  c) Digital  d) Staticb
16. निम्न में से कौन Passive sensor है?a) Ultrasonic  b) IR Sensor  c) LDR  d) Radarc
17. Thermocouple किस श्रेणी का sensor है?a) Active  b) Passive  c) Digital  d) Wirelessb
18. Sensor की छोटे changes detect करने की क्षमता क्या कहलाती है?a) Accuracy  b) Range  c) Sensitivity  d) Linearityc
19. Input-output के सीधे (proportional) संबंध को क्या कहते हैं?a) Accuracy  b) Linearity  c) Sensitivity  d) Responseb
20. LM35 में 25°C temperature पर output voltage कितना होगा?a) 25 mV  b) 2.5 V  c) 250 mV  d) 100 mVc
21. LM35 का working formula क्या है?a) V = Temp ÷ 10  b) Output (mV) = 10 × Temp (°C)  c) V = Temp²  d) V = 100 × Tempb
22. Signal Conditioning में weak signal को बढ़ाना क्या कहलाता है?a) Filtering  b) Conversion  c) Amplification  d) Transductionc
23. Signal से noise हटाने की प्रक्रिया क्या है?a) Amplification  b) Filtering  c) Actuation  d) Sensingb
24. Ultrasonic sensor distance कैसे calculate करता है?a) Light reflection से  b) Sound waves के reflection time से  c) Heat से  d) Pressure सेb
25. Actuator electrical energy को किसमें convert करता है?a) Light  b) Sound  c) Mechanical Motion  d) Datac
26. Fluid pressure से operate होने वाले actuators क्या कहलाते हैं?a) Electrical  b) Pneumatic  c) Hydraulic  d) Solarc
27. Compressed air से operate होने वाले actuators कौन-से हैं?a) Hydraulic  b) Pneumatic  c) Electrical  d) Thermalb
28. 0°–180° angle control के लिए कौन-सा motor उपयोग होता है?a) DC Motor  b) Servo Motor  c) Stepper Motor  d) AC Motorb
29. CNC machines व 3D printers में कौन-सा motor उपयोग होता है?a) DC Motor  b) Servo  c) Stepper Motor  d) Solenoidc
30. Low-power signal से high-voltage device control करने वाला component कौन-सा है?a) Sensor  b) Relay  c) LDR  d) ADCb
31. Magnetic field से linear push/pull motion कौन generate करता है?a) Servo  b) Stepper  c) Solenoid  d) Relayc
32. सीधी रेखा में motion देने वाले actuators क्या कहलाते हैं?a) Rotary  b) Linear  c) Circular  d) Staticb
33. Microcontroller में sensors के analog data को digital में कौन convert करता है?a) DAC  b) ADC  c) CPU  d) RAMb
34. निम्न में से कौन microcontroller के communication interfaces हैं?a) HTTP, FTP  b) UART, SPI, I2C  c) TCP, UDP  d) USB, HDMIb
35. Events व delays manage करने के लिए microcontroller में क्या होता है?a) ADC  b) Timers/Counters  c) Relay  d) LDRb
36. Arduino UNO में कौन-सा microcontroller chip होता है?a) ESP8266  b) ATmega328P  c) STM32  d) RP2040b
37. NodeMCU में कौन-सा chip होता है?a) ATmega328P  b) ESP8266  c) 8051  d) MSP430b
38. Wi-Fi + Bluetooth दोनों built-in वाला microcontroller कौन-सा है?a) Arduino UNO  b) 8051  c) ESP32  d) MSP430c
39. Raspberry Pi Pico में कौन-सा chip होता है?a) ESP32  b) RP2040  c) ATmega8  d) PIC16F877Ab
40. Microcontroller को program करने के लिए कौन-सी language/IDE उपयोग होती है?a) HTML  b) Embedded C / Arduino IDE  c) SQL  d) Photoshopb
41. Microcontroller में CPU, Memory और I/O कहाँ होते हैं?a) अलग-अलग chips पर  b) एक single chip पर  c) Cloud पर  d) External board परb
42. Microprocessor को काम करने के लिए क्या चाहिए?a) कुछ नहीं  b) External Memory व I/O devices  c) सिर्फ battery  d) सिर्फ sensorb
43. निम्न में से कौन Microprocessor-based board है?a) Arduino UNO  b) NodeMCU  c) Raspberry Pi 4  d) Raspberry Pi Picoc
44. Microcontroller की clock speed आमतौर पर कितनी होती है?a) 1 GHz – 5 GHz  b) 1 MHz – 300 MHz  c) 10 GHz+  d) 1 Hz – 10 Hzb
45. Program व data memory अलग-अलग रखने वाली architecture कौन-सी है?a) Von Neumann  b) Harvard  c) RISC  d) CISCb
46. 8051 microcontroller किस architecture पर आधारित है?a) Harvard  b) Von Neumann  c) ARM  d) RISC-Vb
47. Arduino boards में कौन-सी microcontroller family उपयोग होती है?a) PIC  b) AVR  c) MSP430  d) Renesasb
48. Ultra-low power (battery IoT) के लिए कौन-सी family famous है?a) ARM Cortex  b) 8051  c) MSP430  d) ESPc
49. STM32 किस family पर आधारित है?a) AVR  b) ARM Cortex-M  c) 8051  d) PICb
50. Open-source, future-ready architecture कौन-सी है जो edge AI support करती है?a) 8051  b) Von Neumann  c) RISC-V  d) PICc

🧩 B. Theory Questions (15 Important One-Liners)

  1. Sensor क्या है?एक electronic device जो physical quantity (temperature, light, motion, pressure) को detect करके electrical signal में convert करता है — जैसे DHT11, LDR, PIR।
  2. Transduction क्या है?Energy का एक रूप से दूसरे रूप में परिवर्तन — sensor जब physical stimulus को electrical signal में बदलता है तो यही प्रक्रिया transduction कहलाती है।
  3. Signal Conditioning के तीन steps बताइए।Amplification (weak signal बढ़ाना), Filtering (noise हटाना) और Conversion (ADC से Analog को Digital में बदलना)।
  4. Analog और Digital Sensors में अंतर बताइए।Analog sensors continuous output देते हैं (LM35, LDR); Digital sensors On/Off यानी 0/1 output देते हैं (PIR, IR sensor)।
  5. Active और Passive Sensors में अंतर बताइए।Active sensors को external power चाहिए (Ultrasonic, IR); Passive sensors बिना external power के काम करते हैं (LDR, Thermocouple)।
  6. Sensor की पाँच characteristics बताइए।Sensitivity, Accuracy, Linearity, Response Time और Range।
  7. LM35 sensor की working बताइए।यह Celsius temperature का proportional voltage output देता है — Formula: Output (mV) = 10 × Temperature (°C); जैसे 25°C पर 250 mV।
  8. Actuator क्या है और इसके energy-source आधारित तीन प्रकार बताइए।Electrical energy को mechanical motion में बदलने वाला device — Electrical (Motor, Relay), Hydraulic (fluid pressure) और Pneumatic (compressed air)।
  9. Servo, Stepper और Relay में अंतर बताइए।Servo precise angle control (0°–180°) करता है; Stepper specific steps में घूमता है (CNC/3D printer); Relay low-power signal से high-voltage device control करता है।
  10. Microcontroller क्या है और इसके मुख्य components बताइए।Single chip पर बना mini computer — CPU, Memory (RAM/ROM/Flash), I/O Ports, Timers/Counters, ADC व Communication Interfaces (UART, SPI, I2C)।
  11. Controller को Gateway क्यों कहा जाता है?क्योंकि यह sensing world (sensors) और control world (actuators) के बीच bridge है — data acquisition, ADC conversion, processing, command transmission व cloud connectivity — पाँचों functions करता है।
  12. Microcontroller और Microprocessor में चार अंतर बताइए।MCU में CPU+Memory+I/O एक chip पर, MPU में सिर्फ CPU; MCU low power व सस्ता, MPU high power व महँगा; MCU की speed MHz में, MPU की GHz में; MCU IoT/embedded में, MPU computers/servers में।
  13. Harvard और Von Neumann Architecture में अंतर बताइए।Harvard में program व data memory अलग-अलग होती है (AVR, PIC — faster); Von Neumann में दोनों shared होती हैं (8051)।
  14. ESP8266 और ESP32 में अंतर बताइए।ESP8266 (NodeMCU) में सिर्फ Wi-Fi built-in है; ESP32 dual-core है जिसमें Wi-Fi + Bluetooth दोनों built-in हैं और power efficiency बेहतर है।
  15. Microcontroller चुनते समय किन बातों का ध्यान रखें?Application requirement (speed/connectivity), peripherals (ADC, PWM, UART, I2C), memory size (Flash/SRAM), power consumption और cost/community support।
Revision Ready: ये 65 questions Chapter-3 को exam-ready बनाते हैं। अभ्यास के लिए हमारे Free Mock Tests ज़रूर लगाएँ।
FAQ

अक्सर पूछे जाने वाले प्रश्न

Sensor क्या होता है?
Sensor एक electronic device है जो temperature, light, motion, pressure जैसी physical quantity को detect करके उसे electrical signal में बदल देता है — जैसे DHT11 (temperature), LDR (light), PIR (motion)। इन्हें IoT की "eyes and ears" कहा जाता है।
Actuator क्या करता है?
Actuator control signal के अनुसार electrical energy को mechanical motion में बदलता है — जैसे motor चलाना, valve खोलना, relay से pump ON करना। ये IoT system के "muscles" हैं।
Microcontroller को IoT का brain क्यों कहते हैं?
क्योंकि यह sensors से data receive करता है, उसे process करके decision लेता है और actuators को command देता है — जैसे इंसानी दिमाग। इसमें CPU, Memory, I/O, ADC सब एक single chip पर होते हैं।
Microcontroller और Microprocessor में क्या फर्क है?
Microcontroller में CPU, RAM, ROM, I/O सब एक single chip पर होते हैं (low power, सस्ता, IoT के लिए); Microprocessor में सिर्फ CPU होता है जिसे external memory व I/O चाहिए (high speed, computers/servers के लिए)।
Active और Passive Sensor में क्या अंतर है?
Active sensors को external power supply चाहिए (Ultrasonic, IR sensor); Passive sensors बिना external power के environment से energy लेकर काम करते हैं (LDR, Thermocouple)।
Arduino, NodeMCU और ESP32 में क्या अंतर है?
Arduino UNO (ATmega328P, 8-bit) — basic learning/prototyping के लिए, Wi-Fi नहीं; NodeMCU (ESP8266, 32-bit) — Wi-Fi built-in, cloud IoT के लिए; ESP32 (dual-core 32-bit) — Wi-Fi + Bluetooth दोनों, advanced IoT projects के लिए।

🎯 Chapter 3 पूरा हुआ! अब आगे बढ़ें

Chapter 4: Building IoT Applications में असली IoT projects बनाना सीखें

Chapter 4 पढ़ें ➜