|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/arduino-in-hindi/
课程评论:没有评论
**课程名称:Arduino 开发板自动化传感器** **课程概述:** 本课程介绍 Arduino,一个基于易用软硬件的开源电子平台。通过 Arduino 微控制器板,您可以根据自身需求开发各种项目。Arduino 易于使用且编码语言简单,使嵌入式编程比传统方法更便捷。 **核心内容:** * **Arduino 简介:** 了解 Arduino 的基本概念、工作原理及其在嵌入式系统中的应用。 * **简化的编程:** Arduino 使用一种简化的 C/C++ 编程语言,无需复杂的初始化代码,即可快速上手开发。 * **启动加载程序(Bootloader):** 学习 Arduino 微控制器上的启动加载程序如何协助在启动时加载您的代码,以及如何通过 USB 接口上传程序,无需昂贵的硬件编程器。 * **Arduino IDE:** 熟悉 Arduino 集成开发环境(IDE),这是一个用于编写、编译和上传代码的桌面应用程序。IDE 提供了代码编辑器、语法高亮、示例代码和文档,方便您配置和使用 Arduino。 **课程价值:** 完成本课程后,您将能够快速、轻松地开发满足您需求的各类 Arduino 项目。
Arduino एक ओपन-सोर्स इलेक्ट्रॉनिक्स प्लेटफॉर्म है, जो आसान हार्डवेयर और सॉफ्टवेयर पर आधारित है। इस माइक्रो कंट्रोलर बोर्ड के साथ हम अपनी आवश्यकताओं के अनुसार बहु पाल प्रकार की परियोजनाओं को विकसित कर सकते हैं। लगभग हम 2 महीने में 10 लाख की परियोजनाओं का निर्माण कर सकते हैं। इसका कारण यह है कि इसका उपयोग करना आसान है और इसे बहुत ही नमूना भाषा के साथ कोड करना आसान है। Arduino माइक्रोकंट्रोलर उपकरणों के लिए एक मंच है जो पारंपरिक तरीकों की तुलना में एम्बेडेड प्रोग्रामिंग को बहुत आसान बनाता है। Arduino की सादगी और उपयोग में आसानी, एम्बेडेड सिस्टम और प्रोग्रामिंग के लिए धन्यवाद Arduino को प्रोग्राम करने के लिए उपयोग किया जाने वाला सॉफ़्टवेयर ढांचा काफी सख्त C / C ++ नहीं है (हालाँकि यह हो सकता है कि आप चाहें), लेकिन इसके बजाय यह एक सरलीकृत संस्करण है जो अधिकांश बॉयलरप्लेट कोड को हटाता है ताकि विकास को यथासंभव सरल रखा जा सके। यह पारंपरिक शैली एम्बेडेड प्रोग्रामिंग के विपरीत है, जहां डिवाइस को ऑपरेशन के लिए तैयार करने के लिए काफी प्रारंभिक तर्क की आवश्यकता थी। अतीत में बहुत से लोग बस शुरू करने से निराश हो जाते हैं और इससे पहले कि वे कुछ भी करने के लिए डिवाइस प्राप्त कर सकते हैं। डिवाइस बूटलोडर एक ऐसा प्रोग्राम है जो Arduino माइक्रोकंट्रोलर्स पर पूर्व-प्रोग्राम किया जाता है और स्टार्टअप पर मेमोरी से आपके कोड को लोड करने के लिए सहायता करता है। जब डिवाइस चालू होता है, तो चलाने के लिए पहला कोड बूटलोडर होता है, जो मेमोरी से आपके एप्लिकेशन कोड को प्राप्त करता है और इसका निष्पादन शुरू करता है। Arduinos के मामले में, बूटलोडर आपको अधिक महंगे हार्डवेयर प्रोग्रामर (या-सिस्टम प्रोग्रामर) के बजाय USB केबल के माध्यम से डिवाइस पर कोड लोड करने की अनुमति देता है। IDE एक डेस्कटॉप एप्लिकेशन है जिसका उपयोग आप Arduinos के लिए कोड लिखने, संकलन करने और लोड करने के लिए करते हैं। आप इसे एक महिमा पाठ संपादक (सिंटैक्स हाइलाइटिंग के साथ) के रूप में सोच सकते हैं जो आपके लिए कोड को भी संकलित और अपलोड करता है। यहाँ आप बहुत सारे उदाहरण कोड, कॉन्फ़िगरेशन और आपके द्वारा खरीदे गए सभी Arduinos को सेट करने में मदद करने के लिए प्रलेखन पा सकते हैं। IDE की आवश्यकता नहीं है क्योंकि आप Mac / Linux कमांड लाइन का उपयोग करके कोड को लिख, संकलन और लोड भी कर सकते हैं, लेकिन यह आमतौर पर अधिक उन्नत उपयोगकर्ताओं के लिए आरक्षित होता है। मैं कह सकता हूँ कि इस कोर्स को करने के बाद आप अपनी आवश्यकता के अनुसार किसी भी प्रकार की परियोजना को बहुत ही आसान और तेज़ तरीके से विकसित कर पाएंगे।Arduino is an open-source electronics platform based on easy-to-use hardware and software. with this Micro controller board we can develop multi pal types of projects as per our requirements. approximately we can build 10lakhs projects with in 2 months. The reason is because of easy to use and easy to code it with very sample language. Arduino is a platform for microcontroller devices that makes embedded programming much easier than traditional methods. Thanks to Arduino's simplicity and ease-of-use, embedded systems and programming The software framework used to program Arduinos isn't quite strict C/C++ (although it can be if you want), but instead it is a simplified version that removes most of the boilerplate code to keep development as simple as possible. This is in contrast to traditional style embedded programming where quite a bit of initialization logic was needed just to get the device ready for operation. In the past many people just starting out would get frustrated and quit before they could get the device to do anything at all. The device bootloader is a program that comes pre-programmed on the Arduino microcontrollers and assists with loading your code from memory on startup. When the device is powered on, the first code to run is the bootloader, which fetches your application code from memory and starts its execution. In the case of Arduinos, the bootloader also allows you to load code on to the device via a USB cable instead of a more expensive hardware programmer (or in-system programmer). The IDE is a desktop application that you use to write, compile, and load code for Arduinos. You can think of it as a glorified text editor (with syntax highlighting) that also compiles and uploads the code for you. Here you can find plenty of example code, configurations, and help documentation to help set up all of the Arduinos you buy. The IDE is not required as you can also write, compile, and load code using the Mac/Linux command line, but this is usually reserved for more advanced users. I can say that after doing this course you will able to develop any type of project as per your requirement with very easy and fast way.