Page 1 of 5

ESP32 LILYGO E-paper

Posted: Tue Feb 16, 2021 9:24 am
by Hendrix
Lilygo offers a ESP32 with e-paper display on Aliexpress (search "LILYGO T5-4.7 inch E-paper ESP32 V3")
It is a EPS32 with a 960x540 e-paper and optional touch screen.

It is advertised to work with Arduino, any ideas how this would be compatible with Annex?

Re: ESP32 LILYGO E-paper

Posted: Thu Feb 18, 2021 10:36 am
by cicciocb
Hi,
it seems a good module to experiment with and to be supported by Annex.

If enough interest and some donation, I could support it.

Re: ESP32 LILYGO E-paper

Posted: Thu Feb 18, 2021 1:15 pm
by Hendrix
Ok, thanks.

Re: ESP32 LILYGO E-paper

Posted: Sun Apr 25, 2021 4:09 pm
by cicciocb
Hi all,
I recently bought one of these modules and started experimenting with it.
image.png
It works a lot better than I expected, driver integration for this screen was pretty easy and I can confirm it works great with Annex.
The contrast of the image is simply incredible and the viewing angle is practically 180°.

Obviously the display is very slow but the quality of the displayed image is really impressive.
The very high resolution (960 x 540) makes it possible to display the text as if it had been printed on paper.

As the screen supports 16 gray levels, it is possible to display beautiful black and white images.

I did a little video with a simple demo done with Annex32.



The image below shows a small demo project where the module receives information from these 2 wireless sensors using BLE.
(One of the sensors has just taken out of my freezer, this explains the very low temperature: D)
IMG_5212.jpg

Re: ESP32 LILYGO E-paper

Posted: Mon Apr 26, 2021 9:30 am
by AndyGadget
That looks great, Cicciocb. I have a perfect use for this.
If it's not too much trouble, would you mind measuring the battery current with the ESP32 in deep sleep mode for me as my application would be battery powered and charged only occasionally.

Re: ESP32 LILYGO E-paper

Posted: Mon Apr 26, 2021 9:32 am
by Electroguard
The BLE sensors look small and neat, what's their range ?
Did you buy them as separates, or did they come with an internal receiver ?

Re: ESP32 LILYGO E-paper

Posted: Mon Apr 26, 2021 1:47 pm
by cicciocb
Robin,
the sensors are named Xiaomi Mijia and are combined Temp and Humidity sensors

https://fr.aliexpress.com/item/1005001447108066.html

And they are very very cheap!

They are simply connected with BLE, without any intermediate receiver.
About the range, I don't know, but should be within the BLE range (below 10 meters or better if you are lucky).
I tried to use a module while it was inside my freezer and I was able to receive the signal.

The interesting point about these sensors is that they can be flashed with an alternative firmware.
This "alternative firmware" broadcast the module parameters (T°, HR and battery state) directly into the advertising message.
This means that is even not required to connect directly with them but simply listening for their advertising message.

Flashing these modules is super easy as all can be done with a web browser without even opening the device.

I bought 2 units that are working nice since more than 2 months

This is the github of the guy that developed the firmware
https://github.com/atc1441/ATC_MiThermometer

And this is the web page for the firmware update
https://atc1441.github.io/TelinkFlasher.html

Re: ESP32 LILYGO E-paper

Posted: Mon Apr 26, 2021 2:51 pm
by Electroguard
I'm glad I asked, and thanks for the unexpected info Francesco... I will be ordering a couple.

Re: ESP32 LILYGO E-paper

Posted: Mon Apr 26, 2021 6:23 pm
by Hendrix
It looks fantastic.

So now its time for me to join the e-paper era, thanks!

Re: ESP32 LILYGO E-paper

Posted: Mon Apr 26, 2021 7:08 pm
by Hendrix
When you take away power, will the display still stay on?