Arduino Programming Series - Tutorial 01 | Program Structure [in Hindi]

preview_player
Показать описание
Welcome to Arduino Programming Series, this Series is all about learning Arduino Programming from a very basic level to advance. I hope you'll enjoy it.

Links to Buy Arduino Beginner's Guide:
🛒 Arduino Beginner's Project Kit:
🛒 Arduino Sensors Kit:
🛒 Arduino Robot Kit:
🛒 Arduino Programming Book:

Links for Playlist:
▶ Arduino Programming Series (हिंदी में):
▶ Arduino Series (हिंदी में):
▶ NodeMCU IoT Series (हिंदी में):

----------------------------------------------------------------------------------
For more info about us visit:
(हमारे बारे में अधिक जानकारी के लिए):

----------------------------------------------------------------------------------

Thank You!
Engineers & Electronics

#ArduinoProgrammingSeries #ArduinoTutorials #ArduinoProgramming
Рекомендации по теме
Комментарии
Автор

Feel free to give me feedback regarding this Series in the Comment section.
Thank You for your support and love ❤️

EngineersElectronics
Автор

bhai itni achi taraha se bata ta hain t unlike Q karte ho yaar

aadarshsuryawanshilaturkar
Автор

Brother, your way of explaining is very good.

rahilsaifi
Автор

People like you are very much needed in India. you guys make seemingly complex things look so easy.
Thanks a lot

mohakahuja
Автор

सर्वप्रथम आपका बहुत बहुत धन्यवाद। आपका यह एक सराहनीय प्रयास है।

RajeshBeniwal
Автор

If we know c language then it's toooo easy
But you explained it in amazing way for beginners👍👍

sumitdubas
Автор

Which language is used in arduino coding?
Please reply.
🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴🔴

sitarakhatoon
Автор

Sir, when can I attend Tutorial no. 16 on ward? I have written down each and every word of your 1 to 15 no tutorial. Arduino R3 is ready with me.

borwankarsunil
Автор

Plz bhai 328p clone adreno main uploading error aaraha hai kyakaru bhai plz btao. Compile hota hai.

wifivalababa
Автор

Wow in the simplest manner you explained everything. Totally understand and loved this video. Thank You for your efforts.

navneetkumarsabre
Автор

بہت خوب بھائی جان بہت ہی اچھے طریقے سے آپ نے سمجھایا ابھی تک اس طرح کی ویڈیو کسی نے نہیں بنائی ۔سب بتاتے ہیں لیکن بیچ میں ڈنڈی مار جاتے ہیں کوئی نہ کوئی چیز اپنے پاس رکھ لیتے ہیں یا تو صحیح طرح سے سمجھا نہیں پاتے ۔
لیکن آپ نے بہت اچھے طریقے سے سمجھایا ہے ۔شکریہ

alllearning
Автор

Bro make a project using ESP32 cam module... Please...

eliyaskhan
Автор

Hi, Sir can you help me I have created a program that controls the motion of the stepper motor in which i have used the L298 driver, but now I'm stuck at one point, I'm not able to apply anticlockwise motion via push push button (PB IS ACTUALLY LIKE ELECTRIC CONTUNITY PATH (please suggest me how i apply if
Actually it is a robotic machine where if electric continuity is High then motor rotate anticlockwise & if electric continuity will LOW Motor will be remain stop

// Include the Arduino Stepper Library
#include <Stepper.h>
int i=0;
int PB=13;
int RELAY=12;

// Number of steps per output rotation
const int stepsPerRevolution = 200;

// Create Instance of Stepper library
Stepper myStepper(stepsPerRevolution, 8, 9, 10, 11);


void setup()
{
// set the speed at 60 rpm:
myStepper.setSpeed(60);
// initialize the serial port:
Serial.begin(9600);
pinMode(PB, INPUT);
pinMode(RELAY, OUTPUT);
}



void loop()
{

while(i<1){
digitalWrite(RELAY, HIGH);
// step one revolution in one direction:
Serial.println("clockwise");

delay(500);


// here i want to control counter clockwirs motion to push button
// please suggest me how i apply if commond here



delay(1000);
digitalWrite(RELAY, LOW);

i++;
}


}

erbarwinder
Автор

Thankyou brooo this summer will go nice

pvtgaming
Автор

Bro Arduino ke SMD version aur atmega328 me kya difference hai aur kin sa acah hai plz btaye

alzoha
Автор

Are you explaining how to code hardware connected to aurdino in this series
For eg how to code ultrasonic sensor??

AyushYadav-tcxt
Автор

Hi sir Thanks for your helpfull and knowledgeable video 🙏🙏🙏👌

ankushmarathe
Автор

Iam in class 11 selected in robotic competition

pawantayal
Автор

Crisp explanation and nice presentation of information on screen. Fantastic work. Keep improving. Good to see that in Hindi. You are helping a ton of people. Keep it up.

arzanist
Автор

Thanks bro for Sharing this Knowledge and making these series...

nirajsomai