@sallymatar4457

Keep the hard work up man... good content

@smashtastictech3584

nice compilation

@topvideos6610

Thank you for your video 👍

@frostfire4628

yey dis epik for my robotic project

@rbtguru

Nice video editing and project idea👍

@dayakararaot8913

Thanks for the tutorials and giving me some ideas to make! Nice videos.

@notadam4217

// defines pins numbers
const int trigPin = 9;
const int echoPin = 10;
// defines variables
long duration;
int distance;
void setup() {
 pinMode(trigPin, OUTPUT); // Sets the trigPin as an Output
 pinMode(echoPin, INPUT); // Sets the echoPin as an Input
 Serial.begin(9600); // Starts the serial communication
}
void loop() {
 // Clears the trigPin
 digitalWrite(trigPin, LOW);
 delayMicroseconds(2);
 // Sets the trigPin on HIGH state for 10 micro seconds
 digitalWrite(trigPin, HIGH);
 delayMicroseconds(10);
 digitalWrite(trigPin, LOW);
 // Reads the echoPin, returns the sound wave travel time in microseconds
 duration = pulseIn(echoPin, HIGH);
 // Calculating the distance
 distance = duration * 0.034 / 2;
 // Prints the distance on the Serial Monitor
 Serial.print("Distance: ");
 Serial.println(distance);
 delay(10);
}

@jancarlostanghal3129

hi. where can i see clearly the code for the 1st one? Thanks in advance

@parsanazari2824

thanks man it's awsome u are perfect

@arsenewavreille8159

i copy the code....

it does'nt work...

@CyberBotX1812

When I opened the code it is showing that "NO File Preview".

@christianchilese2470

Arduino:1.8.12 (Windows 10), Scheda:"Arduino Uno"

Lo sketch usa 4364 byte (13%) dello spazio disponibile per i programmi. Il massimo è 32256 byte.
Le variabili globali usano 250 byte (12%) di memoria dinamica, lasciando altri 1798 byte liberi per le variabili locali. Il massimo è 2048 byte.
Errore durante il caricamento dello sketch

Questo report potrebbe essere più ricco di informazioni abilitando l'opzione
"Mostra un output dettagliato durante la compilazione"
in "File -> Impostazioni"

@gbdsoundzchannel8069

Please can you make the code for the first project bolder to see...

@AH-mi9ws

In the third project , how did you connect all the connecting wires with the breadboard ??? Can you please explain

@CyberBotX1812

Everything is nice but can you give the code of these projects in the description as others do. I also like to make it that's why.

@larsnz4945

for the second one, it would be nice if the lock can still be used manually because after putting the servo I do not think you will be able to lock the door from inside. I may be wrong tho

@yevinliyanage1534

ur vid is good just can u show me where to put the wires ur self cause i just started and i cant complete any of them

@tomikplayer6719

the first doesnt work from me

@nadeem2646

Pro projects

@ondrejrejzek8459

please make the download code in the caption