Xiao Esp32S3 COM Port beeps nothing happens

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
Homoki
New user
Posts: 6
Joined: 01 Dec 2024, 21:12

Xiao Esp32S3 COM Port beeps nothing happens

#1 Post by Homoki » 01 Dec 2024, 22:15

Hi Guys,

After flashing my Seed Xiao ESP32s , the computer beeps constantly, like when you slide the USB plug in and out.
In the router, the connected devices list show that the module has been seen by the router, but now it's inactive. The MAC address is OK. I have not managed to log in once. I hear just beeping. The device does not show up in the Windows wifi contact list either.
I tested the device with a simple Wi-Fi Arduino Sketch. The device Wi-Fi is OK.

Message from Flash download tool: It seems to be OK:

Code: Select all

Uploading stub...
Running stub...
Stub running...
Changing baud rate to 115200
Changed.
NO XMC flash  detected!
SPI_BOOT_CRYPT_CNT 0
SECURE_BOOT_EN False
Compressed 1467200 bytes to 969586...

 is stub and send flash finish
What is wrong?
Thanks in advance for your helpful replies!

User avatar
Ath
Normal user
Posts: 4114
Joined: 10 Jun 2018, 12:06
Location: NL

Re: Xiao Esp32S3 COM Port beeps nothing happens

#2 Post by Ath » 01 Dec 2024, 22:33

What exact build did you upload to the device?
How much flash memory is installed on the board?
Does the board have PSRAM installed?

You can also use the WebFlasher from https://td-er.nl/ESPEasy/latest/ (requires Chrome or Edge browser) to install a more recent build then available from Github releases page. It also offers a Console option to get more usable logging directly from the device.
/Ton (PayPal.me)

TD-er
Core team member
Posts: 9507
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: Xiao Esp32S3 COM Port beeps nothing happens

#3 Post by TD-er » 01 Dec 2024, 22:38

If the board has a 'boot' button (connected to GPIO-0), can you keep it pressed while connecting to USB and keep it pressed till the flashing has begun?

And please also try the web flasher: https://td-er.nl/ESPEasy/latest/
(Chrome on Windows, other browsers like Edge may work, but not tested)

If your computer keeps playing the 'USB device plugged in" sound, then it is possible your USB port isn't able to supply the peak currents which are required when starting WiFi.
Or the USB cable might not be the best match to your setup. (either too thin wires, bad contact, etc)

So please also try to use a different USB cable and/or plug directly in a port on the PC or use a powered USB hub.

Homoki
New user
Posts: 6
Joined: 01 Dec 2024, 21:12

Re: Xiao Esp32S3 COM Port beeps nothing happens

#4 Post by Homoki » 02 Dec 2024, 01:34

Hi guys

thank you for your prompt answer.
My xiaoESP32S3 has 8M RAM.
I uploaded a new file with web installer:20241025 MAX8M1M LittleFS ETH [ESP32-S3/C6]
The annoying beeping is gone.
I'm not sure it is the right file, but i have a new Wifi: MAX-ESP32
Tried login with
espconfig
configesp
, but it won't let me in. :(


The cable must be ok. I tested many other devices all day without any problem.
That was my upload earlier: ESP_Easy_mega_20240822_normal_ESP32_4M316k.factory.bin

The problem is now the password.

User avatar
Ath
Normal user
Posts: 4114
Joined: 10 Jun 2018, 12:06
Location: NL

Re: Xiao Esp32S3 COM Port beeps nothing happens

#5 Post by Ath » 02 Dec 2024, 08:12

The all lowercase "configesp" should be the correct password for the WiFi AP.

You can also use the Console option from the web flasher, and issue these commands to connect the unit to your WiFi, once you see the console log:

Code: Select all

wifissid,<your_wifi_ap>
wifikey,<your_wifi_password>
save
You should fill in the SSID and password for your local WiFi network (do not include the angle brackets), the password is, as usual, case-sensitive.
Each command is sent with the Enter key.

After the Save command, the unit should connect to your wifi. Using the command ip you can see what ip-address is assigned via DHCP to the unit. (and it's also shown in the log, but that can scroll out of view quite quickly)
/Ton (PayPal.me)

TD-er
Core team member
Posts: 9507
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: Xiao Esp32S3 COM Port beeps nothing happens

#6 Post by TD-er » 02 Dec 2024, 08:55

Via the web installer you can also let the ESP scan for WiFi and then enter the credentials.

Just for completeness as you now managed to flash it apparently.
That was my upload earlier: ESP_Easy_mega_20240822_normal_ESP32_4M316k.factory.bin
That file is for the ESP32 (classic)
You now have the ESP32-S3.
You also mention you have the ESP32-S3 with 8 MB RAM (Probably PSRAM, not the size of the flash, right?)
If you have the 8MB PSRAM version, you almost certainly have 16 MB flash, which means you should actually use the 16M flash MAX build with OPI PSRAM build to be able to use all the flash storage you have.

The web flasher can test for MCU type (ESP32-S3 vs. ESP32 for example) but it cannot detect the flash size.

bidrohini
Normal user
Posts: 143
Joined: 03 Nov 2022, 16:24

Re: Xiao Esp32S3 COM Port beeps nothing happens

#7 Post by bidrohini » 02 Dec 2024, 10:44

Homoki wrote: 02 Dec 2024, 01:34 Hi guys

thank you for your prompt answer.
My xiaoESP32S3 has 8M RAM.
I uploaded a new file with web installer:20241025 MAX8M1M LittleFS ETH [ESP32-S3/C6]
The annoying beeping is gone.
I'm not sure it is the right file, but i have a new Wifi: MAX-ESP32
Tried login with
espconfig
configesp
, but it won't let me in. :(


The cable must be ok. I tested many other devices all day without any problem.
That was my upload earlier: ESP_Easy_mega_20240822_normal_ESP32_4M316k.factory.bin

The problem is now the password.
Please check if you have uploaded the correct firmware.

Homoki
New user
Posts: 6
Joined: 01 Dec 2024, 21:12

Re: Xiao Esp32S3 COM Port beeps nothing happens

#8 Post by Homoki » 02 Dec 2024, 11:00

Hi Guys,

thanks again!
Problem solved!!!

The solution was selecting the right flash file + Web installer + PATIENCE: The new WiFi hotspot appeared just after 10 + restart.
-The ESP32S3 variant was not included in to the downloaded *BIN files list on Git Hub. That was the reason for false flashing.
-My 1st. attempt was WEB installer from Vivaldi browser. It did not work. It would be nice to put a short warning for the right browser on your WEB page.

My board has 8M on chip + 8M PS RAM,
I'm not sure if 20241025 MAX8M1M LittleFS ETH [ESP32-S3/C6] is the optimal bin file, but it works.

Thanks for your help!

TD-er
Core team member
Posts: 9507
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: Xiao Esp32S3 COM Port beeps nothing happens

#9 Post by TD-er » 02 Dec 2024, 13:29

Hmmmm do you have a link to that board?
I have not yet seen boards with 8M flash and 8M PSRAM.
Since the S3 is a bit tricky to what firmware file is flashed when you have PSRAM on the board, I would like to look into that board to see how the flash and PSRAM is wired to the ESP chip internally.
If you flash the "wrong" build on an ESP32-S3 with PSRAM, the board will enter a boot loop and keeps crashing at boot.
This won't damage anything, it is just an annoyance.

Homoki
New user
Posts: 6
Joined: 01 Dec 2024, 21:12

Re: Xiao Esp32S3 COM Port beeps nothing happens

#10 Post by Homoki » 02 Dec 2024, 19:17

This is the link to board.
https://wiki.seeedstudio.com/xiao_esp32 ... g_started/

This variant is an overkill for EspEasy, but it has very small footprint as your thumb. Xiao boards are ideal for small sensorsnodes everyvhere discretely in the house.

User avatar
Ath
Normal user
Posts: 4114
Joined: 10 Jun 2018, 12:06
Location: NL

Re: Xiao Esp32S3 COM Port beeps nothing happens

#11 Post by Ath » 02 Dec 2024, 21:08

Ah, that's one of the few S3 boards with both 8MB Flash and 8MB PSRAM.
Couldn't find info on the PSRAM connection type (Quad vs Octal mode), but most likely it's Quad, as Octal (OPI) can go into a boot loop when not configured appropriately.
/Ton (PayPal.me)

TD-er
Core team member
Posts: 9507
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: Xiao Esp32S3 COM Port beeps nothing happens

#12 Post by TD-er » 02 Dec 2024, 21:31

What ESP32-chip is reported on the sysinfo page?

Homoki
New user
Posts: 6
Joined: 01 Dec 2024, 21:12

Re: Xiao Esp32S3 COM Port beeps nothing happens

#13 Post by Homoki » 03 Dec 2024, 17:20

ESP Chip ID: 3437264 (0x3472D0)
ESP Chip Frequency: 240 [MHz]
ESP Crystal Frequency: 40 [MHz]
ESP APB Frequency: 80 [MHz]
ESP Chip Model: ESP32-S3
ESP Chip Features: Wi-Fi bgn / BLE / 8MB Emb. PSRAM
ESP Chip Revision: 0.02
ESP Chip Cores: 2
ESP Board Name: Espressif Generic ESP32-S3 USB CDC 8M Flash OPI PSRAM, ESPEasy 3520k Code/OTA 1088k FS

Memory
Heap Size: 352692 [byte]
Heap Min Free: 261948 [byte]
Free RAM: 264768 [byte] (262328 - )
Heap Max Free Block: 200692 [byte]
Free Stack: 6496 [byte] (4608 - )
PSRAM Size: 5832704 [byte]
PSRAM Free: 5799920 [byte]
PSRAM Min Free: 5797144 [byte]
PSRAM Max Free Block: 5767156 [byte]

Storage
Flash Chip ID: Vendor: 0xC8 Device: 0x4017
Flash Chip Real Size: 8192 [kB]
Flash IDE Size: 8192 [kB]
Flash Chip Speed: 80 [MHz]
Flash IDE Speed: 80 [MHz]
Flash IDE Mode: QIO
Flash Writes: 9 daily / 10 boot
Sketch Size: 2503 [kB] (3520 kB free)
Max. OTA Sketch Size: 3520 [kB] (3604480 bytes)
Little FS Size: 1088 [kB] (924 kB free)
Page size: 256 [byte]
Block size: 8192 [byte]
Number of blocks: 136

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests