Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.15 KB

File metadata and controls

29 lines (22 loc) · 1.15 KB

EInk_PictureFrame_GoogleDrive

Complete Guide

For a detailed step-by-step tutorial on how to set up the Google Cloud Console, the Python processing script, and the ESP32 firmware, visit the official post:

Serverless e-Ink Photo Frame: Using Google Drive for unlimited storage

Quick Start

1. Python Processing

  1. Install requirements: pip install Pillow
  2. Set your SCREEN_WIDTH and SCREEN_HEIGHT in the script.
  3. Run the script to generate .raw files and upload them to your Google Drive folder.

2. ESP32 Firmware

  1. Open driver.h and uncomment your display size.
  2. In FW_Epaper_GDriver.ino, fill in your:
    • WiFi Credentials (ssid, password)
    • Google API Key & Folder ID.
  3. In Arduino IDE, enable PSRAM (Tools > PSRAM > OPI PSRAM).
  4. Flash the code.

Contributing & Support

If you enjoy this project, feel free to:

  • ⭐ Star this repository.
  • Buy me a coffee if you find it useful.
  • Reach out via the blog for any questions!

Created by MyEmbeddedStuff