MP-ESP32-dat
Microptyhon for ESP32-S3
https://micropython.org/download/ESP32_GENERIC_S3/
-
after flash SDK-dat/microPython-dat/MP-ESP32-dat/ESP32_GENERIC_S3-20250415-v1.25.0.bin, re-open new COM port and find:
MicroPython v1.25.0 on 2025-04-15; Generic ESP32S3 module with ESP32S3 Type "help()" for more information.
try
>>> import machine
>>> machine.freq()
160000000
>>>