All Projects → Oliv4945 → eink

Oliv4945 / eink

Licence: other
Fork of Sprite_tm E-Ink ESP8266 project. Sanitized and updated to compile with current tools (01/2017)

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
Smarty
1635 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to eink

raspi-weather
a weather application for the raspberry pi and the Pimorioni Inky pHAT.
Stars: ✭ 59 (+268.75%)
Mutual labels:  eink
zenreader
Makes your M5Paper an E-ink RSS Reader with built-in Reader mode, to solve annoyances with the Kindle Experimental browser.
Stars: ✭ 87 (+443.75%)
Mutual labels:  eink
Koreader
An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
Stars: ✭ 9,467 (+59068.75%)
Mutual labels:  eink
music-screen-api
Display the playing Sonos track in real time on an e-ink display - also includes functionality for last.fm
Stars: ✭ 88 (+450%)
Mutual labels:  eink
kobowriter
A simple typewriter written in go for KOBO e-readers
Stars: ✭ 250 (+1462.5%)
Mutual labels:  eink
epaper-clock-and-more
e-paper clock + weather + AQI + traffic delays - using Waveshare 2.7inch & 4.2inch eink displays running on Raspberry Pi
Stars: ✭ 34 (+112.5%)
Mutual labels:  eink
esp32-e-paper-weatherdisplay
An ESP32 and 4.2" ePaper Display reads Dark Sky weather API and displays the weather using ESP-IDF
Stars: ✭ 110 (+587.5%)
Mutual labels:  eink

Introduction

This code is a fork from Sprite_tm's ESPeink project. I only made minor changes and added a script to be able to compile it against up to date esp-open-sdk.

How to install the tools

  1. Clone the project git clone https://github.com/Oliv4945/eink.git
  2. Go to the new directory cd eink
  3. Run the setup, it will donwload and parameter all tools ./setup.sh
  4. Wait... from 30 to 60 min

Then the firmware should be compiled (in firmware/), and the statics file generated in webpages.espfs.

Upload

Edit the Makefile according to your board.

  • None - No specific reset procedure, done by yourself
  • ck
  • wifio
  • nodemcu - NodeMCU and Wemos Mini D1 boards

Then make flash, and make htmlflash

TODO

The current code use an old SDK (1.0.1), I converted it to the last one (2.0.0) but the code need some cleanup before pushing it.

Original README from Sprite_tm

This code uses esphttpd, which needs Heatshrink. To get the code for Heatshrink, do: git submodule init git submodule update

This code is licensed under the Beer-Ware license, as indicated in the sources.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].