Search found 4 matches
- Mon Dec 07, 2020 4:46 am
- Forum: Hardware
- Topic: Esp32 keep rebooting problem
- Replies: 1
- Views: 4727
Esp32 keep rebooting problem
Hi? When i upload the bluetooth program to it,I don't know why my esp 32 keep rebooting. Flash Frequency: 40MHz Flash mod: Dio Flash size: 4MB PSRAM: Disabled Rebooting... ets Jun 8 2016 00:22:57 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,...
- Mon Dec 07, 2020 2:47 am
- Forum: General Discussion
- Topic: Esp32 keep rebooting problem
- Replies: 3
- Views: 4275
- Mon Dec 07, 2020 2:46 am
- Forum: General Discussion
- Topic: Esp32 keep rebooting problem
- Replies: 3
- Views: 4275
Re: Esp32 keep rebooting problem
Flash Frequency: 40MHz Flash mod: Dio Flash size: 4MB PSRAM: Disabled This is the code: #include "BluetoothSerial.h" #if !defined(CONFIG_BT_ENABLED) || !defined(CONFIG_BLUEDROID_ENABLED) #error Bluetooth is not enabled! Please run `make menuconfig` to and enable it #endif BluetoothSerial SerialBT; v...
- Sun Dec 06, 2020 4:38 pm
- Forum: General Discussion
- Topic: Esp32 keep rebooting problem
- Replies: 3
- Views: 4275
Esp32 keep rebooting problem
Hi? When i upload the bluetooth program to it,I don't know why my esp 32 keep rebooting. Rebooting... ets Jun 8 2016 00:22:57 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 ...