Video není dostupné.
Omlouváme se.

Setting up an ESP32 with Arduino IDE

Sdílet
Vložit
  • čas přidán 25. 08. 2021
  • In this video you will learn a bit about the ESP32 microcontroller, and how to set it up with Arduino IDE.
    I typically use the WROOM module, although it's similar to the WROVER module anyways. Only difference is that the WROVER has an additional PSRAM ic included in the module, and I haven't needed it yet.
    The link to paste in to the additional boards URL: dl.espressif.com/dl/package_e...

Komentáře • 98

  • @denniswilbanks1914
    @denniswilbanks1914 Před rokem +59

    This is one the best info tutorials I have watched in a long time. Being a 72 year old beginner, I need all the help I can get. You did this in about 6 mins !!!

    • @SyntheticState
      @SyntheticState  Před rokem +11

      I am really glad to hear my tutorial was helpful! You have my respect for trying to learn all this at 72. Doesn't matter what people say, I don't think you're ever too old to learn something new :)

    • @linguafranca7834
      @linguafranca7834 Před rokem +1

      @@SyntheticState sir everything is going smooth but my port option is not clickable. ????

  • @whitneyeaton5585
    @whitneyeaton5585 Před rokem +7

    Well done, good short video, straight to the point. Greatly appreciate this type of training.

  • @ESenior65
    @ESenior65 Před 4 měsíci

    Was getting so frustrated I couldn't get the ESP32 working...your video was quick and to the point and got me up and running. Thanks!

  • @brianhernandez2720
    @brianhernandez2720 Před 2 lety +6

    Love the format for these tutorials! Great work man ✨

  • @Lee-wl4kh
    @Lee-wl4kh Před rokem +2

    I found this a very good tutorial and that it was easy to follow, it works without a problem on the version 2.0 of the Arduino IDE. Thank you for posting.

  • @markp6594
    @markp6594 Před 2 lety +2

    Very helpful introduction for a beginner, everything you need to know in 5 mins, thanks for sharing..

  • @johnburgess2084
    @johnburgess2084 Před rokem +4

    VERY helpful tutorial, thanks. I had previously loaded the boards package from Sparkfun, and their ESP32 Thing Plus was in the list. But building anything failed due to missing compiler (I don't remember the message). Then I found this tutorial and started through it, hoping it would tell me what compiler was needed. I got through the installation part, with no specific mention of a compiler. I didn't have much hope of the GetChipId working, since I still hadn't installed a compiler. Oddly, it worked perfectly! Apparently the boards package from Espressif included whatever compiler is needed. Now I must have 2 separate esp32 compilers on my PC because earlier I had installed Visual Studio Code with the PlatformIO extension, and my ESP32 board has been working fine with that; now I apparently have another compiler for Arduino. Again, thanks for the helpful installation tutorial.

  • @breaux555
    @breaux555 Před rokem +1

    Thank you very much man! I was starting to think my ESP wasn't working.

  • @denise4ever242
    @denise4ever242 Před 2 lety +1

    What software other than wokwi simulator(as it doesn't have dht11 sensor) can we use to Simulate esp32 module ?

  • @spyder000069
    @spyder000069 Před 2 lety

    When installing esp32 using the url method how do you get the latest? Does using the developement url give you the latest? If a new commit is made fixing a bug how to I make sure what I am developing with has everything up to date at that moment? I was thinking the Git method of install did this but I am trying a reinstall and that method is either not working or taking hours to clone.

  • @animalialive7243
    @animalialive7243 Před 2 lety +2

    Thank you! Saved my day

  • @autumn7634
    @autumn7634 Před rokem +1

    Hi i just learned about this and your video helped a lot! If i may ask, how do i know which ESP32 microcontroller to buy? Also what does Wroverkit and DevkitC mean? Thank you very much!

  • @muhammadsoliman8335
    @muhammadsoliman8335 Před 6 měsíci

    what is the website that you used to search for esp32 and compare prices?

  • @liamkelly15
    @liamkelly15 Před 5 měsíci +1

    Great Video - can you reference the com port drivers required for some esp32 boards - CP210X

  • @IampiChannel
    @IampiChannel Před rokem

    Hì, it's possible to connect the ESP32 to the panel led P10 and sent the text scrolling by Telegram bot?

  • @martonhegedus2684
    @martonhegedus2684 Před 4 měsíci

    Nice and simple video, thx 4 uploading.. :)

  • @SantaDragon
    @SantaDragon Před rokem

    Thanks, this helped me a lot!

  • @zcq0730
    @zcq0730 Před 8 měsíci

    Very nice tutorial! Thanks!

  • @sravankumar4133
    @sravankumar4133 Před rokem +1

    i am getting an error can u "
    Failed uploading: no upload port provided" solution for that

  • @weltroyt1270
    @weltroyt1270 Před rokem

    So i dont need the arduino anymore? This will completly exchange the arduino?

  • @Secret_ling
    @Secret_ling Před 8 měsíci

    hi,sir,where r u open the file 1.07?thanks

  • @udayshekhawat7886
    @udayshekhawat7886 Před 2 lety

    exec: "cmd": executable file not found in %PATH%
    Error compiling for board AI Thinker ESP32-CAM.
    any solution for this

  • @superrspace
    @superrspace Před 2 měsíci

    When I try this with an ESP32-S3, everything is almost exactly the same for me but with just trying a simple hello world program, the serial monitor either outputs nothing or it says ESP-ROM:esp32s3-20210327. Do you know why its doing this? I tried doing the bootloader thing by holding the boot button and pressing the reset and then releasing the boot button, but it doesn't seem to change anything.

  • @ishwariajayaraj817
    @ishwariajayaraj817 Před 22 dny

    Esp32 can only handle 3.3V right? Then how do we connect it with direct 5V of the port?

  • @soniyakadam6472
    @soniyakadam6472 Před rokem +1

    Some how my baud rate is changing to 921600
    Uploading stub...
    Running stub...
    Stub running...
    Changing baud rate to 921600
    Changed.
    Configuring flash size...
    A fatal error occurred: Invalid head of packet (0xE0)
    Failed uploading: uploading error: exit status 2
    what should i do ??

  • @playipstreamsolutions5538
    @playipstreamsolutions5538 Před 2 měsíci

    WELL DONE BUDDY! THANKS SO MUCH

  • @deejay7339
    @deejay7339 Před rokem +15

    For some reason nothing is showing up in ports

    • @fingo3432
      @fingo3432 Před 8 měsíci +1

      You have to install driver first my esp32 need cp2102 driver form silicone labs

    • @simobomb6475
      @simobomb6475 Před 7 měsíci

      @@fingo3432 still doesent show up

    • @nabaha1262
      @nabaha1262 Před 7 měsíci

      Ur cable might be faulty

    • @deejay7339
      @deejay7339 Před 7 měsíci

      @@fingo3432 that fixed it for me

    • @renadhossam9019
      @renadhossam9019 Před 7 měsíci

      ​@@fingo3432 install the driver

  • @Bianchi77
    @Bianchi77 Před 2 lety +1

    Nice video, thanks :)

  • @sc-ty1ei
    @sc-ty1ei Před rokem

    how can i connect esp32 with enc28j60 ethernet module

  • @water3689
    @water3689 Před rokem

    Hello, I have a problem... after following this video, I keep on getting this error message
    Failed uploading: uploading error: exit status 2
    pls help

  • @Eckmuhl29
    @Eckmuhl29 Před rokem

    I have "failed to execute script esptool" doesn't exist or your Arduino is not connected. I tried several PORT but it doesn't work

  • @gehadyasser1001
    @gehadyasser1001 Před 9 měsíci

    very useful thanks it worked

  • @greydilora1973
    @greydilora1973 Před 2 lety +11

    Its not letting me click on PORT. Shows that I don't have one

  • @loveleshdebnath5479
    @loveleshdebnath5479 Před 11 měsíci

    Sir I couldn't get any output at serial monitor

  • @user-qk6wq3pg8l
    @user-qk6wq3pg8l Před 8 měsíci +1

    wait, so just to be sure, these boards can use the same pins for analog and digital. if so, does it convert digital to analog or vice versa?

  • @speedking9sfx
    @speedking9sfx Před rokem

    Hello, do I have to delete somehow the existing code before I upload a new one?
    How can I do that?
    Thanks!

    • @SyntheticState
      @SyntheticState  Před rokem

      No need to delete, your previously uploaded code gets overwritten by the new code!

  • @shibi_7762
    @shibi_7762 Před rokem

    nice vid help alot

  • @shortsvideolover3315
    @shortsvideolover3315 Před 2 lety

    Sir can I program other microcontroller ICs like 89c51, 89s52 attiny85 etc using this (esp32) ?...
    Can I use this as programmer ?..

    • @SyntheticState
      @SyntheticState  Před rokem

      Personally have never tried using the ESP as an ISP!

  • @africaunit9437
    @africaunit9437 Před rokem

    Thanks habibi

  • @knoxieman
    @knoxieman Před rokem

    awesome thanks, had to slow you down a little but thanks.

  • @yuseffvillegas9423
    @yuseffvillegas9423 Před měsícem

    how can i download pop 32 🙏🙏

  • @chaouachibaha2103
    @chaouachibaha2103 Před rokem

    i can not found the com

  • @AnisGrande
    @AnisGrande Před rokem

    hii. i hope u can reply this ASAP. why does mine cant click on the port? i cant choose the COM :((

    • @SyntheticState
      @SyntheticState  Před rokem

      Usually that means that your computer isn't seeing the ESP as a COM port... You can try a few things: A different USB cable/port (especially going directly to the port and not through a USB hub), check device manager to see if the COM port appears when you plug/unplug (if not you may need to reinstall drivers) and of course try restarting the Arduino IDE and your computer :)

  • @kannachthemusiclover2869

    The GetchipID work, but when I include esp32servo.h It still not working.

  • @Manuelol
    @Manuelol Před rokem +1

    When I search for "esp32" it doesnt show any results. Is there anything I could do?

  • @jochem3634
    @jochem3634 Před rokem

    Thank you.

  • @muhammadyousufeisa3982

    we are making a digital twin and we need a data transfer system for which we are using esp 32. will it work or we should go for raspberry pi?

  • @vedantjadhav4525
    @vedantjadhav4525 Před rokem

    my laptop is not detecting esp32 but detecting nano both laptop and esp32 are brand new

  • @Cereal_Killr
    @Cereal_Killr Před rokem +2

    I am a newbie here but been using arduinos and ESP32 for lighting and sim racing equipment. I never knew you could run Arduino code on a ESP32... I will probably never use an arduino where a esp32 can be used again lol. It's a faster board with MUCH more memory...and it's cheaper. No brainer!

    • @Leoparh
      @Leoparh Před rokem

      just curious.. What did you build for sim racing ?

    • @Cereal_Killr
      @Cereal_Killr Před rokem

      @@Leoparh led tachometer and wind fans. I used esp32 for tons of automated lighting in my house too

  • @orangepoof4654
    @orangepoof4654 Před rokem

    Hi can you help me, i have this error: Failed to connect to ESP32: Download mode successfully detected, but getting no sync reply: The serial TX path seems to be down. i did check the usb port, usb condition, buy new usb, press and hold EN & BOOT button but all the ways i did was unsuccessfull. Can you help me? i need to upload my program asap :') thanks

    • @orangepoof4654
      @orangepoof4654 Před rokem

      umm, i did it. it works, i just change the Serial.begin(11560) to 9600. is that really ok?

  • @abhayjyot5351
    @abhayjyot5351 Před 2 lety

    thanks sir

  • @mttm15930
    @mttm15930 Před 10 měsíci

    i do not have port 5

  • @afolabijoshua7343
    @afolabijoshua7343 Před 5 měsíci

    I need esp32 code

  • @simeonpitukolo1412
    @simeonpitukolo1412 Před 2 lety

    Does it have to be 3.3V or can we use 5V directly from the Laptop/Desktop ?

    • @SyntheticState
      @SyntheticState  Před rokem

      The ESP can be powered from 5V USB if plugged in the way you see it in the video

    • @pnmpl
      @pnmpl Před 10 měsíci

      @@SyntheticState thank for the video. Quick question: ESP32 Wroom 32D does not have VIN port. Do you know if I can power on with external source?

  • @nguoiquangnam6346
    @nguoiquangnam6346 Před rokem

    how can you help me esp32 -32d connect rfid 522 ? Datasheet connect ?

  • @skullbustergaming7b2mo33

    Mine is not working

  • @businessworld5733
    @businessworld5733 Před 2 lety

    Can ESP32 wroom connect to 5GHz WiFi

    • @SyntheticState
      @SyntheticState  Před 2 lety

      Nope! Only 2.4Ghz

    • @businessworld5733
      @businessworld5733 Před 2 lety

      @@SyntheticState can you suggest Any other 5g controller

    • @SyntheticState
      @SyntheticState  Před 2 lety

      @@businessworld5733 I personally haven't used any 5Ghz chips but a quick search turned up these guys:
      www.ti.com/product/CC3235S
      www.amebaiot.com/en/amebad-bw16-arduino-getting-started/
      Hope that helps!

  • @leelamadipalli7495
    @leelamadipalli7495 Před rokem

    The port option is not working! What to do now ?

    • @SyntheticState
      @SyntheticState  Před rokem +1

      Check device manager, check connected devices, see if your computer detects the ESP32.

    • @vedantjadhav4525
      @vedantjadhav4525 Před rokem

      @@SyntheticState its is not what to do

  • @ramseyawad
    @ramseyawad Před 2 lety

    Would you be interested in a quick paid coding job for a simple led strip programmed with an arduino uno?

    • @SyntheticState
      @SyntheticState  Před 2 lety

      Hey! Shoot me an e-mail at info(at)syntheticstate(dot)com

  • @Venkatesh.10
    @Venkatesh.10 Před 11 měsíci

    increase sound please

  • @aryanlashkari7954
    @aryanlashkari7954 Před 11 měsíci

    Esp32 installation takes a lot of time

  • @TB-oe4vr
    @TB-oe4vr Před měsícem +3

    Skips the com port issue. Thumbs down.

  • @silverfruit58
    @silverfruit58 Před 5 měsíci

    com 5 not available, say alternative port, com11,12,13,3,4,8,9 edit: you dead or somethig?

  • @slasherakos7715
    @slasherakos7715 Před 22 dny

    very very bad tutorial....disliked this

  • @laviejaconpistola7311

    The tutorial is perfectly clear, but this is my first time using esp32 and I get this error trying to use the GetChipID example
    In file included from sketch\GetChipID.ino.cpp:1:0:
    C:\Users\user\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.8\cores\esp32/Arduino.h:194:12: error: 'std::round' has not been declared
    using std::round;
    and it says error compiling for board esp32 dev module

  • @badabimbadabum4010
    @badabimbadabum4010 Před rokem

    i got error
    Traceback (most recent call last):
    esptool.py v3.0-dev
    File "esptool.py", line 3682, in
    Serial port COM3
    File "esptool.py", line 3675, in _main
    File "esptool.py", line 3329, in main
    File "esptool.py", line 263, in __init__
    File "site-packages\serial\__init__.py", line 88, in serial_for_url
    File "site-packages\serial\serialwin32.py", line 62, in open
    serial.serialutil.SerialException: could not open port 'COM3': WindowsError(5, '\xce\xf2\xea\xe0\xe7\xe0\xed\xee \xe2 \xe4\xee\xf1\xf2\xf3\xef\xe5.')
    Failed to execute script esptool

  • @lgilson91
    @lgilson91 Před rokem

    I got this error Failed uploading: no upload port provided

  • @afolabijoshua7343
    @afolabijoshua7343 Před 5 měsíci

    I need esp32 code