MicroPython on Feather ESP32 S3 with VS Code

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Jemspire
 
Posts: 8
Joined: Mon Nov 21, 2022 1:55 pm

MicroPython on Feather ESP32 S3 with VS Code

Post by Jemspire »

Hi,

I am attempting to run MicroPython on Feather ESP32 S3 but I was not able to find the firmware on the official MicroPython site.
https://micropython.org/download/?vendor=Adafruit

I have loaded the generic firmware for ESP32-S3 onto the Feather board(by dragging over the below UF2 file over to the board FTHRS3BOOT drive) but was not able to connect it with Visual Studio Code:
https://micropython.org/download/GENERIC_S3/

Appreciate any links/guide to set this up correctly.

Thanks!

User avatar
TomBee
 
Posts: 1
Joined: Tue Feb 12, 2019 3:24 pm

Re: MicroPython on Feather ESP32 S3 with VS Code

Post by TomBee »

I was able to use esptool to flash the ESP32-S3 Adafruit board 5477 with Micropython 1.19.1 from
https://micropython.org/download/esp32spiram/
I am able to get to repl BUT the rshell runs into problems with the rsync command

PS F:\Development\WorkspaceVSC> rshell -p COM25
Using buffer-size of 32
Connecting to COM25 (buffer-size 32)...
Trying to connect to REPL connected
Retrieving sysname ... esp32
Testing if ubinascii.unhexlify exists ... Y
Retrieving root directories ...
Setting time ... Mar 14, 2023 13:20:55
Evaluating board_name ... pyboard
Retrieving time epoch ... Jan 01, 2000
Welcome to rshell. Use the exit command to exit rshell.
F:\Development\WorkspaceVSC> rsync -m \code /pyboard

Adding /pyboard/app
Unable to create /pyboard/app
Adding /pyboard/main.py
timed out or error in transfer to remote: b'F'

F:\Development\WorkspaceVSC> boards
pyboard @ COM25 connected Epoch: 2000 Dirs:

Suggestions?

Locked
Please be positive and constructive with your questions and comments.

Return to “Feather - Adafruit's lightweight platform”