Close
0%
0%

Three-color E-INK controlled using an ESP32

This tutorial helps you deploy a project to control an E-INK display using an ESP32 running MicroPython

Similar projects worth following
This is a tutorial to control and display widgets on an E-INK display using an ESP32. Three widgets are available:

Weather: weather forecast obtained using the OpenWeatherMap API.
News: news highlights obtained using the NewsApi API.
Notes: notes that can be added using a web-server that runs on the ESP32.

  • 1
    Freeze and deploy the project modules
  • 2
    Clone the project typing the following:
    git clone https://github.com/lemariva/uPyEINK.git
  • 3
    Rename the files:

    boot.py.sample to boot.py and include your Wi-Fi credentials:ssid_ = ''

    wpa2_pass = ''

    It is important that your ESP32 is connected to Wi-Fi to update the widgets.

    settings.py.sample to settings.py and set up the following variables:

    news_api_key (info here)
    weather_api_key (info here)

View all 4 instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates