Introduction to ESP32 Board - Getting Started ( Step by Step)

Introduction to ESP32 Board - Getting Started ( Step by Step)

Enjoy Mechatronics

1 год назад

62,088 Просмотров

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


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

@csopspidy
@csopspidy - 13.12.2023 12:33

i tried holding boot button but it didnt work

Ответить
@user-bz3wq5dj1z
@user-bz3wq5dj1z - 22.11.2023 21:32

How do I get com port for ESP32 espressif for windows 11?
I tried CP210X universal Windows Driver V11.3.0 6/24/2023
I use Arduino IDE 2.2.1 with 115200 baud, but it didn’t work.
The following works fine, Arduino UNO, UNO R4 WiFi and UNO R2 WiFi
Please help.

Ответить
@TheHottrod3000
@TheHottrod3000 - 12.09.2023 20:00

My COM port is not showing up in the ide. I installed the correct driver for my mac computer. what could be the issue?

Ответить
@irfanbasheer6925
@irfanbasheer6925 - 19.08.2023 12:44

Why should I press the boot button while uploading code?

Ответить
@laserisgod
@laserisgod - 03.08.2023 21:57

The website don't exist

Ответить
@onezerodev1756
@onezerodev1756 - 23.06.2023 06:31

Very clear instructions and perfect explanation for beginners. Thank you

Ответить
@kevintsilvers
@kevintsilvers - 17.06.2023 22:50

Thank You, very informative and helpful

Ответить
@prakashharash8380
@prakashharash8380 - 17.06.2023 07:41

Have a nice day sir. From India.

Ответить
@kuntalghoshee3417
@kuntalghoshee3417 - 06.05.2023 04:49

How do I know which driver (cp2102 from silicon lab) is need my window 11.

Ответить
@shahdismail9274
@shahdismail9274 - 24.04.2023 19:13

serial.serialutil.SerialException: Cannot configure port, something went wrong. Original message: WindowsError(31, 'A device attached to the system is not functioning.')

this error appeared for me what is the problem?

Ответить
@nacster37
@nacster37 - 22.04.2023 18:06

I have lots of bits and bobs lying around ESP32 nanos uno`s lcd`s oled`s etc to name a few lol and trying to learn C++ (maybe Rust later if i get good lol) . The way you teach this helps me so much and i want to say thanks :) playing with the code by making guesses as you see here also helps me learn better and learn to code keeping lines down to minimal ...Thanks again

int ledPin =2;
int dt =50;
void setup() {
// put your setup code here, to run once:
pinMode(ledPin, OUTPUT);

}

void loop() {
// put your main code here, to run repeatedly:
delay(dt);
digitalWrite(ledPin, HIGH);
delay(dt);
digitalWrite(ledPin, LOW);
}
i love it 😁😁😁

Ответить
@timepass_coding4469
@timepass_coding4469 - 19.04.2023 04:39

Amazing brother 💯💯

Ответить
@m.c3899
@m.c3899 - 13.04.2023 01:19

I cant find VCP windows

Ответить
@m.c3899
@m.c3899 - 10.04.2023 00:30

there no port showing what should I do?

Ответить
@bluehydrogen
@bluehydrogen - 09.03.2023 22:25

Thanks for the knowledge

Ответить
@evo137
@evo137 - 08.03.2023 20:01

cannot find the esp32 board manager in the software pls help>>

Ответить
@therealTOTOfan
@therealTOTOfan - 05.02.2023 18:36

damn tutorial and troubleshooting in one, this is very good!

Ответить
@seshusai8208
@seshusai8208 - 24.01.2023 17:39

Bro esp 32 wifi repeater do bro

Ответить
@tedk4605
@tedk4605 - 11.01.2023 10:45

Awesome and super helpful video. Thanks for explaining the SI Labs driver install info as well. Thank you!!

Ответить