Git Product home page Git Product logo

e-ink-screen's Introduction

hanshow E-ink example based on ESP32

An assistant to help you view text and picture calendars. It is mainly composed of a 2.13 inch eink(epaper) and an esp32 module.

ESP32 of espressif is used as the controller, and development environment is esp-idf v4.0.

How to Use

  1. setup environment

    ESP-IDF Programming Guide will teach you to install the development environment step by step.

  2. config project

    open the menuconfig

    cd firmware
    idf.py menuconfig

    Here you can configure the project. For example, you can change the GPIO of the screen by entering component config → Eink setting .

  3. compile project

    idf.py build
  4. download firmware

    idf.py -b 921600 flash monitor

    The above command will flash esp32 and open a serial monitor to show the logs of esp32.

File Structure

.
├── datasheet  #related documents
├── firmware   #firmware of esp32
├── hardware   #PCB project of KiCAD
├── LICENSE
├── README.md
└── tools

Hardware

Resource on board

  • ESP32-WROOM module
  • Audio PA,can be input by PWM or DAC
  • Type-C for battery charge and download firmware to ESP32
  • Design of power supply with complete shutdown

epaper.0

Known issues of hardware

hardware\bugfix.md

e-ink-screen's People

Contributors

tda-2030 avatar

Watchers

 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.