Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e-paper client

App for Raspberry Pico that let you get image from e-paper server and display it.

Table of Contents

General Info

I've created this app for my project that uses Raspberry pico and Waveshare e-ink screen. It allows me to display calendar (or any other image actually) from e-paper server and I can have an e-ink display in photo frame from IKEA that shows me all of my events.

Example

sample view

Technologies Used

Setup

Here is documentation how to work with micropython.

Config

This app needs .config file:

ssid=<wifi-ssid>
password=<wifi-password>
url=<url-to-get-image>
refresh_period_min=60
max_retries_download_calendar=10
delay_retry_download_calendar_s=5
timeout_download_calendar_s=14

max_retries_download_calendar=10
timeout_connect_wifi_s=15

About

Client for raspberry pico and e-ink display

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages