Seeed Studio ESP32 S3 XIAO support ? #11899
Replies: 4 comments 2 replies
-
These are my PSRAM config def:
It seem to work just fine:
The firmware was compiled with IDF-510. However, I could not get the esp console log to show up in the REPL. The best placement for a Wi-Fi antenna is vertical with the short edge pointing up. |
Beta Was this translation helpful? Give feedback.
-
thanks, I was trying an already compiled fw from micropython.org/download/ and works so my tool chain seems not to works. I will investigate |
Beta Was this translation helpful? Give feedback.
-
I use the generic ESP32 S3 build, not the Octal spiram version, with these XIAO ESP32 S3 boards and have no problems with network functions, or anything else for that matter. It may not utilise all available memory but I've seen no problems with it. As an aside, am I the only person who has no idea what 'FW' stands for? |
Beta Was this translation helpful? Give feedback.
-
Steps to compile:
You can also look into: https://github.com/micropython/micropython/blob/master/tools/ci.sh |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I'm trying to make a FW that works for a XIAO S3 (https://www.seeedstudio.com/XIAO-ESP32S3-p-5627.html) , I've got almost all using that Octal PSRAM generic board as base board, but I to enable full psram but I cannot make sta_if works.
it works for scan() but the XIAO don't connect to any working AP, it tested ok with several other ESP32 boards.
any hint ?
here some REPL
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fcd0108,len:0xf24
load:0x403b6000,len:0xc2c
load:0x403ba000,len:0x2d60
entry 0x403b61f4
MicroPython v1.20.0-111-g0000eb272-dirty on 2023-05-31; ESP32S3 module (spiram octal) with ESP32S3
Type "help()" for more information.
gc uos bdev
Beta Was this translation helpful? Give feedback.
All reactions