Skip to content

Code running on the Raspberry Pi Zero W powering the UCLA EMS E-Ink Display

License

Notifications You must be signed in to change notification settings

ethan-mccarthy/EMS-Display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMS E-Ink Display Project

This is the Python code that runs the UCLA EMS E-Ink Display to show logbook information, announcements, and maintenance duties. To maintain the functionality of the paper maintenance calendar, the screen also recognizes holidays and our EMTs' birthdays. This project gets information from various Google Sheets (used by administrators as a "back-end"), parses the data, and prints to an e-ink display.

Installation

Download this repository to your device using the following command:

git clone http://github.com/ethan-mccarthy/EMS-Display

Hardware

Information about getting started with the Waveshare e-ink display may be found here.

Additional Software

Additional software must be installed for the program to work properly! You should also follow the instructions to install the Waveshare EPD package (available here).

# Pandas for Python 3
apt-get install python3-python-pandas

# Google API Packages
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

# Generating QR Codes with PyQRCode
pip install PyQRCode

# Shortening links to be made into QR codes (to make the QR codes more simple)
pip install bitlyshortener

# Working with PNGs (e.g. QR codes and celebratory icons)
pip install pypng

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Code running on the Raspberry Pi Zero W powering the UCLA EMS E-Ink Display

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages