LDR Sensor & Arduino using Tinkercad
8:12
LED Blinking using Arduino Uno
12:48
2 жыл бұрын
Key Elements of IoT Security
31:29
3 жыл бұрын
Amazon Web Services (AWS) for IoT
14:57
IP Based Protocols - MQTT, 6LoWPAN
15:24
Overview of Internshala Platform
11:00
ZigBee Protocol
19:33
3 жыл бұрын
Modbus Protocol
14:36
3 жыл бұрын
Пікірлер
@jaykadam7486
@jaykadam7486 9 күн бұрын
notes please sir
@TahirahMohi-ud-dinLone
@TahirahMohi-ud-dinLone 13 күн бұрын
Thank you sir
@srushtipawar2936
@srushtipawar2936 19 күн бұрын
Sir can you please share this ppts
@Pugazh-by8ce
@Pugazh-by8ce 21 күн бұрын
super content Tomorrow i have sem i watch this i have confident to write if the question exist.
@rakesh9800
@rakesh9800 29 күн бұрын
More videos we need
@virajgundewar8014
@virajgundewar8014 Ай бұрын
very helpful
@rishabhagrawal8794
@rishabhagrawal8794 Ай бұрын
mitochondria is the powerhouse of a cell
@aarondaus-v1m
@aarondaus-v1m Ай бұрын
how to join
@khtan5531
@khtan5531 2 ай бұрын
Hi, for normal EV charge points that communicate with a central server via web sockets, is that considered level 4 or level 6 deployment?
@JimmyGaldones-u7o
@JimmyGaldones-u7o 3 ай бұрын
P
@sinforoso1972
@sinforoso1972 3 ай бұрын
Excellent video, helped a lot! Heres the code he uses: const int LEDPin = 13; const int LDRPin = A0; void setup() { Serial.begin(9600); pinMode(LEDPin, OUTPUT); pinMode(LDRPin, INPUT); } void loop() { int LDRStatus = analogRead(LDRPin); if (LDRStatus <= 500) { digitalWrite(LEDPin, HIGH); Serial.println(LDRStatus); } else { Serial.println(LDRStatus); digitalWrite(LEDPin, LOW); } }
@pradhumnyakalsait1179
@pradhumnyakalsait1179 3 ай бұрын
8:10ABS Doesnt work like that ...btw best teaching❤
@lyons2547
@lyons2547 3 ай бұрын
Nice one❤ thank you
@KarthiKeyan-xl3mh
@KarthiKeyan-xl3mh 4 ай бұрын
Thank you very much
@SwatiJadhav-m7y
@SwatiJadhav-m7y 4 ай бұрын
Sir, KINDLY PROVIDE PPTs in mail
@karthikachinnu1879
@karthikachinnu1879 5 ай бұрын
Thank you sir
@garrisonsanderson2147
@garrisonsanderson2147 5 ай бұрын
// heres the code int buttonState = 0 ; void setup() { pinMode(2, INPUT); pinMode(LED_BUILTIN, OUTPUT); } void loop() { buttonState = digitalRead(2); if (buttonState == HIGH) { digitalWrite(LED_BUILTIN, HIGH); } else { digitalWrite(LED_BUILTIN, LOW); } delay(10); }
@exvou
@exvou 6 ай бұрын
can not hear
@ujjwalchib11
@ujjwalchib11 6 ай бұрын
bhai hindi hi bol leta puri agr nhi boli jaati angrezi,sharmaane ki kya baat?
@gmgaming749
@gmgaming749 7 ай бұрын
Worstt explanation only reading
@bvnadadawadaad
@bvnadadawadaad 7 ай бұрын
thanks for helping i am in sh
@Raulpindi
@Raulpindi 8 ай бұрын
useless video
@beenagairola8745
@beenagairola8745 8 ай бұрын
code of the program : int moistureValue; float moisture_percentage; void setup() { Serial.begin(9600); } void loop() { moistureValue = analogRead(A0); moisture_percentage = ((moistureValue/539.00)*100); Serial.print(" Moisture Value : "); Serial.print(moisture_percentage); Serial.print("%"); delay(1000); }
@AadeshingaleOfficial-zl5fd
@AadeshingaleOfficial-zl5fd 8 ай бұрын
Nice Sir ☺️
@A_to_Z-lt8jn
@A_to_Z-lt8jn 8 ай бұрын
thank you bro
@csquare4685
@csquare4685 8 ай бұрын
Plz send code
@erickgoldberg8153
@erickgoldberg8153 8 ай бұрын
int LED = 13; int MQ2pin = A0; void setup() { Serial.begin(9600); } void loop() { float sensorValue; sensorValue = analogRead(MQ2pin); if(sensorValue >= 250) { digitalWrite(LED, HIGH); Serial.print(sensorValue); Serial.print(" "); } else { digitalWrite(LED, LOW); Serial.print(" "); Serial.print(sensorValue); } delay(1000); }
@techyshiper
@techyshiper 8 ай бұрын
Tnx alot ❤
@jayashreejagdale
@jayashreejagdale 9 ай бұрын
Nice
@danieltrigo2928
@danieltrigo2928 9 ай бұрын
very informative
@shubhratripathi1055
@shubhratripathi1055 9 ай бұрын
can you share this ppt
@adithya.n7268
@adithya.n7268 9 ай бұрын
bro could have made this ppt shorter😭
@bestislamicshorts7291
@bestislamicshorts7291 9 ай бұрын
Explaining in any fluent lang is preferable bro,but still helped alto Thank-you
@abhangwani1
@abhangwani1 9 ай бұрын
Internet is not mandatory in Iot network.. For example smarth watch..sense BP, Oxygen level, etc , data collected internally and stored locally.. then data is analysed and processed, then it is displayed in graphical form via application software.. Now tell me, where is internet used here as no cloud service is required..
@nitees2965
@nitees2965 10 ай бұрын
Code plss
@서울소울
@서울소울 10 ай бұрын
why we have connected the resistor to the ground. can you tell me the reason because i am having a exam tmrw
@Trollfacetamil
@Trollfacetamil 3 ай бұрын
All the best for your exam 🤗
@akm3168
@akm3168 10 ай бұрын
is generic block diagram and physical same?
@sb.bavani5
@sb.bavani5 10 ай бұрын
why do we need to Times 0.034
@lavikoss3540
@lavikoss3540 6 ай бұрын
Because the speed of the ultrasonic waves that the sensor sends is 0.034 meters per something(speed times duration = distance)
@shivommishra6345
@shivommishra6345 10 ай бұрын
@Parag Achaliya plz send code link
@iniyaviji2796
@iniyaviji2796 11 ай бұрын
Super sir thank u so much
@itzkiller2849
@itzkiller2849 11 ай бұрын
Code?
@slayerop8156
@slayerop8156 11 ай бұрын
Bhai description me code dal deta
@carlanthonybron
@carlanthonybron 11 ай бұрын
Sir plss arduino soil moisture humidity and air plss
@SharmaAchal
@SharmaAchal 11 ай бұрын
Thank you sir
@zypeLLas
@zypeLLas 11 ай бұрын
float soil = (soil_value/539.00)*100;
@avila_gl
@avila_gl 26 күн бұрын
why 539?
@dhanushsriramula2888
@dhanushsriramula2888 Жыл бұрын
what are cloud storage models??
@allan4766
@allan4766 Жыл бұрын
why do you need to add resistor to the grounded cable/wiring?
@vilasbelsare335
@vilasbelsare335 Жыл бұрын
very good collection and comments
@unlessvidio4
@unlessvidio4 Жыл бұрын
Kucha samaj aye ase batao
@ALOKSINGH-d5g
@ALOKSINGH-d5g Жыл бұрын
Thank you