Back to Browse

Arduino Programming Series - Tutorial 18 | Pointers [in Hindi]

8.6K views
Jan 19, 2025
12:39

Are you confused by the star (*) and ampersand (&) symbols in Arduino code? In this tutorial, we demystify one of the most powerful yet misunderstood concepts in Arduino programming: Pointers. You’ll learn exactly how Arduino manages memory, how to use reference and dereference operators, and why pointers are the key to writing professional, memory-efficient code. इस वीडियो में हम Arduino Pointers के बारे में गहराई से सीखेंगे। हम जानेंगे कि & (Reference) और * (Dereference) ऑपरेटर्स क्या होते हैं, ये मेमोरी एड्रेस के साथ कैसे काम करते हैं, और इनका इस्तेमाल करके आप अपने कोड को और भी बेहतर और फास्ट कैसे बना सकते हैं बिल्कुल आसान हिंदी में। ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🎯 What You Will Learn in This Video? ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1. Introduction to Pointers in Arduino 2. Understanding Memory Management (Rows and Boxes concept) 3. How Reference Operator (&) and Dereference Operator (*) work 4. Difference between a Variable Value and its Memory Address 5. Creating Pointer Variables for different data types (Int, Float, etc.) 6. Practical Comparison: Memory usage with vs. without Pointers 7. How to optimize your code to save precious SRAM/Flash memory ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🧠 Why Learn Pointers? ━━━━━━━━━━━━━━━━━━━━━━━━━━━ Mastering pointers is essential for: 1. Writing memory-efficient code for large projects 2. Passing large data (like strings/arrays) to functions without copying 3. Understanding advanced libraries and C++ structures 4. Optimizing performance in resource-constrained microcontrollers 5. Moving from a beginner to an advanced Arduino programmer ━━━━━━━━━━━━━━━━━━━━━━━━━━━ ▶ Watch More from This Series ━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⏮️ Previous Video: https://youtu.be/MqLIg7hLhL4 ⏭️ Next Video: https://youtu.be/qL-OV2QVbSA ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🛠️ Useful Components (Buy here) ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🛒 Buy Arduino UNO R3 Original: https://amzn.to/4sgIGXG 🛒 Buy Arduino UNO R3 SMD Board: https://amzn.to/4t1xHTk Links to Buy Arduino Beginner's Guide: 🛒 Arduino Beginner's Project Kit: https://amzn.to/4sV3Hsd 🛒 Arduino Sensors Kit: https://amzn.to/3PKaV3A 🛒 Arduino Robot Kit: https://amzn.to/4apHhXs 🛒 Arduino Programming Book: https://amzn.to/4gZqInV ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 💾 Download Code & Resources ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📂 Circuit & Code: https://github.com/himanshus2847/Arduino-Programming-Series 🔗 Download Arduino IDE: https://www.arduino.cc/en/main/software ━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⏳ Video Timestamps: ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 00:00 - Introduction to Pointers (The Star and Ampersand symbols) 01:00 - Terminology: Reference and Dereference Operators 01:34 - Memory Management Concept in Arduino 03:31 - Practical Code Explanation: &x vs *y 06:14 - Understanding Pointer Outputs (Address vs Value) 08:52 - Why Pointers? Code Optimization Example 10:40 - Memory Comparison: With vs Without Pointers 12:05 - Conclusion & How to Access the Code ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 👨‍🏫 About Engineers & Electronics ━━━━━━━━━━━━━━━━━━━━━━━━━━━ Engineers & Electronics channel पर आपको Raspberry Pi, Arduino, IoT, Python, और Electronics के step-by-step tutorials हिंदी में मिलते हैं — specially designed for beginners and hobbyists. 👍 Support the Channel If this video helped you: ✅ Like the video 💬 Comment your questions about Arduino Pointers 🔔 Subscribe for more practical electronics tutorials 👉 Join the channel to get access to our private Discord community: https://www.youtube.com/EngineersElectronics/join ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🤝 Business & Collaboration ━━━━━━━━━━━━━━━━━━━━━━━━━━━ For sponsorships, product reviews, workshops, or collaborations, mail us at: 📧 [email protected] ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📚 Explore Our Popular Playlists ━━━━━━━━━━━━━━━━━━━━━━━━━━━ ▶ Raspberry Pi & Python Projects: https://www.youtube.com/playlist?list=PLV3C-t_tgjGF55JUH7wyz8vRO014G4H5v ▶ Arduino Programming Series (हिंदी में): https://www.youtube.com/playlist?list=PLV3C-t_tgjGFyXP_-AF37AoIuxM9jzELM ▶ Arduino Series (हिंदी में): https://www.youtube.com/playlist?list=PLV3C-t_tgjGE1USbPg2jrrDMu26F_M7K- ▶ NodeMCU IoT Series (हिंदी में): https://www.youtube.com/playlist?list=PLV3C-t_tgjGGtrc6xXHG439UrYD1DrnIH ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🌐 Connect With Us ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📧 [email protected] https://facebook.com/engineersNelectronics https://instagram.com/engineerselectronics ⚠️ Affiliate Disclosure Some links above are affiliate links. If you purchase through them, the channel may earn a small commission at no extra cost to you. #Arduino #Pointers #ArduinoProgramming #MemoryManagement #Electronics #HindiTutorial #CodingForBeginners #ArduinoTutorial #EmbeddedSystems #Engineering #LearnCoding #CodingTips #EngineersAndElectronics Thank You! Engineers & Electronics

Download

0 formats

No download links available.

Arduino Programming Series - Tutorial 18 | Pointers [in Hindi] | NatokHD