Elegoo (Arduino) Distance Meter

Elegoo (Arduino) Distance Meter

Shia Gaming

2 года назад

18 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Arun Kumar
Arun Kumar - 19.10.2023 11:35

No

Ответить
A3dam
A3dam - 17.04.2023 02:08

where is the code? for the lcd

Ответить
Akanksha Kandar
Akanksha Kandar - 19.03.2023 09:21

Can anyone share the code for measure water temperature using Arduino..bcz I'm not able to open this link

Ответить
Make Learning Easy (MLE)
Make Learning Easy (MLE) - 19.01.2023 15:44

Thermometer crying in the corner.

Ответить
SPYNER BLADE
SPYNER BLADE - 31.12.2022 09:51

Which arduno is in the thumbnail

Ответить
RBT GURU
RBT GURU - 17.12.2022 10:47

Nice video editing and project idea👍

Ответить
Tomik player
Tomik player - 09.12.2022 15:30

the first doesnt work from me

Ответить
DRAGONSLAYERR
DRAGONSLAYERR - 04.11.2022 12:30

can you slow down when wiring? cuz i cant keep up and you dont say which wire is connected to what so plz explain it............

Ответить
Feras AlFarsi
Feras AlFarsi - 09.10.2022 21:56

Where can we find the codes for these projects?

Ответить
Yevin Liyanage
Yevin Liyanage - 17.09.2022 08:26

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

Ответить
بسام الهمداني
بسام الهمداني - 29.07.2022 17:43

لوسمحت الاكواد وين

Ответить
MysticMoth
MysticMoth - 12.07.2022 16:02

bro u didn't gave any codes

Ответить
poke battle
poke battle - 01.06.2022 18:14

Bro can you make transmitter and receiver code for f-22 plane With 2servo and 1brushless motor. I will subscribe to your channel please give me

Ответить
AH
AH - 24.05.2022 20:45

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

Ответить
Abhin Raphael
Abhin Raphael - 02.05.2022 06:56

Will you give the link of code 🙏

Ответить
Sroy Detroy
Sroy Detroy - 28.03.2022 18:49

We don't need dumbass music in these types of videos.

Ответить
Vivek Kumar
Vivek Kumar - 05.03.2022 09:18

hi bro i need code for this project, first project == distance calculator.

Ответить
Frost fire
Frost fire - 15.02.2022 20:53

yey dis epik for my robotic project

Ответить
TopVideos
TopVideos - 01.02.2022 00:35

Thank you for your video 👍

Ответить
NotAdam
NotAdam - 03.11.2021 22:05

// 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);
}

Ответить
PARSA NAZARI
PARSA NAZARI - 18.09.2021 19:00

thanks man it's awsome u are perfect

Ответить
CyberBotX
CyberBotX - 27.08.2021 13:37

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

Ответить
CyberBotX
CyberBotX - 27.08.2021 10:35

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.

Ответить
Rodolfo Francisco
Rodolfo Francisco - 27.06.2021 09:29

Pagbibilang ka ng adruino module, kailanganpa mo PA magdownload ng program na software at hardwired.hindi PA ready to use or install siya sa motor bike

Ответить
Mr. Marcial Glori
Mr. Marcial Glori - 16.06.2021 15:27

I wish arduino can detect corona virus like a sniffing dog.

Ответить
Arunalu Kumarage
Arunalu Kumarage - 16.05.2021 07:38

Y u can't show the coding clearly👎

Ответить
abear404
abear404 - 14.04.2021 01:56

Are you even showing all the code? You need to at least put the code in the description or at least a link to the code

Ответить
arsene Wavreille
arsene Wavreille - 01.04.2021 00:12

i copy the code....

it does'nt work...

Ответить
Jan Carlos Tanghal
Jan Carlos Tanghal - 27.03.2021 06:23

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

Ответить
BABA KITABI
BABA KITABI - 08.03.2021 10:07

Wow

Ответить
Ondřej Rejzek
Ondřej Rejzek - 04.03.2021 14:31

please make the download code in the caption

Ответить
Logan Slobotski
Logan Slobotski - 03.03.2021 06:36

I need help. When ever I plug it in the light just dies off.

Ответить
Adhem Elnady
Adhem Elnady - 17.02.2021 15:41

I dont can see the code

Ответить
Sanjay Kodape
Sanjay Kodape - 22.01.2021 19:10

Where you are uploading the code

Ответить
Christian Chilese
Christian Chilese - 21.01.2021 00:59

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"

Ответить
Lars NZ
Lars NZ - 11.01.2021 18:36

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

Ответить
Khadijah Noor
Khadijah Noor - 24.11.2020 21:08

the 2nd one will not work with heavy locks tho

Ответить
DJI GAMING
DJI GAMING - 06.11.2020 15:06

Ncs song name?

Ответить
A_L_I_O_P 00
A_L_I_O_P 00 - 02.11.2020 13:01

your code is wrong

Ответить
Na deem
Na deem - 27.09.2020 07:50

Pro projects

Ответить
Komiku
Komiku - 22.09.2020 23:09

What is the name of the cables that you use in the first project

Ответить
GBD SOUNDZ CHANNEL
GBD SOUNDZ CHANNEL - 14.08.2020 18:45

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

Ответить
Nsobirka Juliet FAI
Nsobirka Juliet FAI - 09.08.2020 12:53

I can't see the code clearly

Ответить
Srinjay Mukherjee
Srinjay Mukherjee - 27.07.2020 12:38

Can the lcd be attached without soldering? For the first one

Ответить
Dayakara Rao T
Dayakara Rao T - 27.07.2020 06:38

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

Ответить
Flith
Flith - 30.06.2020 02:34

can you show us the full code for 1?

Ответить
Shernille Licud
Shernille Licud - 26.06.2020 01:59

About the 2nd project, what if it runs out of battery and you are outside? You won't be able to open the door anymore? Hehe

Ответить
Danielle
Danielle - 08.06.2020 16:37

code is wrong so many errors

Ответить