ePaper 4.3″ (800×600) with UART interface

ePaper is the display interface which is more and more popular thanks to zero power consumption and also price which is lower than before a few months and years.

ePaper display is taking the energy only in the moment when the display is refreshed. Otherwise the power consumption is zero.

This ePaper is different. The currenct during standby mode (no refresh) is around 3mA (for 3.3V power supply).

Why? Because this ePaper module is not only ePaper, the module contains microcontroller STM32 and also external memory (FLASH). Hence, you can use UART interface instead of SPI (as is usual) and also you can save a lot of pictures in the external memory.

If you want to achieve zero consumption, just unplug the module from the power supply. Then the ePaper module has zero power consumption.

I understand it is disadvantage, but on the other side, you can use some microcontroller with one free pin (it will be transceiver – TX) and you can save a lot of font, pictures, symbols…

The dimension of the ePaper module is 4.3″ and the resolution is 800x600px and I got it from dfrobot.com store which offers a lot of modules, devices and more over.

You can also find Arduino library, SW fot laptop and bitmap converter on the website.

The display contains UART and than you can control in from any device – microcontroller, single-board computer or laptop with USB-UART converter.

Datasheet: https://github.com/Arduinolibrary/DFRobot_E_paper/raw/master/4.3inch-e-Paper-UserManual-EN.pdf

Arduino Library: https://github.com/Arduinolibrary/DFRobot_E_paper/blob/master/epd.zip

Distributor: https://www.dfrobot.com/product-1312.html

Wiki: https://www.waveshare.com/wiki/4.3inch_e-Paper_UART_Module

There is video about the ePaper module.



Share the article:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

The weather station is the first DIY project which makers do after sometime of playing with electronics. It is project which is helpful and makers using this long time. This article introduce my weather station which is based on board…

Josef Zvol?nek (facebook, google plus, twitter) shared this amazing project of his weather station with tri-color ePaper display. Josef shared complete project with ino file for ESP8266 and also gerber files for PCB. Thanks a lot for sharing. You can…

Sensirion SDP800 series sensors are the reliable solution for precise air flow measurement in most demanding but cost sensitive HVAC applications, such as VAV controllers, burners, heat recovery ventilation systems and filter monitoring. The SDP800 sensor series is the result…

The fourth part of STM32duino tutorial we will check the I2C bus. We connect the temperature and humidity sensor Si7021 to default I2C and also to alternative connection of I2C bus. Note: I2C on STM32(G071) was tested on 12.6.2023 with…

Welcome to third part of STM32duino tutorial. What do you expect? We check the most popular microcontroller interface – USART, called Serial in Arduino IDE. The STM32 microcontrollers includes a few USART buses. The feature of STM32 is possibility to…