ESP32 Upload Fix

Поділитися
Вставка
  • Опубліковано 22 лют 2020
  • This is a supplemental video for Episode 2 of this series ( • Hello World ). If you are having problems uploading your code to your ESP32, then give this a watch!
    🖥️ ESP32:
    -Amazon: geni.us/esp32
    -Bangood: www.banggood.com/custlink/3KD...
    🖥️ ESP8266:
    -Amazon: geni.us/esp8266
    -Bangood: www.banggood.com/custlink/DK3...
    Arduino IDE Software: www.arduino.cc/en/Main/Software
    Sign up to my newsletter to get alerted of new sauces, spices, merchandise...or any other big news. www.chillichump.com/newsletter 🔥
    If you would like to support me and my channel, please check out / chillichump
    Visit my main channel: / chillichump
    ----------------------------------------------------------
    Any links to products or services may be affiliate links that give me a small kickback at no cost to you, and with no influence on the content. I use Geni.us to help geo-target, ensuring you are linked to the correct country's Amazon website -- As an Amazon Associate I earn from qualifying purchases.
    🔥 Website - www.chillichump.com
    🔥 Patreon - / chillichump
    🔥 Instagram - / chillichump
    🔥 Facebook - / chillichump
    🔥 Twitter - / chillichump
    🔥 Reddit - / chillichump
    Note: All information provided by ChilliChump is furnished only for educational/entertainment purposes only. You agree that use of this information is at your own risk and hold ChilliChump harmless from any and all losses, liabilities, injuries or damages resulting from any and all claims.

