Fix!! Esp32 + PlatformIO rebooting continuously or always resetting

Поділитися
Вставка
  • Опубліковано 4 жов 2024
  • Fix!! Esp32 + PlatformIO rebooting continuously or always resetting
    How to Fix
    When you use a FireBeetle 2 ESP32-E board or a similar board in the family and use Platformio as a program uploader to the board.
    Upon inspection, it was found that the board reset itself all the time continuously from the observations in the serial monitor
    If still can't fix You can change the upload settings.
    github.com/pla...
    platform=espressif32@version // eg espressif32@5.1.0
    or change
    board_build.flash_mode = dout
    or look at the parameters from arduinoIDE
    ::::::::::: SUPPORT CHANNEL ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Please Donate To Help Me Afford New Equipment And Software
    To Make My Videos More : goo.gl/1m8Dg2
    Don't forget to subscribe!

КОМЕНТАРІ • 7

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

    Setting the version for platform (line 12) fixed the error for me. Thanks!

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

    Excellent tip, it's solve my problem! Tks for your sharing!

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

    I thought it is related to a pin I used on my pcb design, in specific p12, because my specs refers as it to be a reset pin if it is in a certain state at boot up

  • @gus_smith
    @gus_smith 6 місяців тому

    doesn't work me this fix. i use adafruit feather esp32 v2 and it also keeps resetting. i use ESP32-audioI2S library.

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

    Solution for Arduino IDE users: turn the version of the esp32 board library from to 3.0.2 and it will solve the issue of constantly rebooting in the terminal. 21 jul 2024

  • @majdai
    @majdai 10 місяців тому

    i have the same problem even when i upload an empty code