Пікірлер
@abirdebnath311
@abirdebnath311 16 сағат бұрын
cool project dada❤❤...jst wanted to know ki aapne kaise pta lagaya ki is project me yehi modules use ayenge...like mai jab modules ko leke search krta hu mujhe kuch smj me nhi aata...hope you will help me..thank you
@ytankit733
@ytankit733 14 сағат бұрын
@@abirdebnath311 Thanks.. see first of all you have to learn about different sensors and modules through KZbin or courses on udemy then see about different projects that are done by various KZbin channels how they are using these modules.. writing the codes... Incorporating things based on their need for the project.. first of all try to develop intrest in these by watching and studying about these things then slowly you will learn it completely
@truefilmyadda9442
@truefilmyadda9442 19 сағат бұрын
Keep it up 👍❤
@ytankit733
@ytankit733 18 сағат бұрын
@@truefilmyadda9442 thanks
@anubhav2608
@anubhav2608 19 сағат бұрын
You're killing it, Ankit...Keep shining 🔥🔥
@ytankit733
@ytankit733 18 сағат бұрын
@@anubhav2608 thanks Anubhav ❤️
@SombabaOfficial
@SombabaOfficial 19 сағат бұрын
Awesome project Ankit ❤.
@ytankit733
@ytankit733 18 сағат бұрын
@@SombabaOfficial thanks somesh ❤️
@sumangalasumangala4006
@sumangalasumangala4006 4 күн бұрын
Waaahhhh I did not know 40 minutes of hard work can be easily converted into 5 minutes of smart work really helpful it was
@ytankit733
@ytankit733 3 күн бұрын
Glad you liked it.. ❤️.. do subscribe us for more 🙂
@ashurajput3526
@ashurajput3526 16 күн бұрын
Thank u bhai
@ytankit733
@ytankit733 14 күн бұрын
@@ashurajput3526 welcome Ashu
@kimjongun991
@kimjongun991 18 күн бұрын
Thank you bhaiya❤❤❤
@ytankit733
@ytankit733 18 күн бұрын
You are welcome
@NikhilKuchal-x1m
@NikhilKuchal-x1m 18 күн бұрын
2 min main hoga ye?
@ytankit733
@ytankit733 18 күн бұрын
Ha.. bhai ho jayega agr practice aur concept strong hai to
@ytankit733
@ytankit733 19 күн бұрын
PYTHON CODE: import serial import time from twilio.rest import Client # Twilio credentials ACCOUNT_SID = 'AC3038686fe2ad19000363c8cade253e97' AUTH_TOKEN = 'eebd12877c4e60da70ccebf3bb356983' TWILIO_PHONE = ' ' # Your Twilio phone number DESTINATION_PHONE = ' ' # Recipient's phone number def send_sms(message): client = Client(ACCOUNT_SID, AUTH_TOKEN) client.messages.create( body=message, from_=TWILIO_PHONE, to=DESTINATION_PHONE ) print("SMS Sent:", message) # Serial connection with Arduino ser = serial.Serial('COM10', 9600) # Replace COM3 with your Arduino port time.sleep(2) # Wait for connection print("Listening to Arduino...") while True: if ser.in_waiting > 0: line = ser.readline().decode('utf-8').strip() print("Arduino:", line) if "Fire Detected" in line: send_sms("ALERT: Fire detected at your location!") elif "Smoke Detected" in line: send_sms("ALERT: Smoke detected at your location!")
@ytankit733
@ytankit733 19 күн бұрын
ARDUINO CODE: const int buzzerPin = 9; const int fireSensorPin = 8; const int led1Pin = 11; const int led2Pin = 3; const int mq2Pin = A0; void setup() { Serial.begin(9600); pinMode(buzzerPin, OUTPUT); pinMode(fireSensorPin, INPUT); pinMode(led1Pin, OUTPUT); pinMode(led2Pin,OUTPUT); } void loop() { int fireValue = digitalRead(fireSensorPin); int smokeValue = analogRead(mq2Pin); if (fireValue == 1) { Serial.println("Fire Detected!"); digitalWrite(buzzerPin, HIGH); digitalWrite(led1Pin, LOW); digitalWrite(led2Pin,HIGH); } else if (smokeValue > 150) { Serial.println("Smoke Detected!"); Serial.print("Smoke Value: "); Serial.println(smokeValue); digitalWrite(buzzerPin, HIGH); digitalWrite(led1Pin, LOW); } else { Serial.println("No Fire"); digitalWrite(buzzerPin, LOW); digitalWrite(led1Pin, HIGH); digitalWrite(led2Pin, LOW); } delay(500); }
@aayush9507
@aayush9507 29 күн бұрын
Bhai im in grade 11th im preparing from the beggining with pyqs class questions an all. I have few lectures backlogs of rotation i can clear it slowly with the chapters going on right now?
@ytankit733
@ytankit733 29 күн бұрын
@@aayush9507 It is really Great Aayush that you are gathering courage to solve pyqs.. Never ever be tensed about the backlogs.. it is the part of the preparation just make sure that it doesn't compile up a lot.. clear it slowly with ongoing topics.. Gain confidence from the PYQs you are able to solve & learn the concept which you can't able to solve. Wishing you all the best.. ❤️ keep learning
@aayush9507
@aayush9507 29 күн бұрын
@@ytankit733 for sure bhaiya thankyou !!
@zooks865
@zooks865 Ай бұрын
bhai yeh spring force dono masses pe same direction mein kaise lag rha hai?!!
@tejveerchhabra7042
@tejveerchhabra7042 2 ай бұрын
Bhai 30 +theeta ko direct 60 se compare kar lete
@ytankit733
@ytankit733 2 ай бұрын
@@tejveerchhabra7042 Hn great observation.. you can do that
@hellfire-mj1eh
@hellfire-mj1eh 2 ай бұрын
❤️Best thank you❤️
@hellfire-mj1eh
@hellfire-mj1eh 2 ай бұрын
❤️Best thank you❤️
@hellfire-mj1eh
@hellfire-mj1eh 2 ай бұрын
I wish God bless you.I pray to God for your happy success and bright life.Thank you❤️.
@dangerousfalcon3197
@dangerousfalcon3197 2 ай бұрын
Thanks bro. This is very easy question after watching the solution but before watching solution , this question seems to be very hard .
@ytankit733
@ytankit733 2 ай бұрын
Welcome 👍
@MR-pe7ru
@MR-pe7ru 2 ай бұрын
❤❤
@DjBravo-w9u
@DjBravo-w9u 2 ай бұрын
Very well explained bhaiya 😊 , thankyou
@ytankit733
@ytankit733 2 ай бұрын
@@DjBravo-w9u your welcome thanks❤️ for watching do subscribe us for more videos
@Vaishnavikawar0673
@Vaishnavikawar0673 2 ай бұрын
TᕼᗩᑎKS....😊
@arpandutta2404
@arpandutta2404 3 ай бұрын
Plz explain me bhaiya I would be very much grateful to you..acceleration of A spring force ke opposite side hai toh spring force ko ma kese equal kar sakte ho ..ques me A moves away from B bola hai but Spring toh A ko B ke sath le jayegi na? Toh A accn se opposite kese move karega and how spring force= ma
@ytankit733
@ytankit733 3 ай бұрын
Bhai tum thoda imagine kro ki maine spring B ko kheeecha to.. uspr ek restoring force to lgegi n.. jo ki Spring force hogi...jo A pr spring force hoga wo B ke spring force ke equal hoga kyunki spring force internal force h... Aur for the equilibrium Fs=ma a is the accn with which the mass a has been in acceleration dekho.. kya h ki hmne B pr force lgya h to wrt to B aisa lgega ki A kisi accn se B se dur ja rha hai... Pr actual me to Fs= ma hoga.. aur baat h agle equation ki to usme kya h ki body ka net accn along force f h to F-Fs= mab aur bs phir equation idhr udhr kiya h
@payalsingh3572
@payalsingh3572 3 ай бұрын
Bhayia ye question mains ke hard category ka question hai na?
@ytankit733
@ytankit733 3 ай бұрын
@@payalsingh3572 hard nhi.. h bahen.. medium category me rkh skte h thoda conceptual hai
@Lemontree9-11
@Lemontree9-11 3 ай бұрын
Bhaiya explanation 100% correct h or ye explanition mai kuch chize doubt karne wali he nahi h jaisa maine socha wahi h lekin mai vmc mai hu or inke module mai F+Ma/M ans diya hua h???
@ytankit733
@ytankit733 3 ай бұрын
Focus on Concept only.. I reverified answer again and I found that it was correct the problem that many people are saying it is wrong explanation is just because some online website have mentioned other answer on their site.. whereas from where I have taken the question this was explained in this way only..
@manishvaishnav821
@manishvaishnav821 3 ай бұрын
Equations of motion lagade fbd nikal ke ji ans aya wo sab ans ka baap hai
@singharjun017
@singharjun017 4 ай бұрын
How can we assume that friction action on the rod is maximum????? Here u put N1 as umg but how .....it is not given that friction acting here is maximum
@atharva9092
@atharva9092 3 ай бұрын
if theta is minimum then friction will be maximum imagine theta is realy low rod will move easier than if its really high. since rod is not moving we take limiting friction
@singharjun017
@singharjun017 3 ай бұрын
@@atharva9092 thanks buddy
@funl1594
@funl1594 4 ай бұрын
Isse Harvard me hojayega kya
@MindedHole
@MindedHole 4 ай бұрын
Kis yr me hain bhaiya?
@ytankit733
@ytankit733 4 ай бұрын
@@MindedHole 2nd yr me hu dost
@MindedHole
@MindedHole 4 ай бұрын
@@ytankit733 Bhaiya ek common query... Maths ka kya kru?
@ytankit733
@ytankit733 4 ай бұрын
@@MindedHole btao
@OPTIMUS118
@OPTIMUS118 4 ай бұрын
Ankit bro , doing pyqs without lecture is enough for mains ?
@ytankit733
@ytankit733 4 ай бұрын
Bro see..if you want my opinion then I think at least you should go through one shots or lectures of chapter for better understanding.. after then only PYQ is more than sufficient infact most of the time PYQs are repeated
@SpamAcc988
@SpamAcc988 4 ай бұрын
@@ytankit733 please can you also give some advice for advanced ? when to start solving advanced level questions? i see some question and concepts of other chapters are being used. im in 11th class
@funl1594
@funl1594 4 ай бұрын
​@@SpamAcc988khel khatam hai bhai tumhara
@SpamAcc988
@SpamAcc988 4 ай бұрын
@@funl1594 arey bhaiya sarcasm ham bhi jante hai. but i genuinely want to know because im able to solve 80% jee main level question
@ytankit733
@ytankit733 4 ай бұрын
@@OPTIMUS118 Don't listen to unessecary elements I think You should dare to solve the questions of JEE ADVANCED and don't get demotivated if you are not able to solve try to understand the concept used. You said you are able to solve 80% of JEE mains question that means you are good to go Don't wait that any random day a perfection will come to you and you will be able to solve all advance questions it is a gradual process
@shibushil4164
@shibushil4164 4 ай бұрын
Unsatisfactory explanation..spring force must be in left direction. Due to which force A is moving away from B?
@ytankit733
@ytankit733 4 ай бұрын
Watch again it is explained correct
@arshgupta8413
@arshgupta8413 5 ай бұрын
In case of A the force and acceleration are in opposite directions according to your solution
@ytankit733
@ytankit733 5 ай бұрын
How?? Look carefully for A the reason for acceleration is spring force & the direction of acceleration is in the direction of spring force acting
@Anonymous_baka634
@Anonymous_baka634 6 ай бұрын
hows life at NIT ankit
@ytankit733
@ytankit733 6 ай бұрын
It is great.. Bdw do we know each other?
@unhidedperson9897
@unhidedperson9897 6 ай бұрын
Bhaiya ye mg jo niche laga raha hai wo bob ka mass hai naa
@ytankit733
@ytankit733 6 ай бұрын
Haan bro
@parths1904
@parths1904 6 ай бұрын
Left se kheenchne par spring compress kaise ho gaya jo A pe outwards spring force lag raha hai
@ytankit733
@ytankit733 6 ай бұрын
A pr spring force kx lg rha h dost.. ek baar firse dekh lo.. ye question Google pr iska answer galat dikha rha hai.. maine pura search kr ke shi video bnaya tha.. question simple h pr pta nhi kyu kaafi log confuse ho gye is question me
@PrakashChouhan-ng6ly
@PrakashChouhan-ng6ly 7 ай бұрын
Thank youuu🙏💖
@akarshmittal9179
@akarshmittal9179 8 ай бұрын
Cos aur sin ulta le. Liye
@ytankit733
@ytankit733 8 ай бұрын
Shi h bro ek baar ache se smjhlo agr phir bhi doubt ho to puch lena
@dhruvkejriwal232
@dhruvkejriwal232 8 ай бұрын
Thanks bhaiya 😘😘
@prabhmeharsingh4736
@prabhmeharsingh4736 10 ай бұрын
thanks
@ytankit733
@ytankit733 10 ай бұрын
You're welcome! DO subscribe and share our channel for more educational content
@RiteshKumar-qw8ut
@RiteshKumar-qw8ut 11 ай бұрын
Thank you for this explanation Ankit,I was not able to understand this derivation. This helped a lot
@Whosnotu
@Whosnotu 11 ай бұрын
Bhai but spring force to opposite dirn me lgwga or kha he question me mass A starts moving away
@ytankit733
@ytankit733 11 ай бұрын
Consider the spring force at point B And now peacefully try to understand the question. It is correct many people were saying I solved it wrong but I cross checked it is correct
@archananaik1690
@archananaik1690 6 ай бұрын
​@@ytankit733hnn Bhai imagine kar liya maine,and samajh aa gaya❤❤
@ytankit733
@ytankit733 6 ай бұрын
@@archananaik1690 Ok thanks
@yatinrai191
@yatinrai191 Жыл бұрын
Answer thik hai but solution galat hai spring force left mei lagega mass A pe kyuki spring extend ho rahi hai
@ytankit733
@ytankit733 Жыл бұрын
Mass B ko consider Kiya h dhyan se dekho solution shi hai..
@rishikr_13
@rishikr_13 Жыл бұрын
❤❤❤
@rushikeshraut7949
@rushikeshraut7949 Жыл бұрын
Bhai app kis nit se ho .
@ytankit733
@ytankit733 Жыл бұрын
NIT AGARTALA
@AdityaRajwar-bw9lq
@AdityaRajwar-bw9lq Жыл бұрын
Tq
@ytankit733
@ytankit733 Жыл бұрын
Please subscribe and share the channel 🙏
@AdityaRajwar-bw9lq
@AdityaRajwar-bw9lq Жыл бұрын
Thank
@Praveen46_b
@Praveen46_b Жыл бұрын
Is this NV sir notes ❤
@ytankit733
@ytankit733 Жыл бұрын
Yes
@funl1594
@funl1594 4 ай бұрын
Wahi copy kar ke daal diya , unsubscribe kardo
@rohananand409
@rohananand409 Жыл бұрын
Good explanation bro, is br college jaoge?
@ytankit733
@ytankit733 Жыл бұрын
Ha is baar hi select hua hu bhai..
@ytankit733
@ytankit733 Жыл бұрын
&thank you..
@ytankit733
@ytankit733 Жыл бұрын
Mai bhi bihar se hi hu bhai kab ja rhe hu tum reporting karne??
@ytankit733
@ytankit733 Жыл бұрын
Link to pdf 👇 drive.google.com/drive/folders/1LhB4EygxwhUHm0XTCoiiqYF4LG2elmU9
@latitakodopi2761
@latitakodopi2761 7 ай бұрын
Thanks
@ytankit733
@ytankit733 7 ай бұрын
@@latitakodopi2761 welcome do subscribe
@ytankit733
@ytankit733 Жыл бұрын
Link to pdf 👇 drive.google.com/drive/folders/1LEpsw_9DTVRcOPpDR0hkSUiGWiaq1AWT
@neerajarts2754
@neerajarts2754 Ай бұрын
Thanks
@archi8334
@archi8334 Жыл бұрын
Nice explanation sir 👌 😊 I was searching this type of video 😊
@ytankit733
@ytankit733 Жыл бұрын
Thank you do like & Subscribe for more such content
@vedsharma7858
@vedsharma7858 Жыл бұрын
Bhai baki chapter ke bhi de do
@ytankit733
@ytankit733 Жыл бұрын
Ok
@Pratibhagoswami1
@Pratibhagoswami1 Жыл бұрын
Nice sir keep it up 👍