Sir ,agar read function ko hm void loop me likhate to ye infinite time ke liye chalat rehta matlab power off nahi karte tab tak same value ko print karta rahata ??
Bro nice video Please create video about setup of server and how to deal with server Web pages and android apps Like sharing status of smart dustbin Please create Hope you upload soon Provide your crucial time for this topic Keep it up bro👍👍
Thanks for sharing such an Awesome project. Can you please do another video to store SMS string containing 3 mobile numbers to Arduino eeprom memory which can be used to send PIR Sensor intrusion SMS to the same numbers instead of fixed hard coded numbers . Also a 6 digit code is to be sent to get an SMS of the stored numbers in the eeprom. Awaiting your earliest response. Thanks & kind regards.
Sir I want to do a project .the project aim is when we is busy traffic are there is a large pollution so to create awareness about this I want to project with pollution sensor,noise sensor,co2 sensor,nitrogen sensor all these are connected to arduino Uno and which record all reading and display in lcd
Acca hum log jo code likhte hai aapne jo code abhi likha hai yeh kaha store hota hai ? Code ka line mein# include header and then code iska baat kar rha hoon
Hi Bro, Need your help I want to make a program for arduino. I am going to make a program for my AC. I have 2 ACs in my room and i need to make 1 AC ON for 8 hrs and 2 nd AC ON for next 8 hrs. But if power gets OFF, timing will not be changed.
bro pplease post the next video soon . i currently study in class 9 and am interested in electronics and programming . your videos helped me a lot. inspired from you i have also started making videos on arduino for those who find it difficult to understand the programming or arduino schematics. hope you will reach 1M subscribers soon .
I AM A 65 YEARS OLD NOVICE. HATS OFF TO YOU. YOU HAVE A WONDERFUL WAY OF EXPLAINING THINGS IN VERY SIMPLE WAY. THANKS.
Thank you 😊
@@EngineersElectronics sir aap editing ke leye konsa software use karte h
I am also 77 years Railroad hobbyist and new to digital world, so you explain in a simple way. Thanks,
Kya bat hai apka samjhane ka tarika bahot achha hai
Explanation is very esay any person understant
You have explained far better then all my tutors.
Sir I am in class 9th. My aim is become electronic engineer. So I don't miss your videos. Thank you sir for your fabulous explaination 😍😍😍😍😍😍☺
Very nice tution by hindi❤❤🙏
I am amazed, how easily you teach everything in simple words...
This channel should be more subscriber for its valuable contents
Thanks a lot for explaining the EEPROM in a very simple way.
very good explanation
me apse bada hu Lekin salami kartehe. thanks a lot.
You are great sir please make your next video early
please tell that what to store in this eeprom
i mean can we store the codes of a rc car in eeprom
Thanks bro, it is so helpfull in very easy way👍
Nice explain 🥰🥰🥰🥰
Very nice bhai ek aur video please
Thanks for clearing the doubts .. 👍🤓
V v v v v v v v v gud 🙏👍👍👍👍
Thanks bro it was so helpful
Very informative video thanku
And a voice module is connected to ckt to spake what is the level of pollution so can you tell me what is the circuit diagram and code required to it
Sir....multifunction shield ka video banao
very nice videos...
Sir ,agar read function ko hm void loop me likhate to ye infinite time ke liye chalat rehta matlab power off nahi karte tab tak same value ko print karta rahata ??
hi this video very good. I like it. hope add chinese subtitle . thanks!
Very good
Bro nice video
Please create video about setup of server and how to deal with server
Web pages and android apps
Like sharing status of smart dustbin
Please create
Hope you upload soon
Provide your crucial time for this topic
Keep it up bro👍👍
outstanding! you've got amazing explanation skills.good job
Well done
Bro, pls make a video of full tutorial on making a led matrix scrolling text, arduino programming most needed🤞🤞
Kindly do the video on Paging of EEPROM in Arduino...
Nice Video...
its helpfull
Good job man
Good..
Please make video for External EEPROM 24C512
Sir bldc motor and mpu 6050 par 1 video banaiye..... plz....
Thanks for sharing such an Awesome project. Can you please do another video to store SMS string containing 3 mobile numbers to Arduino eeprom memory which can be used to send PIR Sensor intrusion SMS to the same numbers instead of fixed hard coded numbers .
Also a 6 digit code is to be sent to get an SMS of the stored numbers in the eeprom. Awaiting your earliest response.
Thanks & kind regards.
Super
Sir, मोबाइल स्टार्टर सिंगल फेस and three फेस का gsm sim800 l Ardui nano पर connection प्रेक्टिकल सहित and programing code par एक video डाल दीजिए /
Bhai plz external eeprom interfacing arduino k video banao
nice Sire,Thanks, but String Kaise Save karate hai
Sir I want to do a project .the project aim is when we is busy traffic are there is a large pollution so to create awareness about this I want to project with pollution sensor,noise sensor,co2 sensor,nitrogen sensor all these are connected to arduino Uno and which record all reading and display in lcd
Bhai thodaa aur content aur apne subscribers pe dhyaan de...apun silver play button dilwayegaa ...10k soon and as well as 100k possible ♥️🙏
hi sir how add eeprom to arduino AC ir remote AC fan dimmer.. I write but error I don't know how write.
i want to make arduino bluetooth home automation systam with eeprom . my code is not working . what did i do now. please make a reply.
how to clear eeprom???
Bro kya hmm smartphone se arduino uno ko connect kar ke programming kar sakte h kya
plz give tutorial on esp8266 interfacing with arduino and making iot based projects.......
go ahead
Acca hum log jo code likhte hai aapne jo code abhi likha hai yeh kaha store hota hai ? Code ka line mein# include header and then code iska baat kar rha hoon
Sir maine bluetooth home automation project banaya hai mai uski deta ko kaise eeprom me save karu sir pls isko adit karke do na
String inputs;
#define relay1 2 //Connect relay1 to pin 9
#define relay2 3 //Connect relay2 to pin 8
#define relay3 4 //Connect relay3 to pin 7
#define relay4 5 //Connect relay4 to pin 6
#define relay5 6 //Connect relay5 to pin 5
#define relay6 7 //Connect relay6 to pin 4
#define relay7 8 //Connect relay7 to pin 3
#define relay8 9 //Connect relay8 to pin 2
void setup()
{
Serial.begin(9600); //Set rate for communicating with phone
pinMode(relay1, OUTPUT); //Set relay1 as an output
pinMode(relay2, OUTPUT); //Set relay2 as an output
pinMode(relay3, OUTPUT); //Set relay1 as an output
pinMode(relay4, OUTPUT); //Set relay2 as an output
pinMode(relay5, OUTPUT); //Set relay1 as an output
pinMode(relay6, OUTPUT); //Set relay2 as an output
pinMode(relay7, OUTPUT); //Set relay1 as an output
pinMode(relay8, OUTPUT); //Set relay2 as an output
digitalWrite(relay1, LOW); //Switch relay1 off
digitalWrite(relay2, LOW); //Swtich relay2 off
digitalWrite(relay3, LOW); //Switch relay1 off
digitalWrite(relay4, LOW); //Swtich relay2 off
digitalWrite(relay5, LOW); //Switch relay1 off
digitalWrite(relay6, LOW); //Swtich relay2 off
digitalWrite(relay7, LOW); //Switch relay1 off
digitalWrite(relay8, LOW); //Swtich relay2 off
}
void loop()
{
while(Serial.available()) //Check if there are available bytes to read
{
delay(10); //Delay to make it stable
char c = Serial.read(); //Conduct a serial read
if (c == ‘#’){
break; //Stop the loop once # is detected after a word
}
inputs += c; //Means inputs = inputs + c
}
if (inputs.length() >0)
{
Serial.println(inputs);
if(inputs == “A”)
{
digitalWrite(relay1, LOW);
}
else if(inputs == “a”)
{
digitalWrite(relay1, HIGH);
}
else if(inputs == “B”)
{
digitalWrite(relay2, LOW);
}
else if(inputs == “b”)
{
digitalWrite(relay2, HIGH);
}
else if(inputs == “C”)
{
digitalWrite(relay3, LOW);
}
else if(inputs == “c”)
{
digitalWrite(relay3, HIGH);
}
else if(inputs == “D”)
{
digitalWrite(relay4, LOW);
}
else if(inputs == “d”)
{
digitalWrite(relay4, HIGH);
}
else if(inputs == “E”)
{
digitalWrite(relay5, LOW);
}
else if(inputs == “e”)
{
digitalWrite(relay5, HIGH);
}
else if(inputs == “F”)
{
digitalWrite(relay6, LOW);
}
else if(inputs == “f”)
{
digitalWrite(relay6, HIGH);
}
else if(inputs == “G”)
{
digitalWrite(relay7, LOW);
}
else if(inputs == “g”)
{
digitalWrite(relay7, HIGH);
}
else if(inputs == “H”)
{
digitalWrite(relay8, LOW);
}
else if(inputs == “h”)
{
digitalWrite(relay8, HIGH);
}
inputs=””;
}
}
Sir g,pls ek nrf24L01 wireless module ka video banao.apko video ekbar dekhungga sath sath shika hojayega.pls pls pls sir
Bro eishe erase kaise kare?
How to make a timer by eeprom?
Hi Bro,
Need your help
I want to make a program for arduino.
I am going to make a program for my AC. I have 2 ACs in my room and i need to make 1 AC ON for 8 hrs and 2 nd AC ON for next 8 hrs. But if power gets OFF, timing will not be changed.
Can you plz help me out.
Himanshu bhaiya please ek video audio amplifying with arduino par bana do. Pleazzzz
What about update command.
hey bro, i have a doubt , Arduino Provide inbuilt Eeprom memory, then why do we use external Eeprom ?
There is no external memory used in the video
bro pplease post the next video soon . i currently study in class 9 and am interested in electronics and programming . your videos helped me a lot. inspired from you i have also started making videos on arduino for those who find it difficult to understand the programming or arduino schematics.
hope you will reach 1M subscribers soon .
Here EEPROM is using as Ram or HDD
Gud
if want to write greater than 255 i.e 750 then what to do......if can not, then it is useless...
Videoscribe Konsa h...Paid ya free....PC ya mobile
Sir eeprom Ka use krke stepper motor ko run Karo sir plz plz🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏plz sir I am waiting your video
bro
registrr pr asan shabdo ma smjhado
Please make the next video of this series
Can we re-write data in EEPROM
Mobile numbers kaise save karenge
How to control servo motor by arduino
Konsa white board animation software use kia h
Videoscribe
@@EngineersElectronics paid ya Free......PC ya mobile
Can you please make a vedio on how to create an app for arduino
And control home appliances through internet
It is already made
hi
will make an project on arduino interfacing mobile app via wifi of home i am making project on this plz make a viedo on that
सर किसी ने भी नहीं बताया आप बता दो (arduino) Scrolling display ka programming kaise hoga woh Bluetooth se chalne wala 16* 40
Sir please Arduino aisa video banaaiye ki jismein input dene ke bad hi output GSM per SMS mobile per Ho
Can you make a video on how to make a humanoid robot with arduino UNO
If i want save 350 Its more then 255 what happen
Sir g,EPPROM KA OR VIDEO CHAIYE DOOR LOCK KPLS SIR BANAIYE
👌👌👌
255 se jyada ki value kese store kare
my problem display not Wark
bhai please ise pura karo
best
Thanks, but ABCD kaysay kary
Can I store the data from sensor to EEPROM in a text file format like in CVS file & then using communicate the file to computer?
where this logic is used in practically?
Please tell me code
👍
Hello
By sms
Sir apna whatsapp ñm mil Sakta ha
You can connect me on instagram details are in description
bhai please ise pura karo
bhai please ise pura karo
bhai please ise pura karo
bhai please ise pura karo