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

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 98

  • @frankpouw5751
    @frankpouw5751 29 วันที่ผ่านมา +2

    I really appreciate that he covers the "pitfalls" someone might encounter, like the missing driver. Rare in a how-to video. Earned my subscription!

  • @Ctrl_Del_0
    @Ctrl_Del_0 8 หลายเดือนก่อน +5

    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.

  • @GaryParkin
    @GaryParkin 5 หลายเดือนก่อน +3

    Excellent tutorial! I've been a software developer for over 32 years. I started with Arduino last year and I love it. Then I saw the ESP32. OMG, I have to have one, but what can I do with it? That's where your tutorials come in. Thank you so much for showing all the little settings and driver loads.😶‍🌫

    • @EnjoyMechatronics
      @EnjoyMechatronics  5 หลายเดือนก่อน +1

      Glad it was helpful!

    • @GaryParkin
      @GaryParkin 5 หลายเดือนก่อน +1

      @@EnjoyMechatronics Yes it was. I'm watching your camera video now. I'm ordering all 3 from Amazon. Thanks (subscribed)

  • @azv777
    @azv777 7 หลายเดือนก่อน +1

    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.

  • @zawwinn3753
    @zawwinn3753 9 วันที่ผ่านมา +1

    Thank you for this video. This is my first video for ESP 32. Thanks.

  • @Nigel1969
    @Nigel1969 ปีที่แล้ว +2

    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 😁😁😁

  • @danpro905
    @danpro905 9 หลายเดือนก่อน +3

    Well done! I am totally new to this. I found your instructions super easy to understand.

  • @buffplums
    @buffplums 7 หลายเดือนก่อน +2

    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.

  • @tedk4605
    @tedk4605 ปีที่แล้ว +3

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

    • @EnjoyMechatronics
      @EnjoyMechatronics  ปีที่แล้ว +1

      Really appreciate it.
      And glad it was helpful.

  • @ParthDubey-v5d
    @ParthDubey-v5d 2 หลายเดือนก่อน +1

    Excellent tutoriel man I loved your explanation and I am excited to watch the video where we connect it with the wifi

  • @taherrad153
    @taherrad153 15 วันที่ผ่านมา +1

    Thank you so much for Tutorials 🙏

  • @HaulahTebazaalwa
    @HaulahTebazaalwa 8 หลายเดือนก่อน +1

    The world's best teacher thanks

  • @osvaldo56
    @osvaldo56 4 หลายเดือนก่อน +1

    Very good video, your explanation is very clear. Thanks

  • @marcuswilliams3455
    @marcuswilliams3455 10 หลายเดือนก่อน +2

    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.

  • @onezerodev1756
    @onezerodev1756 ปีที่แล้ว +2

    Very clear instructions and perfect explanation for beginners. Thank you

  • @mrkewi1
    @mrkewi1 10 หลายเดือนก่อน +1

    Love your videos. Thank you. Please don't stop.

  • @peterwebb2224
    @peterwebb2224 9 หลายเดือนก่อน +1

    Hi,
    Nice tutorial, just starting to get to grips with ESP32, where can I get the pinout you show in your tutorial please ?

  • @prakashharash8380
    @prakashharash8380 ปีที่แล้ว +1

    Have a nice day sir. From India.

  • @TheHottrod3000
    @TheHottrod3000 ปีที่แล้ว +2

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

  • @jawadmansoor6064
    @jawadmansoor6064 หลายเดือนก่อน +1

    11:09 why did not you install other drivers for windows like first option (universal drivers) why chose VCP drivers, why not next option "windows drivers"? please explain them and why not windows drivers with serial enumerator

  • @kevintsilvers
    @kevintsilvers ปีที่แล้ว +1

    Thank You, very informative and helpful

  • @JeanCantalini
    @JeanCantalini 11 หลายเดือนก่อน +1

    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.

  • @DasuniRathnayake
    @DasuniRathnayake 6 หลายเดือนก่อน

    YOU ARE THE GOD OF ESP32 🧡🧡

  • @evo137
    @evo137 ปีที่แล้ว +2

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

  • @irfanbasheer6925
    @irfanbasheer6925 ปีที่แล้ว +2

    Why should I press the boot button while uploading code?

  • @timepass_coding4469
    @timepass_coding4469 ปีที่แล้ว +1

    Amazing brother 💯💯

  • @abhinavpjain1367
    @abhinavpjain1367 6 วันที่ผ่านมา +1

    The port option doesn't allow me to click. What's wrong??

  • @shahdismail9274
    @shahdismail9274 ปีที่แล้ว +1

    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?

  • @bknalrawi
    @bknalrawi 10 หลายเดือนก่อน +1

    can you help me to get the link when i add the link to preferences Arduino give me message no board select

  • @abdullahnajam4
    @abdullahnajam4 6 หลายเดือนก่อน +1

    great explanation

  • @adnanafzal3908
    @adnanafzal3908 6 หลายเดือนก่อน +1

    i keep on getting the same msg that compilation failed. status 1 exit, despite selecting the correct board and everything

  • @bluehydrogen
    @bluehydrogen ปีที่แล้ว +1

    Thanks for the knowledge

  • @therealTOTOfan
    @therealTOTOfan ปีที่แล้ว +1

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

  • @Sanda1s
    @Sanda1s 3 หลายเดือนก่อน +1

    This is very useful

  • @r.boubker6810
    @r.boubker6810 24 วันที่ผ่านมา

    hi
    every time i use or test program with wifi i have this response :
    Writing at 0x000e0a15... (94 %)
    Writing at 0x000e6017... (97 %)
    Writing at 0x000eb858... (100 %)
    Wrote 903280 bytes (592542 compressed) at 0x00010000 in 7.5 seconds (effective 967.4 kbit/s)...
    Hash of data verified.
    Leaving...
    Hard resetting via RTS pin... i put a reset bt nothing change . why ? need help .

  • @chagaarbellal4983
    @chagaarbellal4983 7 หลายเดือนก่อน +1

    I have problem bro
    Pinmod and digitalwrite was not declared in this scope
    I did what you did but 😢😢😢😢

  • @John_Smile
    @John_Smile 10 หลายเดือนก่อน +1

    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  10 หลายเดือนก่อน +1

      th-cam.com/video/R_GY0zbM1bM/w-d-xo.html

    • @John_Smile
      @John_Smile 10 หลายเดือนก่อน

      ​@@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.

  • @Redstoneprofi01
    @Redstoneprofi01 9 หลายเดือนก่อน +2

    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.

  • @yt678901
    @yt678901 3 วันที่ผ่านมา +1

    My usb cables were charging only cables, had to buy a new cable which was capable of data transfer mentioned on cable box. I have too many cables only for charging, and i did not kno that.

    • @EnjoyMechatronics
      @EnjoyMechatronics  2 วันที่ผ่านมา +1

      Sorry that's a common problem! Make sure your cable is labeled for data transfer, too.

  • @GillellaAvinashreddy
    @GillellaAvinashreddy 7 หลายเดือนก่อน +1

    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 7 หลายเดือนก่อน +1

      You can power the board through the 5v or 3.3v pins on the board

  • @vesu3895
    @vesu3895 7 หลายเดือนก่อน +1

    The link transfers me to github with a lot of folders and I Don t know what to do

  • @UMARMUSLIMBINAHMADKAMAL
    @UMARMUSLIMBINAHMADKAMAL 9 หลายเดือนก่อน +1

    Hi! Is it normal for a esp32 that requires to push the boot system everytime I upload a new code?

    • @EnjoyMechatronics
      @EnjoyMechatronics  9 หลายเดือนก่อน +1

      Some boards require pressing the boot button

  • @Patapom3
    @Patapom3 4 หลายเดือนก่อน +1

    Thank you!

  • @kuntalghoshee3417
    @kuntalghoshee3417 ปีที่แล้ว

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

  • @csopspidy
    @csopspidy 11 หลายเดือนก่อน +1

    i tried holding boot button but it didnt work

  • @iyadhsaadani3086
    @iyadhsaadani3086 5 หลายเดือนก่อน +1

    Thank you so much

  • @mounikap-s1d
    @mounikap-s1d 8 หลายเดือนก่อน +1

    Iam trying to do same from last 1 week still cannot can help me

  • @IbrahimDhanishJ
    @IbrahimDhanishJ 8 หลายเดือนก่อน +1

    For me it's still showing failed to upload: uploading error:exit status 2

  • @MuhammadShahan-h1q
    @MuhammadShahan-h1q 7 หลายเดือนก่อน +1

    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.

  • @uln2003uoh
    @uln2003uoh 3 หลายเดือนก่อน

    Thanks alot bro

  • @YusufPatabang-yo1wl
    @YusufPatabang-yo1wl 10 หลายเดือนก่อน

    why when I reconnect the chip to the laptop. Why do the chips stay blue?

  • @leofrancisc5222
    @leofrancisc5222 5 หลายเดือนก่อน +1

    very nice

  • @m.c3899
    @m.c3899 ปีที่แล้ว

    I cant find VCP windows

  • @laserisgod
    @laserisgod ปีที่แล้ว +1

    The website don't exist

  • @seshusai8208
    @seshusai8208 ปีที่แล้ว +1

    Bro esp 32 wifi repeater do bro

  • @EnjoyMechatronics
    @EnjoyMechatronics  2 ปีที่แล้ว +2

    ♥ Don't Click This! : bit.ly/3jvI8g6

  • @aqilulu261
    @aqilulu261 6 หลายเดือนก่อน +1

    failed uploading: uploading error: status 2. why?

    • @absmshakib8854
      @absmshakib8854 3 หลายเดือนก่อน

      is it solved?

    • @edddith7418
      @edddith7418 2 หลายเดือนก่อน

      hold boot button and use a secure cable

  • @m.c3899
    @m.c3899 ปีที่แล้ว

    there no port showing what should I do?

    • @EnjoyMechatronics
      @EnjoyMechatronics  ปีที่แล้ว +1

      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 ปีที่แล้ว +1

      @@EnjoyMechatronics When I open device manager nothing appear what do I have to do?

    • @EnjoyMechatronics
      @EnjoyMechatronics  ปีที่แล้ว +1

      @@m.c3899 Try another USB cable

  • @mounikap-s1d
    @mounikap-s1d 8 หลายเดือนก่อน +1

    Hi

  • @Workshop111.
    @Workshop111. 6 หลายเดือนก่อน +1

    السلام عليكم ياخي لما تجعل المحتوي انجليزي وانت عربي

  • @ELEMENTALPHEONIX1
    @ELEMENTALPHEONIX1 หลายเดือนก่อน +2