Important Notice:

Course Content
Building IoT Applications (Chapter-4) M4-R5.1
About Lesson

AREF: Analog Reference pin, external reference सेट करने के लिए उपयोग होता है. ज्यादातर हम इस पिन को इस्तमाल नहीं करते।

RESET BUTTON: लाल रंग का बटन जिसका उपयोग uno को रिसेट करने के लिए उपयोग कर सकते है। जब जब रिसेट करेंगे तब तब uno में जो कोड है एकदम पहले से शुरू हो जायेगा।

 Serial Pins:-

 RX(0): इसका उपयोग serial communication में data receive करने के लिए होता है।

TX (1): इस पिन से आप serial communication से दुसरे device को data send कर सकते है।

Crystal Clock/Oscillator:-

           एक क्रिस्टल ऑसिलेटर है, इस बोर्ड में 16MHz का क्रिस्टल ऑसिलेटर लगा होता है, जो 1 सेकंड में 16 मिलियन बार कम्पन करता है, जिसे फ्रीक्वेंसी कहते हैं और इसके प्रत्येक कम्पन पर , माइक्रोकंट्रोलर एक ऑपरेशन करता है, उदाहरण के लिए, जोड़, घटाव आदि।

Memory:-

      माइक्रोकंट्रोलर में तीन प्रकार की मेमोरी होती है।

  1. 32 KB flash

  2. 2 KB of RAM (SRAM)

  3. 1 KB of Non-volatile Memory (EEPROM)

 

AREF: Analog Reference pin is used to set external reference. Mostly we do not use this PIN.

RESET BUTTON: The red button that you can use to reset the uno. Whenever you reset, the code in uno will start from before.

Serial Pins:-

 RX(0): It is used to receive data in serial communication.

TX (1): With this PIN you can send data to other devices through serial communication.

Crystal Clock/Oscillator:-

        There is a crystal oscillator, this board has a 16MHz crystal oscillator, which vibrates 16 million times in 1 second, which is called frequency and on each of its vibrations, the microcontroller performs an operation, for example, addition, subtraction etc.

Memory:-

      There are three types of memory in microcontroller.

  1. 32 KB flash

  2. 2 KB of RAM (SRAM)

  3. 1 KB of Non-volatile Memory (EEPROM)

error: Content is protected !!