Adafruit QT-PY ESP32-C3

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
User avatar
devnull
Posts: 473
Joined: Sat Jan 07, 2017 1:52 am
Location: Singapore / Cornwall
Contact:

Adafruit QT-PY ESP32-C3

Post by devnull » Mon Jul 18, 2022 11:35 am

I recently received the latest batch of Adafruit QT-PY ESP32-C3 devices, they were out of stock for a while and a new batch as just been produced and shipped which I received.

I am unable to get a REPL on these new devices and suspect a Hardware problem.

The flashing process succeeds (this is the esptool.py options recommended by Adafruit)

Code: Select all

% esptool.py --chip esp32c3 --port /dev/tty.usbmodem14401 --baud 115200 --before default_reset --after hard_reset --no-stub  write_flash --flash_mode dio --flash_freq 80m 0x0 esp32c3-20220618-v1.19.1.bin
esptool.py v3.2
Serial port /dev/tty.usbmodem14401
Connecting...
Chip is ESP32-C3 (revision 3)
Features: Wi-Fi
Crystal is 40MHz
MAC: 10:91:a8:30:fd:8c
Enabling default SPI flash mode...
Configuring flash size...
Flash will be erased from 0x00000000 to 0x0015efff...
Erasing flash...
Took 6.55s to erase flash block
Wrote 1437696 bytes at 0x00000000 in 21.2 seconds (543.5 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...

But rshell is unable to connect:

Code: Select all

% rshell -p /dev/tty.usbmodem14401
Using buffer-size of 32
Connecting to /dev/tty.usbmodem14401 (buffer-size 32)...
Trying to connect to REPL ^CTraceback (most recent call last):
I have repeated this procedure several times, and always get the sae result - i.e. unable to connect.

I have also tried connecting using Thonny (as recommended by Adafruit) and that wont connect either.
Screenshot 2022-07-16 at 6.45.54 PM.png
Screenshot 2022-07-16 at 6.45.54 PM.png (188.02 KiB) Viewed 2546 times
I don't suppose that anyone else has received this latest batch of devices and have been able to flash them with esp32c3-20220618-v1.19.1.bin and been able to connect to the REPL ?

tepalia02
Posts: 99
Joined: Mon Mar 21, 2022 5:13 am

Re: Adafruit QT-PY ESP32-C3

Post by tepalia02 » Tue Jul 19, 2022 3:10 am

What about the other features? Can you upload codes to the ESP32-C3?

Post Reply