Thursday, September 15, 2022

Arduino All concept introduction hindi - trendhacking

What is Arduino Introduction hindi

Arduino एक खुला स्रोत (ओपन-सोर्स) इलेक्ट्रॉनिक प्लेटफ़ॉर्म या बोर्ड है, जिसका उपयोग इलेक्ट्रॉनिक्स परियोजनाओं (projects) के निर्माण के लिए किया जाता है और जो आसानी से उपयोग होने वाले हार्डवेयर और सॉफ्टवेयर पर आधारित है।
Arduino board इनपुट को पढ़ने में सक्षम है - यह एक sensor  पर प्रकाश और एक बटन पर उगली को output में बदल सकता है arduino board को program करके आप किसी भी devices को online, bluetooth , wifi से ON \OFF कर सकते है 
Arduino board में कुछ इनपुट,आउटपुट और पावर पिन होते है इनपुट पिन Digital तथा analog होते है डिजिटल पिन डिजिटल value को रीड करता है analog पिन analog value को रीड करता है और microcontroll को singles भेजता है microcontroll उस value के अनुसार आउटपुट देता है हम arduino को program करते हुऐ यह set करते है कि किस value पर क्या action लेना है 
अब तक हमने देख कि arduino kya है,arduino का introduction hindi में 
 में आप सबसे एक question पूछता हूँ इसका answer आप comment box  देना Q. Arduino board को किसने development किया 

    Anduino IDE kya है 

Arduino को code करने के लिए Arduino IDE(Integrated Development Enviroment ) का उपयोग किया जाता  है  जो C प्रोग्रामिंग का उपयोग करता है Arduino IDE कोड लिखना और board पर अपलोड करना आसान बनता है Arduino IDE windows,Linux,Mac और android पर चलता है 

Doenload Arduino IDE on the arduino official website:

                       https://www.arduino.cc/en/software

Phone में Arduino IDE Download आप play store से कर सकते है 

Types of Arduino hindi 


  1. Arduino USB: UNO, Duemilanove, Extreme, NG 240
  2. Bluetooth
  3. Serial
  4. Single-Sided Serial
  5. Mega
  6. Lilypad
  7. Nano
  8. Mini
  9. Mini USB Adapter

इस blog में हम arduino के introduction hindi में read करेंगे और arduino pins hindi में read करेंगे | 

1. Reset Button – यह Arduino बोर्ड के लिए लोड किया गया कोड को Restart करता है 

2. AREF – Stands for “Analog Reference” और इसका प्रयोग बाहरी  वोल्टेज सेट करने के लिए प्रयोग किया जाता है

3. Ground Pin – Arduino पर कुछ ग्राउंड पिन हैं और वे सभी एक ही काम करते हैं। Ground Pin से Sensor या metor को GND pin से add करते है यह negative पिन होता है 

4. Digital Input/Output – Pins 0-13 इस pin का प्रयोग Digital Input/Output होता है pin 0-7 sensor से Digital input के लिये होता है, pin number 8-13 Digital output pin होता है Digital ports साधारण logic के लिए है yes\no टाइप इनपुट के लिए | 

5. PWM – The pulse width modulation pins marked with the (~) symbol can simulate analog output

6. USB Connection –Arduino को power  देने और program अपलोड करने के लिए उपयोग किया जाता है आप Arduino board को Mobile में OTG से Add कर Arduino IDE से प्रोग्राम को upload कर सकते है 

7. TX/RX – LEDs to visualise data being transmitted and received from the board

8. ATmega328p – This is the microcontroller which stores the program and processes it

9. Power LED Indicator – यह LED indicates करता है जिस से पता चलता है Arduino power source से जुङा है 

10. Voltage Regulator – यह arduino board में जाने वाली voltage को नियंत्रित करता है arduino 7 voltage से ले कर 12  voltage DC Power से चल सकता है 

11. DC Power Barrel Jack – This is used for powering your Arduino with a power supply

12. 3.3V Pin – यह pin  आपकी projects को 3.3 voltage power की आपूर्ति करता है। 

13. 5V Pin –  यह pin  आपकी projects को 5 voltage power की आपूर्ति करता है।

14 . Analog Pins – ये पिन Analog Single को read सकते हैं और इसे digital में परिवर्तित कर सकते हैं Analog ports तापमान या गति की तरह continuous इनपुट/आउटपुट के लिए है  


No comments: