Can anyone help me with my configuration. I recently bought a esp32-s3 and a epaper display from weact and i wanted to use them together but i dont get it to work. Im quite new to esphome and microcontrollers but i thought this couldnt be this hard.
this is the current configuration but everytime the display wants to update i get the error “Display already in state REFRESH_SCREEN”
I dont know what i can do to debug this error and would like to know how i can solve this, please.
if you need any additional information please tell me.
I was finally able to get my e-paper display to work with your setup, except different pin numbers. Thanks! So my guess is probably the pin selection or wiring. I was using the GPIO# but then switched to only the number for pins. Hope this at least helps.
Thank you very much for your config. I have a question regarding the pin numbers. If i look at the schema of the pining i cant find a 13 or 14. Could you please tell me where to look to get the right pins? This is the ovberview i was looking at: https://files.seeedstudio.com/wiki/SeeedStudio-XIAO-ESP32S3/img/2.jpg
Quite seriously I somewhat hacked it, or tried configurations/pins. It’s rather hell with all the various ESP32 varions I have. For the 13 and 14, I had a printed schema (and this doesn’t even match the ESP32 dev kit I have) however if you can find a PDF with pinouts, it will show HSPI-CLK (14) and HSPI-MOSI (13) as I found for me. I think the rest of the pins is just choosing any GPIO pins. Using a ESP32-WROOM-32, but some of the pins don’t match, however I do have a D13 and D14 printed on the board but yours might be other pins, the pain and joys of various ESP32 boards. Find a pinout diagram of an ESP32-C3 and find what pins are HSPI_CLK and HSPI_MOSI pins, sorry, can’t help you more than that, I don’t have a ESP32-C3 to play with. Maybe soon.