-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
CircuitPython Version
Adafruit CircuitPython 9.2.8 on 2025-05-28; Adafruit Feather ESP32S3 No PSRAM with ESP32S3
Board ID:adafruit_feather_esp32s3_nopsram
Note: I'm running in the latest Chrome on Windows 11.
When I connect via Bluetooth using the [learn.adafruit.com instructions](https://learn.adafruit.com/wirelessly-code-your-bluetooth-device-with-circuitpython/device-setup)
I can see the serial console output, but none of the file functions seem to work. I get a spinning blinka icon and nothing in the JavaScript console.
I've tried new, open, save as. Maybe also a clue: using Ctrl-C in the serial window also does nothing.
Workflow(s)
BLE
Browser(s)
Version 139.0.7258.155 (Official Build) (64-bit)
Console Log
Initializing File Transfer Client...
index.js:112 Connected!
index.js:112 Received: input:
index.js:112
index.js:112 None
index.js:112
index.js:112
index.js:112 Jiggle!
(the Jiggle! messages are from the script loaded on my CircuitPython device that output every few seconds)
Steps
- Connect with the BLE workflow.
- The connec dialog pops down on successful connection
- Try hitting the Open button at the top left

Description
No response
Additional information
No response