-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with esp32-wroom in idle board is reloaded. #8374
Comments
@espressif I will slightly change the description of the problem, since the module is being rebooted.
What is the strangeness of the following, if I use 2 buttons to give LOW signals to pins 39 and 36, then the code works, the display shows an inscription with brightness numbers, the PWM signal on pin 5 changes, the LED built into the board (on pin 1) also changes the glow periods, depending on the brightness value 0-255.
My board got a little warm, and I decided to replace the AMS3.3 converter
|
Continuing the search for the reasons for the reboot, I saw in the drop-down menu of the arduino IDE the items tangent to the processor cores - For information - for those who may not understand, Flash Frequency 40/80 MHz is
From the article, I realized that by default the arduino IDE is configured to use core 1, apparently I reconfigured something and only on one single code example - I received an error in the form of a module restart in idle mode. |
II had the same problem! At mine "brown reset" did it. So, I disabled brownout detector in setup function: WRITE_PERI_REG(RTC_CNTL_BROWN_OUT_REG, 0); Firstly, include library: #include "soc/soc.h" |
Thank you for your concern about my problem. |
Hello, Due to the overwhelming volume of issues currently being addressed, we have decided to close the previously received tickets. If you still require assistance or if the issue persists, please don't hesitate to reopen the ticket. Thanks. |
Board
ESP32-D0WD-V3 (revision 3)
Device Description
Dev board ESP32-WROOM
Hardware Configuration
Version
v2.0.9
IDE Name
Notepad ++ and arduino-cli
Operating System
Windows 10 Pro
Flash frequency
40 Mhz
PSRAM enabled
no
Upload speed
921600
Description
I use a debug board to connect the display, using an 8-bit parallel interface(TFTe_SPI library), I connect two buttons and adjust the backlight at the display using PWM.

When I set TFT_BL like GPIO21, the backlight is adjusted smoothly, my code first “lights” it smoothly, by means of a cycle for, and then after a short delay it reduces the backlight, also in the for cycle.
When I specify the backlight pin GPIO5, then the backlight simply turns on to the maximum and then just turns off without smooth.
At the beginning, I thought that GPIO5 was not designed to work with PWM, but the pinout picture says that it should work fine in PWM mode.
What could be the problem?
Sketch
Debug Message
Other Steps to Reproduce
Nope
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: