Skip to content

myembeddedstuff/EInk_PictureFrame_GoogleDrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors