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

  Переглядів 45,686

Enjoy Mechatronics

Enjoy Mechatronics

Рік тому

The ESP32 is a very powerful microcontroller with integrated WiFi and Bluetooth., a dual-core CPU, and a lot of memory.
In this video, I’ll show you how to set up the Arduino IDE for the ESP32 and then we’ll try out our first blink sketch.
► Get your first ESP32 board today and start exploring the world of IoT:
👉 amzn.to/3AjPwTV
--------------------------------------------------------------------
● Playlist Link: bit.ly/3TdXiq5
● Arduino IDE: www.arduino.cc/en/software
● Get VCP Drivers: bit.ly/3glGn6p
● Board Manager URL
raw.githubusercontent.com/esp...
--------------------------------------------------------------------
✅ My current Productivity Setup 👇:
● Gaming Headset: amzn.to/3HyXgp2
● Gaming Mouse: amzn.to/3ni4Ygp
● Best Webcam: amzn.to/44pVUqw
● Keyboard: amzn.to/3ALXB3M
● GPU: amzn.to/42mylNt
● CPU: amzn.to/44lOBjs
--------------------------------------------------------------------
FOLLOW ME:
● Github Projects: github.com/Enjoy-Mechatronics
♥ Never Click This! bit.ly/3jvI8g6
● Facebook: / enjoymechatronics
--------------------------------------------------------------------
► All content by Enjoy Mechatronics is 100% free. I believe that education should be freely available to everyone.

КОМЕНТАРІ: 66
@ctrl-del630
@ctrl-del630 2 місяці тому
Thank you for this video. I have been programming Arduino off and on for quite a number of years now. Recently my projects got bigger and more useful. Therefore I switched to ESP32 for the extra functionality but I ran into trouble getting it running. Your video was one step in the chain of things that helped me get me going. Thank you.
@azv777
@azv777 25 днів тому
Hello! Thank you very much, you helped me to create my first project. Without your help, it could take a century to get up and running for me myself:) I wish you success and good health. Will continue learning by watching your videos.
@tedk4605
@tedk4605 Рік тому
Awesome and super helpful video. Thanks for explaining the SI Labs driver install info as well. Thank you!!
@EnjoyMechatronics
@EnjoyMechatronics Рік тому
Really appreciate it. And glad it was helpful.
@danpro905
@danpro905 3 місяці тому
Well done! I am totally new to this. I found your instructions super easy to understand.
@EnjoyMechatronics
@EnjoyMechatronics 3 місяці тому
Glad it was helpful!
@onezerodev1756
@onezerodev1756 10 місяців тому
Very clear instructions and perfect explanation for beginners. Thank you
@EnjoyMechatronics
@EnjoyMechatronics 10 місяців тому
Glad it was helpful!
@mrkewi1
@mrkewi1 3 місяці тому
Love your videos. Thank you. Please don't stop.
@EnjoyMechatronics
@EnjoyMechatronics 3 місяці тому
Thank you, I will
@buffplums
@buffplums Місяць тому
THANK YOU SO VERY MUCH SIR!!! This has been so very helpful and inspiring. It has given me the motivation to start experimenting with the ESP32. I didnt want to use the Arduino IDE but since everyone was saying you need to start with Arduino I thought ok after watching your video. Looking forward to trying out the next experiments. Have an absolutely wonderful day my friend.
@EnjoyMechatronics
@EnjoyMechatronics Місяць тому
Best of luck!
@kevintsilvers
@kevintsilvers 10 місяців тому
Thank You, very informative and helpful
@EnjoyMechatronics
@EnjoyMechatronics 10 місяців тому
Glad you enjoyed it!
@abdullahnajam4
@abdullahnajam4 20 днів тому
great explanation
@bluehydrogen
@bluehydrogen Рік тому
Thanks for the knowledge
@EnjoyMechatronics
@EnjoyMechatronics Рік тому
My pleasure
@therealTOTOfan
@therealTOTOfan Рік тому
damn tutorial and troubleshooting in one, this is very good!
@Nigel1969
@Nigel1969 Рік тому
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 😁😁😁
@EnjoyMechatronics
@EnjoyMechatronics Рік тому
Thanks, man I'm so glad you like it.
@TheHottrod3000
@TheHottrod3000 7 місяців тому
My COM port is not showing up in the ide. I installed the correct driver for my mac computer. what could be the issue?
@timepass_coding4469
@timepass_coding4469 Рік тому
Amazing brother 💯💯
@EnjoyMechatronics
@EnjoyMechatronics Рік тому
Thanks 🔥
@adnanafzal3908
@adnanafzal3908 8 днів тому
i keep on getting the same msg that compilation failed. status 1 exit, despite selecting the correct board and everything
@user-lk4bq5uk9v
@user-lk4bq5uk9v Місяць тому
The world's best teacher thanks
@EnjoyMechatronics
@EnjoyMechatronics Місяць тому
Really appreciate it 😊
@irfanbasheer6925
@irfanbasheer6925 8 місяців тому
Why should I press the boot button while uploading code?
@IbrahimDhanishJ
@IbrahimDhanishJ Місяць тому
For me it's still showing failed to upload: uploading error:exit status 2
@kuntalghoshee3417
@kuntalghoshee3417 Рік тому
How do I know which driver (cp2102 from silicon lab) is need my window 11.
@evo137
@evo137 Рік тому
cannot find the esp32 board manager in the software pls help>>
@aqilulu261
@aqilulu261 6 днів тому
failed uploading: uploading error: status 2. why?
@user-bz3wq5dj1z
@user-bz3wq5dj1z 5 місяців тому
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.
@prakashharash8380
@prakashharash8380 10 місяців тому
Have a nice day sir. From India.
@EnjoyMechatronics
@EnjoyMechatronics 10 місяців тому
Hey, what's up 😊
@bknalrawi
@bknalrawi 4 місяці тому
can you help me to get the link when i add the link to preferences Arduino give me message no board select
@peterwebb2224
@peterwebb2224 3 місяці тому
Hi, Nice tutorial, just starting to get to grips with ESP32, where can I get the pinout you show in your tutorial please ?
@EnjoyMechatronics
@EnjoyMechatronics 3 місяці тому
Search for esp32s pinout
@chagaarbellal4983
@chagaarbellal4983 Місяць тому
I have problem bro Pinmod and digitalwrite was not declared in this scope I did what you did but 😢😢😢😢
@vesu3895
@vesu3895 Місяць тому
The link transfers me to github with a lot of folders and I Don t know what to do
@YusufPatabang-yo1wl
@YusufPatabang-yo1wl 4 місяці тому
why when I reconnect the chip to the laptop. Why do the chips stay blue?
@Redstoneprofi01
@Redstoneprofi01 3 місяці тому
Note: the ESP32-DevKit C V4 does not have an included LED (except for the power one). it took me very long to figure that out.
@EnjoyMechatronics
@EnjoyMechatronics 3 місяці тому
Thanks
@user-ck4kb7cc6f
@user-ck4kb7cc6f Місяць тому
Iam trying to do same from last 1 week still cannot can help me
@shahdismail9274
@shahdismail9274 Рік тому
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?
@csopspidy
@csopspidy 4 місяці тому
i tried holding boot button but it didnt work
@marcuswilliams3455
@marcuswilliams3455 4 місяці тому
Excellent video. However, since you mentioned Arduino in this presentation, should note that the ESP32 I/O pins are 3.3 vdc+ while, the Arduino I/O pins are 5 vdc+. This shouldn't be a big deal for the beginner.
@EnjoyMechatronics
@EnjoyMechatronics 4 місяці тому
Yes, you are right
@seshusai8208
@seshusai8208 Рік тому
Bro esp 32 wifi repeater do bro
@m.c3899
@m.c3899 Рік тому
I cant find VCP windows
@user-lx7fq2lw8j
@user-lx7fq2lw8j Місяць тому
Sir i want to build watch for depression disorder .I want to use EDA , heart sensor , oxygen sensor .So i want small esp32 that can be fit in a watch type equipment .How to give power without any connection
@alexnuzzo2623
@alexnuzzo2623 Місяць тому
You can power the board through the 5v or 3.3v pins on the board
@user-fl3sn6ru5q
@user-fl3sn6ru5q 3 місяці тому
Hi! Is it normal for a esp32 that requires to push the boot system everytime I upload a new code?
@EnjoyMechatronics
@EnjoyMechatronics 3 місяці тому
Some boards require pressing the boot button
@John_Smile
@John_Smile 4 місяці тому
Do you somehow have a tutorial, how I can turn an ESP 32 module into a surveillance camera. I mean I want to mount the camera somewhere and can watch remotely with my mobile phone to see live or the recordings on the card. I bought 5 modules, but I didn't find a tutorial apart from photographing the person who passes in front of a presence sensor. So just take the pictures, no video.
@EnjoyMechatronics
@EnjoyMechatronics 4 місяці тому
ukposts.info/have/v-deo/io94jWaxmYNiw4E.html
@John_Smile
@John_Smile 4 місяці тому
​@@EnjoyMechatronics I watched the suggested clip. But the same is presented here. These are the installation settings. I passed this level. I made the camera to work. But I don't know how I can see the recordings on the card, with my mobile phone, without removing the card from the surveillance camera.
@laserisgod
@laserisgod 9 місяців тому
The website don't exist
@m.c3899
@m.c3899 Рік тому
there no port showing what should I do?
@EnjoyMechatronics
@EnjoyMechatronics Рік тому
Check out the USB cable and make sure it supports data transfer, or you may need to install some drivers by going to the device manager.
@m.c3899
@m.c3899 Рік тому
@@EnjoyMechatronics When I open device manager nothing appear what do I have to do?
@EnjoyMechatronics
@EnjoyMechatronics Рік тому
@@m.c3899 Try another USB cable
@user-ck4kb7cc6f
@user-ck4kb7cc6f Місяць тому
Hi
@EnjoyMechatronics
@EnjoyMechatronics Рік тому
♥ Don't Click This! : bit.ly/3jvI8g6
@Workshop111.
@Workshop111. 12 днів тому
السلام عليكم ياخي لما تجعل المحتوي انجليزي وانت عربي
@EnjoyMechatronics
@EnjoyMechatronics 12 днів тому
bit.ly/3vSsUH4
@user-to2dc2rx6v
@user-to2dc2rx6v Місяць тому
sir what shoud i do ? Traceback (most recent call last): File "esptool.py", line 31, in File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module File "esptool\__init__.py", line 41, in File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module File "esptool\cmds.py", line 14, in File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module File "esptool\bin_image.py", line 14, in File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module File "esptool\loader.py", line 30, in File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module File "serial\__init__.py", line 29, in File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module File "serial\serialwin32.py", line 15, in File "PyInstaller\loader\pyimod02_importers.py", line 352, in exec_module File "ctypes\__init__.py", line 7, in ImportError: DLL load failed while importing _ctypes: The parameter is incorrect. [6032] Failed to execute script 'esptool' due to unhandled exception! exit status 1 Error compiling for board ESP32 Dev Module.
Connect ESP32 to WiFi - ESP32 Beginner's Guide
12:13
Enjoy Mechatronics
Переглядів 99 тис.
Getting Started with ESP32 - Step-By-Step Tutorial
19:50
Tomasz Tarnowski
Переглядів 296 тис.
ESP32 und OLED 128x64-Anzeige mit I2C
3:58
Jürgen Walter
Переглядів 33 тис.
ESP-IDF | Введение
45:38
Crazy Geeks
Переглядів 23 тис.
Introduction to ESP32 - Getting Started
47:57
DroneBot Workshop
Переглядів 1,5 млн
ESP32 Web Server - ESP32 Beginner's Guide
11:52
Enjoy Mechatronics
Переглядів 44 тис.
YOU can Learn the ESP32 in 15 Minutes:  Hello World!
22:52
Dave's Garage
Переглядів 277 тис.
Getting Started with the ESP32 Development Board  |  Programming an ESP32 in C/C++
15:23
10 Great Artificial Intelligence projects using ESP32-CAM!!!
7:18
ToP Projects Compilation
Переглядів 134 тис.
This Tiny Porsche 993 GT2 has a Camera!!! (+14 ESP32 projects)
11:12
ToP Projects Compilation
Переглядів 162 тис.
All New Atlas | Boston Dynamics
0:40
Boston Dynamics
Переглядів 5 млн
Vortex Cannon vs Drone
20:44
Mark Rober
Переглядів 13 млн
ИГРОВОЙ ПК от DEXP за 37 тысяч рублей из DNS
27:53
Ремонтяш
Переглядів 385 тис.
Subscribe for more!! #procreate #logoanimation #roblox
0:11
Animations by danny
Переглядів 3,8 млн
RTX 4070 Super слишком хороша. Меня это бесит
15:22
Рома, Просто Рома
Переглядів 93 тис.
Такого вы точно не видели #SonyEricsson #MPF10 #K700
0:19
BenJi Mobile Channel
Переглядів 2,8 млн