nice compilation
Thank you for your video 👍
yey dis epik for my robotic project
Nice video editing and project idea👍
Thanks for the tutorials and giving me some ideas to make! Nice videos.
// 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); }
hi. where can i see clearly the code for the 1st one? Thanks in advance
thanks man it's awsome u are perfect
i copy the code.... it does'nt work...
When I opened the code it is showing that "NO File Preview".
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"
Please can you make the code for the first project bolder to see...
In the third project , how did you connect all the connecting wires with the breadboard ??? Can you please explain
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.
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
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
the first doesnt work from me
Pro projects
please make the download code in the caption
@sallymatar4457