Git Product home page Git Product logo

esp32_epaper_frame's Introduction

ESP32_ePaper_Frame

Smart E-Paper frame controlled over wifi, using ESP32 and 7.5inch waveshare E-Ink display.

Demo Image 1

Requirements

Libraries

ESP32_ePaper_Frame uses ESPAsyncWebServer library,
and AsyncTCP is a dependency for the ESPAsyncWebServer.

Clone/download both libraries and save them to your Arduino libraries folder (usually located on C:\Users\%USERPROFILE%\Documents\Arduino\libraries)

Hardware

  • ESP32 microcontroller
  • 7.5inch E-Ink display with driver board for ESP32 (Waveshare).

Installation

  1. Open Smart_ePaper_Frame.ino file with Arduino.
  2. Upload the data folder using ESP32 Filesystem Uploader (Tutorial).
  3. Upload the code to your ESP32 board.

Usage

  1. Configure your wifi credentials in the credentials.h file:

    WifiCredentials wifi_credentials = {
        "YOUR_WIFI_SSID",
        "YOUR_WIFI_PASSWORD"
    };
  2. Configure the SPI pins connected to the display driver board in the display.h file:

    #define PIN_SPI_SCK     18
    #define PIN_SPI_DIN     23
    #define PIN_SPI_CS      5
    #define PIN_SPI_BUSY    4
    #define PIN_SPI_RST     16
    #define PIN_SPI_DC      17
  3. After the program started, The IP of the board will be shown in the Serial Monitor:

    Connecting to WiFi..
    192.168.1.32
    
  4. Browse to the given IP in your browser and upload a photo.

More Images:

Demo Image 2

Dithering

Demo Image 3

esp32_epaper_frame's People

Contributors

dani3lwinter avatar

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.