Skip to content

dariokolar/PIDeink-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PID e-ink Board - Server side (php)

Logo

Introduction

  • This project obtain power limitation of raspberryPi Zero (rPi)
  • Via this PHP script, we can prepare image with departure board on server, and deliver it on request made by python script on rPi that download current image from url and display it on e-ink display (via library provided by manufacturer)

HW/SW needed

Basic workflow

  1. cron on rPi runs python script every minute
  2. that script will request image from our server via url
  3. server will request Prague Public Transport api and get current departure data
  4. server will create image of departure board with that current data and display it
  5. python script on rPi will download that image and send it on e-ink display (with use of manufacturer python library)

Logo

About

PID E-ink Departure Board (server side)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages