It comes with C02 module. I connected the module to an Arduino Uno (clone), following the pins stated in the sample code and uploaded the sample code to the Arduino.
A14 pin on ESP32??? Isn't that for analogue on Arduino?
And just to add on somehow when i was uploading the code one time black spots started to appear and then it stopped turning the display from white to grey.
Hi friends! I’ve had issues with this display as well. @vnskynet I'm not sure if this will help, but the Uno uses 5V logic on its pins. If your connector board doesn’t have a voltage level shifter, that might be the reason the display isn’t functioning properly. This display only accepts 3.3V and seems to be very sensitive to voltage levels. You might want to try using a 3.3V-based microcontroller or adding a logic level shifter.
I'm using the Xiao ESP32S3 with the E-paper Driver Board. My issue with the display is that whenever I load BMP images, the display briefly shows the image with proper contrast, then refreshes and quickly fades away.
I’m trying various ways to debug the code, but I’d love to know if anyone here:
Has experience loading BMP images over Wi-Fi to an e-ink display and getting them to render properly
Can help determine whether this is a hardware or software issue that’s causing the display to behave this way
Hi, thanks for the help. Forgot to update but I managed to use a ESP32 clone and the display worked using GxEPD2 library a few months ago. The C02 has a built in voltage level shifter thing (apparently). Also the sample code in the website its for their own Arduino Unos and ESP32s and it should be different from Arduino uno clones.