What is Arduino Introduction hindi
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
- Arduino USB: UNO, Duemilanove, Extreme, NG 240
- Bluetooth
- Serial
- Single-Sided Serial
- Mega
- Lilypad
- Nano
- Mini
- 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:
Post a Comment