arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
21.69k stars 4.72k forks source link

Tasmota32 not bringing up Wifi on ESP32-S3-zero board #21680

Closed dolocyl2 closed 1 week ago

dolocyl2 commented 1 week ago

Hi all

I've been using Tasmota mostly on ESP8266 and on some ESP32-WROOM without issues. Now I have two new boards of Type: https://www.waveshare.com/wiki/ESP32-S3-Zero I've flashed both ESP-S3 boards using Webinstaller as well as ESP-Flasher with the same result. There is no wifi coming up. On different hardware (ESP32-WROOM) I have no issue (using a non -S3 binary).

PROBLEM DESCRIPTION

Tasmota is booting on the ESP32-S3-zero and I can interact in the console, but there is no wifi. -->No initial AP. -->Also no connection to my WLAN if I set the SSID, PWD using the console (see logs below): Backlog SSID1 OpenWrt; Password1 ;

REQUESTED INFORMATION

Device: ESP32-S3-zero https://www.waveshare.com/wiki/ESP32-S3-Zero Tasmota

- [ ] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:
```lua
  Rules output here:
- [ ] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
```lua
  Console output here:

TO REPRODUCE

1) Flashing tasmota32s3.factory.bin using Webinstaller 2) Power-Cycle after webinstaller claims success 3a) Waiting for AP to come up 3b) Configuring SSID and PW in console and waiting for ESP32 to connect

EXPECTED BEHAVIOUR

for 3a) Initial AP does come up for 3b) ESP32 connects to WLAN

SCREENSHOTS

Console log after flashing (3a): ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x15 (USB_UART_CHIP_RESET),boot:0x8 (SPI_FAST_FLASH_BOOT) Saved PC:0x4037c95a SPIWP:0xee mode:DIO, clock div:1 load:0x3fce3000,len:0x970 load:0x403c9700,len:0xa8c load:0x403cc700,len:0x2808 entry 0x403c9868

00:00:00.000 CMD: Using USB CDC 00:00:00.000 HDW: ESP32-S3 v0.2 (PSRAM) 00:00:00.010 UFS: FlashFS mounted with 308 kB free 00:00:00.021 CFG: Loaded from File, Count 5 00:00:00.022 SER: Set to 8N1 115200 bit/s 00:00:00.023 SER: HWCDC supports 115200 bit/s only 00:00:00.029 QPC: Count 1 00:00:00.048 BRY: Berry initialized, RAM used 3904 bytes 00:00:00.055 Project tasmota - Tasmota Version 14.1.0(release-tasmota32)-3_0_0(2024-06-03T11:56:29) 00:00:00.358 WIF: WifiManager active for 3 minutes 00:00:00.003 HTP: Web server active on tasmota-532C80-3200 with IP address 192.168.4.1 00:00:06.758 QPC: Reset

ADDITIONAL CONTEXT

console Log after manually configuring SSID, PW in console: ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0xc (RTC_SW_CPU_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) Saved PC:0x40374f2f SPIWP:0xee mode:DIO, clock div:1 load:0x3fce3818,len:0x158 load:0x403c9700,len:0x4 load:0x403c9704,len:0xa88 load:0x403cc700,len:0x2834 entry 0x403c9868

00:00:00.000 CMD: Using USB CDC 00:00:00.001 HDW: ESP32-S3 v0.2 (PSRAM) 00:00:00.019 UFS: FlashFS mounted with 308 kB free 00:00:00.033 CFG: Loaded from File, Count 6 00:00:00.034 SER: Set to 8N1 115200 bit/s 00:00:00.034 SER: HWCDC supports 115200 bit/s only 00:00:00.040 QPC: Count 1 00:00:00.064 BRY: Berry initialized, RAM used 3904 bytes 00:00:00.072 Project tasmota - Tasmota Version 14.1.0(release-tasmota32)-3_0_0(2024-06-03T11:56:29) 00:00:01.001 WIF: Connecting to AP1 OpenWrt in mode HT40 as tasmota-5312F4-4852... 00:00:06.715 QPC: Reset 00:00:13.630 WIF: Connect failed with AP timeout 00:00:14.740 WIF: Connecting to AP1 OpenWrt in mode HT40 as tasmota-5312F4-4852... 00:00:27.066 WIF: Connect failed with AP timeout 00:00:29.000 WIF: Connecting to AP1 OpenWrt in mode HT40 as tasmota-5312F4-4852... 00:00:41.509 WIF: Connect failed with AP timeout 00:00:42.587 WIF: Connecting to AP1 OpenWrt in mode HT40 as tasmota-5312F4-4852... 00:00:54.896 WIF: Connect failed with AP timeout 00:00:56.974 WIF: Connecting to AP1 OpenWrt in mode HT40 as tasmota-5312F4-4852...

(Please, remember to close the issue when the problem has been addressed)

arendst commented 1 week ago

Any luck after executing command wifi 4?

dolocyl2 commented 1 week ago

unfortunately not. I configured ssid1 and executed wifi 4 and still not getting any wifi connection: 00:00:41.916 CMD: wifi 4 00:00:41.917 RSL: RESULT = {"Wifi":"ON","Mode":"HT40"} 00:00:47.067 WIF: Connect failed with AP timeout 00:00:49.000 WIF: Connecting to AP1 OpenWrt in mode HT40 as tasmota-532C80-3200... 00:00:59.513 WIF: Connect failed with AP timeout

dolocyl2 commented 1 week ago

since this is new hardware, on which I have never seen wifi working, I decided to try micropython. Same result there: If I configure a simple access point, there is no wifi signal. Therefore, I conclude that this is faulty hardware... 2 out of 2 :-( Closing this issue. @arendst: thank you for your support!