Problems with installing WipperSnapper

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
PlainB4
 
Posts: 1
Joined: Tue Dec 13, 2022 1:17 pm

Problems with installing WipperSnapper

Post by PlainB4 »

I am a beginner in Arduino and recently bought a Huzzah32 Feather. I'm trying to set it up with adafruit IO. So I follow the steps and proceeded to the "https://adafruit.github.io/WipperSnappe ... _Uploader/" page. I then select my board and fill out the correct wifi information, my IO username, and my IO key. The problem occurs when I click "install WipperSnapper". The installation gets stuck right away on "Erasing Flash (1/3)...", and is stuck for hours.

I have tried different USB cables even though I know they do work. I have also tried holding the reset button.

The console output:
Wippersnapper Firmware Uploader loaded.
Connecting...
Connected successfully.
Try hard reset.
Chip type ESP32
Connected to ESP32
MAC Address: 8C:4B:14:0E:F0:24
Uploading stub...
Running stub...
Stub is now running...
Detecting Flash Size
FlashId: 0x164020
Flash Manufacturer: 20
Flash Device: 4016
Auto-detected Flash size: 4MB
Attempting to change baud rate to 115200...
Fetching latest firmware...
Unzipping firmware bundle...
Flashing with settings:
{
"files": [
{
"filename": "secrets.json"
}
],
"rootFolder": "files",
"fileSystemSize": 1507328,
"blockSize": 4096,
"offset": 2686976,
"chip": "esp32",
"flashMode": "dio",
"flashFreq": "80m",
"flashSize": "4MB",
"structure": {
"0": "wippersnapper.feather_esp32.littlefs.1.0.0-beta.57.combined.bin"
}
}

Changed baud rate to 115200

User avatar
brubell
Learn User Page
 
Posts: 2010
Joined: Fri Jul 17, 2015 10:33 pm

Re: Problems with installing WipperSnapper

Post by brubell »

Looks similar to this thread, viewtopic.php?p=953279#p953279

I'm unable to replicate this on my computer. Could you try another USB cable? If that doesn't work, could you try doing this on another computer?

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”