Skip to content

ritamsarmah/inkarta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inkarta

This repository includes three parts for a wirelessly configurable e-ink picture frame:

  1. Arduino sketch for the Inkplate ESP32-based e-paper display
  2. Flask server for processing and storing images
  3. iOS app for convenient management of image gallery

Features

  • Automatically changes the picture at midnight
  • Enters low power mode until next refresh (or wake button triggers manual refresh) so battery lasts a long time.
  • Flask server supports processing, storing, and retrieving images via REST API
  • App provides an easy-to-use interface for managing images and metadata

Getting Started

Inkplate

  1. Follow instructions for setting up the Inkplate with Arduino IDE. In the Arduino IDE:

    • Select the correct board (currently only tested on Inkplate10)
    • Select the correct port
    • Select upload speed of 115200
  2. Create inkplate/secrets.h with your Wi-Fi credentials:

    const char *ssid = "YOUR_WIFI_SSID";
    const char *password = "YOUR_WIFI_PASSWORD";
  3. Upload inkplate/inkplate.ino program to the Inkplate.

Reference

About

A wireless e-ink picture frame system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published