Skip to content

Reboot after sucessful wi-fi connection #25

@hamshub

Description

@hamshub

I have the exact model/board as given in the example, however after flashing and sucessfully connecting to wi-fi, the ESP reboots with either of the following reason:

_rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)_

Tried with various psu options, even via mains.

I needed to extend the configuration with the following:

wifi:
  power_save_mode: none  # Prevents low-power Wi-Fi issues
  output_power: 17       # Reduces Wi-Fi transmission power (default is 20)
  reboot_timeout: 0s     # Prevents auto-reboots from Wi-Fi failures

After this modification, the device functioned without an issue.

Note: My device acted up like this before flashing as well, so this might be a one-time case, but on the off chance that it helps others...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions