-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting Up Client #16
Comments
Could you paste the serial output from the client here? |
I seem to be running into a similar issue with a recent ESP32 e-Paper dev board from Waveshare. Oddly enough after flashing the board the first stage bootloader fires up but the main app fails almost immediately after that. Somewhat surprising there isn't a stack trace getting printed.
Still trying to figure out the cause. I have a logic analyzer attached to the UART of the ESP32 and it looks like after printing the I'll update once I know some more about what's happening. |
Okay, update. It looks like there is an issue with the arduino-esp32 compatibility layer. After digging through the GX_EPD lib there is a second call to Edit: |
Hm, I'm not able to reproduce the issue. For me, the second call to |
So the first |
So if I let GxEPD call |
Oh, I see. I'm using Arduino IDE 1.8.13 and esp32 version 1.0.2. |
Okay, confirmed the issue is in the arduino-esp32 cores somewhere after 1.0.2. I downgraded to the 1.0.2 rev and I don't experience the same hanging issue as with 1.0.6. Though calling |
I was also able to reproduce with esp32>=1.0.5 while 1.0.4 still seems to work fine. |
I'm trying to follow these instructions from your ReadMe.
To push the client code to the board:
Add your server base URL to Client.ino.
Use the board information in Client.ino to set up the environment.
Verify and upload the sketch.
Finally, follow the on-screen instructions to connect the client to a Wifi access point.
Honestly, I've never worked with Arduino devices. I followed the instructions but nothing is appearing on the e-ink screen.
I verified, compiled and uploaded the client.ino file with no errors, but nothing is occuring. The e-ink screen is blank white.
What am I missing?
The text was updated successfully, but these errors were encountered: