Search found 3 matches
- Mon Oct 04, 2021 5:37 am
- Forum: General Discussion
- Topic: ESP32 continuously rebooting with logging "RTCWDT_RTC_RESET" and a strange negative load len
- Replies: 2
- Views: 2502
Re: ESP32 continuously rebooting with logging "RTCWDT_RTC_RESET" and a strange negative load len
There have been some reports of problems loading bootloader with mode:QIO setting, but works when changing to another flash spi mode. Thank you! I was wondering whether the flash mode was correct. So I change the flash mode in the platformio.ini. After changing it, my board works correctly. However...
- Mon Oct 04, 2021 1:33 am
- Forum: ESP-IDF 中文讨论版
- Topic: 请问esp32-c3能否直接使用esp32的mcpwm组件实现电机控制?
- Replies: 3
- Views: 3862
Re: 请问esp32-c3能否直接使用esp32的mcpwm组件实现电机控制?
C3没有MCPWM硬件,所以是不行的
- Sat Oct 02, 2021 2:40 pm
- Forum: General Discussion
- Topic: ESP32 continuously rebooting with logging "RTCWDT_RTC_RESET" and a strange negative load len
- Replies: 2
- Views: 2502
ESP32 continuously rebooting with logging "RTCWDT_RTC_RESET" and a strange negative load len
Hello guys! I am here because I encounter some wierd problems. My board is ESP-Wroom-32, and I want to use it for a CNC project based on ESP32_GRBL https://github.com/bdring/Grbl_Esp32 However, I found another user-modified version is much better to me https://github.com/KnightSin/Grbl_Esp32 . After...