-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
CircuitPython version
7.3.1 / 8.0
Code/REPL
python -m esptool --chip esp32c3 --port COM30 --baud 115200 --before default_reset --after hard_reset --no-stub write_flash 0x0 c:\temp\adafruit-circuitpython-adafruit_qtpy_esp32c3-en_US-7.3.1.bin
Behavior
After install and reboot, I get a welcome message in Thonny in the Shell output window exactly one time, but no interactive >> prompt in the shell. Also, no USB drive is mounted. (May also be a Thonny issue in lacking support for the C3, but that doesn't explain why no USB drive is mounted)
Welcome banner says: Adafruit CircuitPython 7.3.1 on 2022-06-22; Adafruit QT Py ESP32 Adafruit
CircuitPython 7.3.1 on 2022-06-22; Adafruit QT Py ESP32C3 with ESP32-C3FN4
After that first time, every attempt to connect to the device results in the neopixel flashing 4 yellow, 1 green, then flashing 1 green every 5 seconds.
Installing v8 produces a different welcome message, but same behavior: (Ctrl-C and Ctrl-D do nothing, again, no >> prompt)
Adafruit CircuitPython 8.0.0-alpha.1 on 2022-06-09; Adafruit QT Py ESP32C3 with ESP32-C3FN4
Board ID:adafruit_qtpy_esp32c3
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Hello World!
Code done running.
Press Ctrl-C to enter the REPL. Use CTRL-D to reload.
Installing latest build from S3 produces garbage characters (those are in the real output, not typos here):
Adafruit CircuitPython 8.0.0-alpha.1-47-g9d5b04ebc on 2022-07-12
�]0;(S) Wi-Fi: off�\Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py�]0;(S) Wi-Fi: off�\ output:
Hello World!
Code done running.
�]0;(S) Wi-Fi: off�
Press Ctrl-C to enter the REPL. Use CTRL-D to reload.
Description
No response
Additional information
No response