КОМЕНТАРІ • 42

  • @tylervollick6634
    @tylervollick6634 4 роки тому +1

    Hi! Thanks so much for these videos! I've been programming for a while now but have never done anything with Micro controllers or IoT. I'm really excited! Definitely had to scrounge around for a DATA Micro usb cable... standard charging cables weren't working. Thanks again!

  • @briancondell8932
    @briancondell8932 Рік тому

    What do you do if your ESP32 board does not have a boot button to fix this problem? I have the FireBeetle ESP32.

  • @freedomdriver
    @freedomdriver 4 місяці тому +1

    I have the problem it shows me: Failed uploading: uploading error: exit status 2 The power Led lights up normally as well as the temperature is warm but not hot. What can I do?

  • @kevinalward5320
    @kevinalward5320 Рік тому

    Thank you so much! Have wasted much time trying to upload first esp 32 and this fixed it!!!

  • @Muss_._
    @Muss_._ Рік тому

    hello mr. i have same problem like u,but i still dont know how to upload coding. I was do like you do, and last statement say it is "Leaving... Hard resetting via RTS pin... " .
    When i get this statement, what should i do for can upload coding,please help me sir😢

  • @krishnanikhil2507
    @krishnanikhil2507 Рік тому +2

    This did not work for me what to do

  • @user-ks5hi4zu2k
    @user-ks5hi4zu2k 7 місяців тому

    Oh my god, You saved me with this 2 mins vid! Thank you so much!

  • @csopspidy
    @csopspidy 7 місяців тому +1

    i tried holding boot button but it didnt work

  • @venchow1115
    @venchow1115 Місяць тому

    I tried doing that too but it just seemed my buttons aint working.. the "connecting......." kept loading haha.
    Any other ways to solve?

  • @marwanyasser7510
    @marwanyasser7510 3 місяці тому

    bro exit status 2;
    how can i fix it.
    please save me!!!!!!

  • @masalif1278
    @masalif1278 Рік тому +1

    Thanks bro, thats work

  • @NforOjong
    @NforOjong 3 місяці тому +1

    Thank you very much Sir

  • @erandiromesha2365
    @erandiromesha2365 11 місяців тому

    thank you

  • @eltra4857
    @eltra4857 Рік тому +1

    Thanks pro

  • @cthoenes1
    @cthoenes1 3 роки тому

    Things are going great, Have a few problems. How do I find the Baud rate of my computer? How do I find/or how do I change the com channel? Other than a few challenges we are doing great and hope to have it all done and in the greenhouse for my 87 birthday in September

    • @ChilliChump2
      @ChilliChump2  3 роки тому

      Hi Carter, you don't need to know the baud rate of your computer. It is the the baud rate you set with the command: "Serial.begin(9600);". In that example, the baud rate is 9600. So on your Serial monitor, set the baud rate at the bottom to the same. And good luck with your automation project!!

  • @b0rn2snipe
    @b0rn2snipe 4 роки тому

    Have you experienced some unprintable characters being printed before the "Hello World" is printed? It is only printing the strange characters the first time "Hello World" is printed, all following prints look as expected. If I print with an empty string in the "Serial.println("");" I see only the strange characters. Thanks again.
    FYI: I did also double check my baud rates were aligned at 9600.

    • @ChilliChump2
      @ChilliChump2  4 роки тому

      I have only ever seen that when the baud rates are not the same. Just to confirm, are you setting the baud rate on the serial monitor itself to 9600 (bottom right of the serial monitor)? There are three places you can set baud rates...in the code (serial.begin(9600);), in the serial monitor, and then the upload setting from the menu. The upload setting won't affect the serial monitor.

    • @b0rn2snipe
      @b0rn2snipe 4 роки тому

      @@ChilliChump2 and there it is staring at me right in the compiler/upload console output: "Changing baud rate to 921600".
      I am not seeing "9600" as an available baud rate for uploading.

    • @ChilliChump2
      @ChilliChump2  4 роки тому

      You don't want to change the upload baud rate, like I said above that won't affect the serial monitor. Have a look at this image to see what you need to change: i.imgur.com/9s4RYTq.png

  • @elihoungo4552
    @elihoungo4552 Рік тому +2

    HI
    Thank you for your videos
    I have an error when I start to build my sketch for esp32 but no issue for esp8266
    I m using windows 10
    This is the error : exec: "cmd": executable file not found in %path% compile error for esp32 dev module board
    I need help
    THANK YOU

    • @ChilliChump2
      @ChilliChump2  Рік тому

      I would check your path variable. In windows open up a command prompt. Then type "echo %path%". Check if there is anything weird going on there.

  • @codeklaudia9696
    @codeklaudia9696 3 місяці тому

    Thank you very very much for this vídeo. As a matter of fact, I have the very same Output message as you do in the end, after solving you issue : "Resetting via RST pin". I've read in the documentation that this is not a bug, but rather a feature. In any case, if the program is really being loaded, I can not see the builtin Led blinking as it was supposed :(

  • @gkppromotions
    @gkppromotions 3 роки тому

    Gerrit Postema , NOT STARTING ? just place a condensator of 10uF between GND and EN !

  • @unknownstranger8915
    @unknownstranger8915 2 місяці тому

    Not working

  • @oneandonly.7
    @oneandonly.7 10 місяців тому +2

    Bro exit status 2?
    How to fix it

    • @nico7180
      @nico7180 2 місяці тому

      was a damaged board. My second board worked fine

  • @sandeekaewhawong1254
    @sandeekaewhawong1254 17 днів тому

    u r god

  • @ECMAHAMMEDARIFDUDEKULA
    @ECMAHAMMEDARIFDUDEKULA Рік тому +2

    Sir please do video on fatal error No serial data is received in esp32c3 many are facing the problem

    • @xyzoozo
      @xyzoozo 9 місяців тому

      did u get any solution .plz help

  • @SHIVAMG543
    @SHIVAMG543 7 місяців тому

    UsbEndpoint[mAddress=2,mAttributes=2,mMaxPacketSize=32,mInterval=0. Why problem 😢😢😢😢

  • @SarasD14
    @SarasD14 7 місяців тому +1

    Thanks solved the issue in a second, everywhere else i could either find complex solutions or people saying board is damaged/fake etc. Thanks a lot

  • @fish_n_chips1411
    @fish_n_chips1411 Рік тому +3

    Getting the same error despite holding the button while uploading

    • @jundikhaalish2081
      @jundikhaalish2081 8 місяців тому

      yeaa, me too, have you solve it?

    • @KarkourYasser
      @KarkourYasser 3 місяці тому

      @@jundikhaalish2081 have u solved it bro ?

    • @KarkourYasser
      @KarkourYasser 3 місяці тому

      @@jundikhaalish2081 help me fix it if u found the solutions

    • @jundikhaalish2081
      @jundikhaalish2081 3 місяці тому +1

      @@KarkourYasser unfortunately no, i just bought new board:D

    • @KarkourYasser
      @KarkourYasser 3 місяці тому

      @@jundikhaalish2081 hhhhhhhhhhh thnx bro

  • @preetijain663
    @preetijain663 Рік тому

    thank you ! Har har mahadev

  • @alaninkarachi
    @alaninkarachi 3 роки тому +1

    text size much better

  • @bartdereu9267
    @bartdereu9267 Місяць тому

    I'm pulling my hair out on this one ! I constantly have th' 'No serial data recieved' error and can't upload. The only time that it works is when i completely remove the COM port device from my devices manager, reboot the computer and let it detect again. Then in the arduino software i can upload without any problem. It happens that it works twice but when it fails, i never get it to work again until i delete and add the comm port again. What a piece of garbage