Rainmaker with QtPy ESP32-S2

Breakout boards, sensors, other Adafruit kits, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
ac400606
 
Posts: 18
Joined: Mon Feb 07, 2022 2:27 am

Rainmaker with QtPy ESP32-S2

Post by ac400606 »

Hello everyone,

I have a QtPy ESP32-S2 and SHTC3 connected using STEMMA QT connector.
Based on Espressif's rainmaker documentation supports ESP32-S2 board.

While trying to upload using Arduino, I get this error

Code: Select all

esptool.py v4.2.1
Serial port /dev/cu.usbmodem01
Connecting...
Chip is ESP32-S2FNR2
Features: WiFi, Embedded Flash 4MB, Embedded PSRAM 2MB, ADC and temperature sensor calibration in BLK2 of efuse V1
Crystal is 40MHz
MAC: 58:cf:79:a5:ea:48
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Flash will be erased from 0x00001000 to 0x00005fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x001cafff...
Unexpected chip id in image. Expected 2 but value was 0. Is this image for a different chip model?
Compressed 18912 bytes to 13025...
Wrote 18912 bytes (13025 compressed) at 0x00001000 in 0.4 seconds (effective 417.3 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 128...
Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.1 seconds (effective 382.4 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 501.5 kbit/s)...
Hash of data verified.
Compressed 1811664 bytes to 1188323...
Wrote 1811664 bytes (1188323 compressed) at 0x00010000 in 22.8 seconds (effective 636.5 kbit/s)...
Hash of data verified.

Leaving...
WARNING: ESP32-S2FNR2 chip was placed into download mode using GPIO0.
esptool.py can not exit the download mode over USB. To run the app, reset the chip manually.
To suppress this note, set --after option to 'no_reset'.
Has anyone had success with using rainmaker with QtPy ESP32-S2?
Any recommendations to troubleshooting are also welcome!

--
Regards

User avatar
mikeysklar
 
Posts: 14165
Joined: Mon Aug 01, 2016 8:10 pm

Re: Rainmaker with QtPy ESP32-S2

Post by mikeysklar »

In the Arduino IDE what is the board being programmed being identified as? It should look like this:
adafruit_products_qtpys2.png
adafruit_products_qtpys2.png (35.93 KiB) Viewed 54 times
Can you provide a screenshot of what your Tools --> Board selection looks like?

User avatar
ac400606
 
Posts: 18
Joined: Mon Feb 07, 2022 2:27 am

Re: Rainmaker with QtPy ESP32-S2

Post by ac400606 »

Thanks for your reply. Selecting Adafruit Qt Py ESP32-S2 it doesn't show the partition table for Rainmaker.

2022-10-03_15-05-39.png
2022-10-03_15-05-39.png (428.36 KiB) Viewed 53 times
2022-10-03_15-06-04.png
2022-10-03_15-06-04.png (343.03 KiB) Viewed 53 times

so I have selected the board as ESP32S2 Dev Module after selecting this rainmaker partition scheme is available.
2022-10-03_15-08-26.png
2022-10-03_15-08-26.png (428.38 KiB) Viewed 53 times

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

Return to “Other Products from Adafruit”