lmarzen / esp32-weather-epd

A low-power E-Paper weather display powered by an ESP32 microcontroller. Utilizes the OpenWeatherMap API.
GNU General Public License v3.0
2.49k stars 196 forks source link

e-paper driver HAT 2.2 vs. 2.3 #91

Closed Nykaer closed 5 months ago

Nykaer commented 5 months ago

Having an issue with the e-paper not doing anything at all.

Found that the HAT is rev. 2.3, and there seem to be some changes to pins https://www.waveshare.com/wiki/E-Paper_Driver_HAT

"RST pin now is for reset control, and not for power on/off".

Could that be an issue??

lmarzen commented 5 months ago

Yes. This project does not currently support the waveshare hat rev2.3.

Nykaer commented 5 months ago

Thought as much.. Seems odd, that a breaking change does not bump the rev. number to at least 3.0.

lmarzen commented 5 months ago

Yeah, same. Some people have got the rev2.3 working with this project using various work arounds. If you're curious, search the other issues on this github page. I personally don't own a rev2.3 board and haven't bothered ordering one just to debug it. The despi-c02 is a better option for low power applications, so I recommend that instead.

ltwin8 commented 2 months ago

see #119