How to Upload Code/Program in Arduino in Hindi/Urdu | Tech Khizar |

preview_player
Показать описание
Hi friends,

Iss video ma Mai aapko kis tarah sa Arduino UNO ma aap PC ko use karka code kaisa upload karta ha aye bataya hu......

#TechKhizar

#KhizarAhamed

Thanks for Watching

Please Subscribe to My Channel

:)
Рекомендации по теме
Комментарии
Автор

To understand much better on how to upload code in Arduino...
Check out the below link:

TechKhizar
Автор

Thank you sir your video very helpful for me

sarkarigamingyt
Автор

Bhai mera question hai ki remote control kar banane ke liye arduino Uno mein kaun si coding dale aur bhai Tum video gajab banaya ho

shashankjaiswal
Автор

Phela ye hai ky for exmple main ak moter Arduino main chalta hun use main main ak new button add krna hai main kesy add kroun fir koi or item add krni hai.

khurramshahzad
Автор

we want innovative projects bro please do like that

prathapchaithanyasomesula
Автор

Main chahata hun ky main apni marzi sy chiyan add karoun or ak ak chis ka program main add krta jaoun koi hai motor ky sath ak program sath hi main koi sensor ka alag program fir tesri or isi tran kr kr ky ak pura ak hi bara chala dalo.

khurramshahzad
Автор

Can we upload two different type of codes in one aurdino together?

thetablavadak
Автор

But Tell Me how to download program from Arduino, Please tell me

kapildevsharma
Автор

#include <Servo.h>

Servo s1;

const int servo_pin = 2;

const int trig_pin = 3;

const int echo_pin = 4;

const int inter_time = 200;

int time = 0;

void setup()

{

Serial.begin(9600);

s1.attach(servo_pin, 500, 2400);

s1.write(90);

pinMode (trig_pin, OUTPUT);

pinMode (echo_pin, INPUT);

delay(3000);

}

void loop()

{

float duration, distance;

digitalWrite(trig_pin, HIGH);

delayMicroseconds(1000);

digitalWrite(trig_pin, LOW);

duration = pulseIn (echo_pin, HIGH);

distance = (duration/2)/29;

Serial.print(distance);

Serial.println(" cm");

time = time + inter_time;

delay(inter_time);

if (distance < 10)

{

for(int i = 1500; i >= 1100; i-=25){

s1.writeMicroseconds(i);

Serial.println("2");

delay(100);

}

delay(1000);

for(int i = 1100; i <= 1500; i+=25){

s1.writeMicroseconds(i);

Serial.println("1");

delay(100);

}

}

}

shubhangigavhale
Автор

In sab ka ans or kesy krna hai wo btao mujy app main new hun.sab jagha introduction hain isky bary lekin sath ak ak chis add krny wala koi nei mil rahi video

khurramshahzad
Автор

Bro port option is not showing menas not visible please help

yogeshpathe
Автор

Dear respected sir,
Aslam o alaikum
I upload example built-in led blinking code to my new Arduino uno board, works perfectly, now I uploaded a new code after compilation, but board runs previous example code, i compiled a blank code for reset, When i uploaded it, board running led blinking code, pls help to reset and upload new code if u want,
May allah blessings to you,
Thanks

muhammadbaqirkareem
Автор

Compelling sketch is showing error. What to do.? I have selected port and using com5 in arduino. Plz help

taslimnadaf
Автор

Bahi ap ans dytyen hain jo question hun.mery 2 sy 3 hain question mujy sy solve nei hu rahye.

khurramshahzad
Автор

please Make a project on "ARDUINO UNO with ESP8266 & 8 CHANNEL RELAYS" and program 🙏🙏🙏🙏🙏

uvaishwarsii
Автор

Hello sir Ki Mera arduino Mein Jab coding kar rahe hain tab error bata raha hai Kya Kare

pradumsandeepofficial
Автор

Hey bro..in my pc it is not showing com 3 ...what can i do?

nishusaini