Skip to content

N-give/desk-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Google Calendar Setup

  • Follow directions found at Google Calendar Python Quickstart Guide
  • Move downloaded credentials.json to project directory root
  • Ensure that token.pickle file is created and placed in project directory root (after running quickstart script from google)

Raspberry Pi Setup

Enable SPI

  1. # raspi-config
  2. Choose Interfacing Options
  3. SPI
  4. Yes - enable SPI Interface
  5. Reboot

Install Python Dependencies

  1. # apt install python3-pip python3-pil python3-numpy
  2. # pip3 install RPi.GPIO spidev

Download Example Code (Optional)

  • git clone https://github.com/waveshare/e-Paper
  • Waveshare example code found in RaspberryPi&JetsonNano/python/examples
  • Run with # python3 epd_<size>_<example>.py

About

Personal desk assistant with e-paper display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages