PaperdInk-Library icon indicating copy to clipboard operation
PaperdInk-Library copied to clipboard

Uploading wave example fails

Open dmikalova opened this issue 2 years ago • 15 comments

I am trying to set up the wave example. I set the variables in config.h, and am using the latest version of the library from the repo. It compiles fine, but I get an issue when uploading to my paperd classic - error below. Some other relevant information - I'm on an M1 Mac and have the board set to ESP32 Dev Module and the port set to the USB device for the paperd. The screen flashes on and off but after about 20 seconds it fails and then reboots.

Sketch uses 1048222 bytes (79%) of program storage space. Maximum is 1310720 bytes.
Global variables use 55888 bytes (17%) of dynamic memory, leaving 271792 bytes for local variables. Maximum is 327680 bytes.
esptool.py v3.0-dev
Serial port /dev/cu.usbserial-01BFAC0E
Connecting........_____....._____....._____....._____....._____....._____....._____

A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Failed uploading: uploading error: exit status 2

dmikalova avatar Dec 29 '22 06:12 dmikalova