Coder Social home page Coder Social logo

slexx88 / esp32-waveshare-epaper-driver Goto Github PK

View Code? Open in Web Editor NEW
29.0 4.0 0.0 159 KB

This driver board controls e-paper displays from Waveshare. Thus it is easy to display visually beautiful dashboards.

Home Page: https://martinteske-blog.de/e-paper-home-assistant-dashboard-teil-1/

License: GNU General Public License v3.0

C++ 38.57% C 61.43%
arduino dashboard esp32 esp32-arduino homeassistant waveshare-epaper weatherstation

esp32-waveshare-epaper-driver's Introduction

ESP32-Waveshare-EPaper-Driver

Shows an illustrated sun in light mode and a moon with stars in dark mode.

The ESP32-E-Paper-Driver is a driver board specially designed for driving E-Paper displays. It includes an ESP32 (WROOM-32E 8MB) as MCU, an E-Paper driver circuit, linear battery charge management, a fixed voltage LDO regulator and a driver circuit for voltage measurement without current drain.

I use the ESP32 e-paper driver in my smart home as a dashboard to display various sensor data and status information on an e-paper display. The driver connects to my MQTT broker via WLAN and regularly receives data, which is then shown on the display. Due to the low power consumption in sleep mode and the possibility of power supply via lithium battery, the display can be operated over a long period of time without having to be charged frequently.

On my BLOG I presented this project.

esp32-waveshare-epaper-driver's People

Contributors

slexx88 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

esp32-waveshare-epaper-driver's Issues

How to compile this project

Hi,
I have changed the name of /src folder to FW_V1.0_EPAPER_DRIVER (same as FW_V1.0_EPAPER_DRIVER.ino) to compile the project in arduino IDE. But it returned following errors:
C:\Users\user\Desktop\ESP32-Waveshare-EPaper-Driver-master\FW_V1.0_EPAPER_DRIVER\refresh_epaper.ino:5:21: note: the macro 'GxEPD_RED' had not yet been defined
In file included from c:\Users\user\Documents\Arduino\libraries\GxEPD2\src/GxEPD2_EPD.h:18,
from c:\Users\user\Documents\Arduino\libraries\GxEPD2\src/GxEPD2_3C.h:32,
from C:\Users\user\Desktop\ESP32-Waveshare-EPaper-Driver-master\FW_V1.0_EPAPER_DRIVER\setup_epaper.ino:3:
c:\Users\user\Documents\Arduino\libraries\GxEPD2\src/GxEPD2.h:25: note: it was later defined here
#define GxEPD_RED 0xF800 // 255, 0, 0

C:\Users\user\Desktop\ESP32-Waveshare-EPaper-Driver-master\FW_V1.0_EPAPER_DRIVER\refresh_epaper.ino:7:3: error: 'display' was not declared in this scope
display.firstPage();
^~~~~~~

I can see all the things are defined in the setup_epaper.ino but somehow it doesn't work. Thanks a lot if you can help!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.