Important Notice:

Course Content
Types of Networks
0/1
Fog Computing
0/1
Introduction To IoT (Chapter-1) M4-R5.1
About Lesson

Structure of Embedded System

Sensor: सेंसर, एम्बेडेड हार्डवेयर के एक महत्वपूर्ण component के रूप में, कुछ मनमाने डेटा को महसूस करता है और फिर या तो एनालॉग से डिजिटल कनवर्टर या सीधे मेमोरी में स्थानांतरित करता है।

ADC: सेंसर एडीसी के साथ इंटरैक्ट करते हैं क्योंकि लगभग हर डेटा जिसे सेंस किया जाता है, वह पहले से ही एनालॉग रूप में होता है। उसे डिजिटल रूप में परिवर्तित करना होगा ताकि प्रोसेसर द्वारा उसे प्रोसेस किया जा सके।

Processor & ASIC: प्रोसेसर मुख्य चिप है जो सभी arithmetic और logical सर्किट को holds करता है। ASIC का मतलब एप्लीकेशन स्पेसिफिक इंटीग्रेटेड सर्किट है। यह एक प्रोसेसर के समान है लेकिन एक बहुत ही specific एप्लिकेशन के लिए डिज़ाइन किया गया है।

DAC:  DAC डिजिटल डेटा को एनालॉग रूप में परिवर्तित करता है और इसकी आवश्यकता होती है क्योंकि प्रोसेसर डिजिटल डेटा का उत्पादन करता है और एक्चुएटर्स को एनालॉग रूप में इसकी आवश्यकता होती है।

Actuator: एक्चुएटर्स वे components हैं जो किसी प्रकार की motion उत्पन्न करते हैं। यह motion प्रोसेसर द्वारा produced processed डेटा से उत्पन्न होती है।

Memory: डेटा और प्रोग्राम को स्टोर करने के लिए एम्बेडेड सिस्टम में मेमोरी की आवश्यकता होती है।

 

Sensor: Sensor, as an important component of an embedded hardware, senses some arbitrary data and then either transfers to an Analog to Digital converter or directly to the Memory.

ADC: Sensors interact with ADC because almost every data that is sensed, is already in Analog form. That has to be converted into Digital form so that it can be processed by the Processor.

Processor & ASIC: Processor is the main chip that holds all the arithmetic and logical circuits. ASIC stands for Application Specific Integrated Circuit. It is very similar to a Processor but designed for a very specific application.

DAC: DAC converts Digital data into Analog form and that is needed because processor produces Digital data and Actuators require that in Analog form.

Actuator: Actuators are the components that produce some kind of motion. This motion is generated from the processed data that is produced by the processor.

Memory: Memory is required in an embedded system to store the data and programs.

error: Content is protected !!